From 5203a6e73bae59c54df4856f695074dfbb9a5db8 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 3 Feb 2006 23:41:08 +0000 Subject: Improvements in hwautocfg (checked against lots of machines), nscd added, ... git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@58 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/init | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'initrd/initrd-stuff/init') diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init index 4859efb4..704a7a18 100755 --- a/initrd/initrd-stuff/init +++ b/initrd/initrd-stuff/init @@ -321,7 +321,7 @@ else # for tar exclude lists might be used, more difficult for cp cd /mnt tar -X /tmp/etc.exclude -cp etc/* | \ - tar -xp -C ${RWDIR}>/dev/null ; + tar -xp -C ${RWDIR} 2>/dev/null ; cd / mount -n --bind ${RWDIR}/etc /mnt/etc mount -n --bind ${RWDIR}/var /mnt/var @@ -362,7 +362,6 @@ usbfs\t\t/proc/bus/usb\tusbfs\t\tnoauto\t\t 0 0">/mnt/etc/fstab || \ error "Failed to create /etc/fstab in the clients root filesystem. The\n\ noexistence of the file might produce some unexpected behaviour of\n\ mount commands." -date # copy library cache if generated if [ -z "${NOLDSC}" ] ; then if waitfor /tmp/ldcfg 50000 ; then @@ -389,7 +388,6 @@ of this client did not finish in\n time. You might check the process list \ and list the modules loaded until\n now." # close runlevel script for stuff to execute during early bootup d_mkbootld close -ash # IP configuration is made and should not be updated automatically, udevd # should be killed if started within init killall -9 dhcpcd dhclient pump 2>/dev/null -- cgit v1.2.3-55-g7522