summaryrefslogtreecommitdiffstats
path: root/testModule/hooks/mount
diff options
context:
space:
mode:
authorJonathan Bauer2015-05-27 16:32:57 +0200
committerJonathan Bauer2015-05-27 16:32:57 +0200
commit0abace2bbec9e17a3630c463e4e3c329c967334b (patch)
tree986a9bebd62c2dd596c85bf44bbec68d00cccd13 /testModule/hooks/mount
parentremoved hacked systemd rpms and grub2.conf (diff)
downloadsystemd-init-0abace2bbec9e17a3630c463e4e3c329c967334b.tar.gz
systemd-init-0abace2bbec9e17a3630c463e4e3c329c967334b.tar.xz
systemd-init-0abace2bbec9e17a3630c463e4e3c329c967334b.zip
restructuring & bit of documentation ;)
dracut module now in 'dnbd3-qcow2-rootfs'. ALLLLL dracut related stuff goes in here!
Diffstat (limited to 'testModule/hooks/mount')
-rwxr-xr-xtestModule/hooks/mount/mount-root-device.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/testModule/hooks/mount/mount-root-device.sh b/testModule/hooks/mount/mount-root-device.sh
deleted file mode 100755
index d02f9002..00000000
--- a/testModule/hooks/mount/mount-root-device.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# this rudimentary script just mounts the rootfs device that was symlinked to
-# /dev/root to dracut's $NEWROOT (usually /sysroot).
-
-mount /dev/root $NEWROOT