summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-10.2
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-02-27 12:14:50 +0100
committerDirk von Suchodoletz2007-02-27 12:14:50 +0100
commit4d98ec03dc6ab6bc91821f5e32930d832b720f18 (patch)
tree546bed919e984f50f4cb306f0b1d890ae73fabf1 /initramfs/distro-specs/suse/functions-10.2
parentCode and header cleanups, minor add to suse/functions-10.2 ... (diff)
downloadcore-4d98ec03dc6ab6bc91821f5e32930d832b720f18.tar.gz
core-4d98ec03dc6ab6bc91821f5e32930d832b720f18.tar.xz
core-4d98ec03dc6ab6bc91821f5e32930d832b720f18.zip
Trivial fix for fake files (variable renaming ...)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@728 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse/functions-10.2')
-rw-r--r--initramfs/distro-specs/suse/functions-10.26
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.2 b/initramfs/distro-specs/suse/functions-10.2
index 630c2b4a..55864f93 100644
--- a/initramfs/distro-specs/suse/functions-10.2
+++ b/initramfs/distro-specs/suse/functions-10.2
@@ -23,13 +23,13 @@ if [ -x /bin/busybox ] ; then
shell="/bin/ash"
else
for item in hwup ifup ; do
- echo -e "#!$shell\n:" >/sbin/$i
+ echo -e "#!$shell\n:" >/sbin/${item}
done
mkdir /lib/udev /usr/sbin
for item in usb_id scsi_id vol_id edd_id ata_id path_id cdrom_id idedma.sh \
mount.sh rename_netiface firmware.sh create_floppy_devices \
trigger_firmware_loading.sh ; do
- echo -e "#!$shell\n# do nothing here\n:" >/lib/udev/$i
+ echo -e "#!$shell\n# do nothing here\n:" >/lib/udev/${item}
done
echo -e "#!$shell\n:" >/usr/sbin/alsactl
rm /etc/udev/rules.d/60-persistent-storage.rules 2>/dev/null
@@ -40,7 +40,7 @@ dialout:x:16:\naudio:x:17:\nvideo:x:33:\nvboxusers:!:1000:" > /etc/group
fi
}
-# udev service
+# udev service - auto creation of device files
udev_hotplug () {
local result=0
echo "Starting udev"