x-initrd-rootfs.mount -> x-initrd.mount
authorHarald Hoyer <harald@redhat.com>
Tue, 26 Mar 2013 14:38:50 +0000 (15:38 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 26 Mar 2013 14:38:50 +0000 (15:38 +0100)
modules.d/99fs-lib/fs-lib.sh

index 3fa8772..e1f3074 100755 (executable)
@@ -220,9 +220,9 @@ write_fs_tab() {
     [ -z "$_rootfstype" ] && _rootfstype="auto"
 
     if [ -z "$_rootflags" ]; then
-        _rootflags="ro,x-initrd-rootfs.mount"
+        _rootflags="ro,x-initrd.mount"
     else
-        _rootflags="ro,$_rootflags,x-initrd-rootfs.mount"
+        _rootflags="ro,$_rootflags,x-initrd.mount"
     fi
 
     _rw=0