diff options
| author | Dirk von Suchodoletz | 2006-02-04 00:41:08 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-02-04 00:41:08 +0100 |
| commit | 5203a6e73bae59c54df4856f695074dfbb9a5db8 (patch) | |
| tree | 6f7317971be876a7b54bc323d25e2764edefa719 /initrd/initrd-stuff/init | |
| parent | Fixed bug in mkdxsinitrd - if link of a binary is copied you get the (diff) | |
| download | core-5203a6e73bae59c54df4856f695074dfbb9a5db8.tar.gz core-5203a6e73bae59c54df4856f695074dfbb9a5db8.tar.xz core-5203a6e73bae59c54df4856f695074dfbb9a5db8.zip | |
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
Diffstat (limited to 'initrd/initrd-stuff/init')
| -rwxr-xr-x | initrd/initrd-stuff/init | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
