From c4db6c04d5bbd889718c4297d004c56fd0772608 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 22 May 2006 13:07:55 +0000 Subject: small bug fixes and additions ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@229 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initrd/initrd-stuff/init') diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init index 8fa2b12a..0d9fb45c 100755 --- a/initrd/initrd-stuff/init +++ b/initrd/initrd-stuff/init @@ -2,11 +2,11 @@ # Description: main script for new type of initial ramdisk for # linux diskless clients version 4 # -# Author(s): Dirk von Suchodoletz , 21-05-2006 +# Author(s): Dirk von Suchodoletz , 22-05-2006 # # Copyright: (c) 2006 - RZ Universitaet Freiburg # -# Version: 0.2.4f +# Version: 0.2.4g # functions common for all distros, messages contains all error and info # output @@ -448,12 +448,12 @@ else fi # 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 "$init_errhw" waitfor /tmp/svcfg 20000 || error "$init_errsw" # 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 +cp /etc/machine-setup /mnt/etc # post init for some distro specific postinit -- cgit v1.2.3-55-g7522