From 343d0f3d0efaf486ddc676130786d95fc06f682c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 3 Jul 2006 20:27:23 +0000 Subject: Enhanced debugging settings (see DebugLevel), some fixes for the use with busybox, ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@267 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/distro-specs/suse/functions-10.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initrd/distro-specs') diff --git a/initrd/distro-specs/suse/functions-10.1 b/initrd/distro-specs/suse/functions-10.1 index e366ae25..8e085348 100644 --- a/initrd/distro-specs/suse/functions-10.1 +++ b/initrd/distro-specs/suse/functions-10.1 @@ -14,13 +14,13 @@ preinit () { # fake the existence of some helper binaries (which are not of any use # within initialramfs) for i in usb_id scsi_id vol_id edd_id ata_id path_id hwup ifup ; do - echo -e "#!/bin/ash\n:" >/sbin/$i + echo -e "#!/bin/sh\n:" >/sbin/$i done mkdir /lib/udev /usr/sbin for i in idedma.sh mount.sh rename_netiface create_floppy_devices ; do - echo -e "#!/bin/ash\n:" >/lib/udev/$i + echo -e "#!/bin/sh\n:" >/lib/udev/$i done -echo -e "#!/bin/ash\n:" >/usr/sbin/alsactl +echo -e "#!/bin/sh\n:" >/usr/sbin/alsactl chmod u+x /sbin/* /lib/udev/* /usr/sbin/* } -- cgit v1.2.3-55-g7522