From 162e286f0e85f86ed352b86f7d9b326215d3c9b4 Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 23 Aug 2011 06:58:46 +0000 Subject: [PATCH] pkill des udevd erfolgt nun nur bei mount der CDROM. Wurde die CDROM nicht gefunden, bleibt udev aktiv git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_initrd@6218 504e572c-2e33-0410-9681-be2bf7408885 --- init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init b/init index f7167d4..6f5aec2 100755 --- a/init +++ b/init @@ -73,7 +73,7 @@ for i in [ [[ acpid addgroup adduser ar arp arping ash awk \ stty su sync tail tar tee telnet test tftp top touch \ traceroute true tty tunctl umount uname uncompress uniq \ unzip uptime usleep vi wc wget which who whoami xargs \ - yes zcat; do + yes zcat lspci; do ln -s busybox $i done cd - 2>&1 >/dev/null @@ -130,9 +130,9 @@ for i in /dev/sr*; do umount /mnt done -pkill udevd if [ "$FOUND" ]; then + pkill udevd exec /sbin/switch_root /mnt /sbin/init else exec /bin/ash