From e279b98c250c7e5383bf8c821c9bf910eec32b53 Mon Sep 17 00:00:00 2001 From: kueller Date: Fri, 19 Aug 2011 19:17:10 +0000 Subject: [PATCH] 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 --- init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init b/init index ad6a430..f7167d4 100755 --- a/init +++ b/init @@ -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