]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Typo in sysfs fstype naming.
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 23:19:34 +0000 (23:19 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 23:19:34 +0000 (23:19 +0000)
svn-id: @7865

geninitrd

index e36f720b9ef6d9dc32df3c6f09e4ae3031468e78..c636cb33b64eece8cfccc9f5f26151bb3955fe0c 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -1171,7 +1171,7 @@ initrd_gen_udev() {
                initrd_gen_tmpfs_dev >> "$s"
                cat >> "$s" <<-EOF
 mount -t proc none /proc
-mount -t sys none /sys
+mount -t sysfs none /sys
 : 'Starting udev'
 /sbin/udevstart
 echo -n /sbin/hotplug > /proc/sys/kernel/hotplug
This page took 0.03169 seconds and 4 git commands to generate.