From 8bd96400a49762c9c8aae0d2cccd53ae129c827a Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 8 Mar 2006 19:16:36 +0000 Subject: added hard disk detection, swap and special partition "44", started with new vmware environment integration ... git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@96 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 b917189e..39280a4d 100755 --- a/initrd/initrd-stuff/init +++ b/initrd/initrd-stuff/init @@ -8,7 +8,7 @@ # # Copyright: (c) 2006 - RZ Universitaet Freiburg # -# Version: 0.2.3a +# Version: 0.2.3b # functions common for all distros errmsg="functions file contains a lot of script \ @@ -379,7 +379,7 @@ echo -e "# /etc/fstab - file generated by\n#\t$0:\n#\tDirk von \ Suchodoletz, dirk@goe.net\n\nrootfs\t\t/\t\trootfs\t\tro\t\t 0 0\n\ proc\t\t/proc\t\tproc\t\tdefaults\t 0 0\ninitramdevs\t/dev\t\ttmpfs\ \t\trw\t\t 0 0\ndevpts\t\t/dev/pts\tdevpts\t\tmode=0620,gid=5\t 0 0\n\ -usbfs\t\t/proc/bus/usb\tusbfs\t\tnoauto\t\t 0 0">/mnt/etc/fstab || \ +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." @@ -413,7 +413,7 @@ d_mkbootld close # should be killed if started within init killall -9 dhcpcd dhclient pump 2>/dev/null -#bash +bash # post init for some distro specific postinit -- cgit v1.2.3-55-g7522