From a0403a95ef0509aee974dfe50d00ef084b6b315e Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sat, 24 Jun 2006 20:20:56 +0000 Subject: Massive changes for distro specific configurations (mkdxsinitrd, distro-specs/*) ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@249 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/init | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'initrd/initrd-stuff/init') diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init index 3ba3bca4..3a9e4a11 100755 --- a/initrd/initrd-stuff/init +++ b/initrd/initrd-stuff/init @@ -44,7 +44,7 @@ exec < /dev/console > /dev/console 2>&1 # run pre init script preinit -[ -x /bin/vendor_preinit ] && /bin/vendor_preinit +[ -x /bin/preinit.local ] && /bin/preinit.local # start device auto discovery service - distro specific function udev_hotplug @@ -90,7 +90,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup rm /tmp/ldap-done ;; # ldap configuration with host and port to contact (base) - ldap*) + ldap=*) LDAP="yes" rm /tmp/ldap-done ;; @@ -102,7 +102,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup rm /tmp/file-done ;; # file source with tftp server and file location on the server - file*) + file=*) FILE="yes" FILESRC=${opts#file=} rm /tmp/file-done @@ -120,7 +120,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup UNIONFS=1;; # if cowloop should be used, only ontop of network block device and in # combination with classical fs, like ext2 useful - cowloop*) + cowloop=*) COWLOOP=1 #COWSIZE=${opts#cowloop=} ;; @@ -456,7 +456,7 @@ cp /etc/machine-setup /mnt/etc # post init for some distro specific postinit -[ -x /bin/vendor_postinit ] && /bin/vendor_postinit +[ -x /bin/postinit.local ] && /bin/postinit.local # start a debug shell in higher debug levels [ $DEBUGLEVEL -gt 2 ] && /bin/sh -- cgit v1.2.3-55-g7522