From 4be1c86e1fecbe9b7f3bce3e674d4d0f80d0dea6 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 30 Jan 2006 00:40:58 +0000 Subject: Some minor bugfixes and cleanups ... git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@48 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/init | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'initrd/initrd-stuff/init') diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init index 4b4bffb9..985253b7 100755 --- a/initrd/initrd-stuff/init +++ b/initrd/initrd-stuff/init @@ -374,7 +374,8 @@ else /etc/ld.so.cache file. That might cause errors\n if libraries are installed \ after this file was created on server." nonfatal fi -# save machine configuration +# copy machine configuration (from global settings, additions made within +# here and from dhcp/ldap sources) to client /etc for later checks cp /etc/machine-setup /mnt/etc waitfor /tmp/hwcfg 20000 || error " For some reason the hardware autoconfig \ of this client did not finish in\n time. You might check the process list \ @@ -382,14 +383,14 @@ and list the modules loaded until\n now." waitfor /tmp/svcfg 20000 || error " For some reason the software config \ of this client did not finish in\n time. You might check the process list \ and list the modules loaded until\n now." -# IP configuration is made and should not be updated automatically +# IP configuration is made and should not be updated automatically, udevd +# should be killed if started within init killall -9 dhcpcd dhclient pump udevd 2>/dev/null # unmount the bind mounted modules directory umount -n /lib/modules/${KERNEL} || error "Unmount of the kernel \ modules directory failed for some reason." # close runlevel script for stuff to execute during early bootup d_mkbootld close - # check for inittab file test -f /mnt/etc/inittab || error " The file /etc/inittab does not exist or \ is no regular one. It is needed\n for the bootup procedure to follow." -- cgit v1.2.3-55-g7522