[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 2aa2b80d6338cfd896e7ac66dd6fca809a308216

Luca Capello luca at pca.it
Sat Sep 6 16:33:00 UTC 2008


The following commit has been merged in the master branch:
commit 2aa2b80d6338cfd896e7ac66dd6fca809a308216
Author: Luca Capello <luca at pca.it>
Date:   Sat Sep 6 18:32:50 2008 +0200

    install.sh: install udhcpc instead of dhcp3-client

diff --git a/install.sh b/install.sh
index d7a884d..c414420 100755
--- a/install.sh
+++ b/install.sh
@@ -558,8 +558,8 @@ echo 'dash dash/sh string $DASH_BINSH' | chroot $INST_DIR debconf-set-selections
 chroot $INST_DIR apt-get --yes --force-yes install dash
 
 if [ -f "$WPA_SUPPLICANT_CONF" ]; then
-	echo " * Installing wpasupplicant, wireless-tools and dhcp3-client"
-	chroot $INST_DIR apt-get --yes install wpasupplicant wireless-tools dhcp3-client
+	echo " * Installing wpasupplicant, wireless-tools and udhcpc"
+	chroot $INST_DIR apt-get --yes install wpasupplicant wireless-tools udhcpc
 	echo " * $WPA_SUPPLICANT_CONF copied from this machine"
 	cat >$INST_DIR$WPA_SUPPLICANT_CONF <$WPA_SUPPLICANT_CONF
 fi

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list