diff options
| author | Dirk von Suchodoletz | 2006-01-30 01:40:58 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-01-30 01:40:58 +0100 |
| commit | 4be1c86e1fecbe9b7f3bce3e674d4d0f80d0dea6 (patch) | |
| tree | dc9db434509ce355adf85fd10e7216f8b3ee4606 /initrd/initrd-stuff/init | |
| parent | Added simple automounter functionality for user homes. See servconfig, (diff) | |
| download | core-4be1c86e1fecbe9b7f3bce3e674d4d0f80d0dea6.tar.gz core-4be1c86e1fecbe9b7f3bce3e674d4d0f80d0dea6.tar.xz core-4be1c86e1fecbe9b7f3bce3e674d4d0f80d0dea6.zip | |
Some minor bugfixes and cleanups ...
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@48 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
| -rwxr-xr-x | initrd/initrd-stuff/init | 7 |
1 files changed, 4 insertions, 3 deletions
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." |
