From 607efd421fe63083bf26209465c5a4719be96d98 Mon Sep 17 00:00:00 2001 From: josch Date: Thu, 26 Aug 2010 15:52:58 +0200 Subject: [PATCH] remove ifupdown and update of package index --- pyneo-rootfs.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index e19a6f5..e17a05a 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -27,7 +27,7 @@ DEPS_SYSTEM="locales,udev,module-init-tools,sysklogd,klogd,psmisc,mtd-utils,ntpd DEPS_CONSOLE="screen,less,vim-tiny,console-tools,conspy,console-setup-mini,man-db,fbset,input-utils" #DEPS_WLAN="wpasupplicant" #DEPS_BT="bluez,bluez-utils,bluez-alsa,bluez-gstreamer" -DEPS_NETMGMT="ifupdown,netbase,iputils-ping,dhcp3-client" +DEPS_NETMGMT="netbase,iputils-ping" DEPS_NETAPPS="curl,wget,openssh-server,vpnc,rsync" cdebootstrap --include $DEPS_SYSTEM,$DEPS_CONSOLE,$DEPS_NETMGMT,$DEPS_NETAPPS --flavour=minimal $DIST $ROOTDIR http://ftp.debian.org/debian @@ -376,15 +376,6 @@ echo "\$DEVICE" > /etc/hostname hostname "\$DEVICE" print_exit_status \$? -echo -n "Bringing up usb networking." -ifdown usb0 -sleep 3 -print_exit_status \$? - -echo -n "Updating package index..." -apt-get update -qq -print_exit_status \$? - print_yellow "finished running firstboot tasks!" print_yellow "resuming normal boot..." sleep 3