hotplug will eine /etc/fstab sehen - also geben wir sie ihm

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_initrd@6214 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-08-19 19:17:10 +00:00
parent c462541362
commit e279b98c25

3
init
View File

@ -114,6 +114,9 @@ fi
if [ ! -d /var/lock/subsys ]; then
mkdir -p /var/log/subsys
fi
if [ ! -f /etc/fstab ]; then
touch /etc/fstab
fi
/sbin/modprobe usb-storage
/etc/init.d/udev start
/etc/init.d/hotplug start