]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 3fa8772a50f3ee327955896d3dda6e983251eb85..e1f307451a3a6e80c81af058507e0fc25194e44f 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