Package: fai-server
Version: 3.2.17+experimental14
Severity: wishlist
Tags: patch
It's harder to debug things when the program lies to you about what it's doing.
:) Patch follows.
--- /tmp/fai-mirror 2009-02-19 16:31:06.000000000 -0800
+++ /usr/bin/fai-mirror 2009-02-20 18:33:50.000000000 -0800
@@ -185,7 +185,7 @@
# add packages from base.tgz and additional packages in nfsroot
# arch dependent packages defined in make-fai-nfsroot
- echo "Adding packages from $NFSROOT/var/tmp/packages.nfsroot"
+ echo "Adding packages of $cfdir/NFSROOT."
if [ -f $NFSROOT/var/tmp/packages.nfsroot ]; then
plist=$(< $NFSROOT/var/tmp/packages.nfsroot)
apt-get $qflag -d $aptoptions -y --force-yes --fix-missing install
$plist
@@ -196,7 +196,7 @@
# now use sources.list for debootstrap packages
echo "$FAI_DEBOOTSTRAP" | awk '{printf "deb %s %s main\n",$2,$1}' | perl
-p -e 's/file:/copy:/' > $aptcache/etc/apt/sources.list
- echo "Adding packages from base.tgz."
+ echo "Adding packages from $NFSROOT/var/tmp/base-pkgs.lis"
if [ -f $NFSROOT/var/tmp/base-pkgs.lis ]; then
plist=$(< $NFSROOT/var/tmp/base-pkgs.lis)
apt-get $qflag $aptoptions update >/dev/null
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24.2-ls4 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages fai-server depends on:
ii debootstrap 1.0.10lenny1 Bootstrap a basic Debian system
ii fai-client 3.2.17+experimental14 Fully Automatic Installation clien
Versions of packages fai-server recommends:
ii dhcp3-server 3.1.1-6 DHCP server for automatic IP addre
ii nfs-kernel-server 1:1.1.2-6lenny1 support for NFS kernel server
ii openbsd-inetd [inet-supe 0.20080125-2 The OpenBSD Internet Superserver
ii openssh-client 1:5.1p1-5 secure shell client, an rlogin/rsh
ii openssh-server 1:5.1p1-5 secure shell server, an rshd repla
ii syslinux-common 2:3.71+dfsg-5 Kernel loader which uses a FAT, ex
ii tftpd-hpa 0.48-2.3 HPA's tftp server
Versions of packages fai-server suggests:
ii apt-move 4.2.27-1+b4 Maintain Debian packages in a pack
ii aptitude 0.4.11.11-1~lenny1 terminal-based package manager
ii debmirror 20070123 Debian partial mirror script, with
ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem
ii grub 0.97-47lenny2 GRand Unified Bootloader (Legacy v
pn libproc-daemon-perl <none> (no description available)
pn perl-tk <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]