]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fs-lib/fs-lib.sh:write_fs_tab() start initrd-root-fs.target
authorHarald Hoyer <harald@redhat.com>
Tue, 19 Mar 2013 11:23:20 +0000 (12:23 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 19 Mar 2013 11:26:06 +0000 (12:26 +0100)
modules.d/99fs-lib/fs-lib.sh

index 6936bbbfef58793fca6354ab02fd2de6adabba67..3fa8772a50f3ee327955896d3dda6e983251eb85 100755 (executable)
@@ -245,6 +245,6 @@ write_fs_tab() {
 
     if type systemctl >/dev/null 2>/dev/null; then
         systemctl daemon-reload
-        systemctl --no-block start initrd-fs.target
+        systemctl --no-block start initrd-root-fs.target
     fi
 }