summaryrefslogtreecommitdiffstats
path: root/testModule/hooks/cmdline/mark-root-device.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testModule/hooks/cmdline/mark-root-device.sh')
-rwxr-xr-xtestModule/hooks/cmdline/mark-root-device.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/testModule/hooks/cmdline/mark-root-device.sh b/testModule/hooks/cmdline/mark-root-device.sh
deleted file mode 100755
index b7282521..00000000
--- a/testModule/hooks/cmdline/mark-root-device.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# set rootok and root as dracut expects them to be set by
-# the module preparing the root filesystem.
-#
-# Once the root filesystem is mounted per dnbd3 and
-# exported as qcow2 per nbd, /dev/root will be a symlink
-# to /dev/nbd0 as this is then our rootfs-device
-rootok=1
-root=block:/dev/root
-