diff options
| author | torben | 2015-04-16 15:40:19 +0200 |
|---|---|---|
| committer | torben | 2015-04-16 15:40:19 +0200 |
| commit | 3828cf7cca22287a52c3165e5419b78a8d7bf165 (patch) | |
| tree | a7f740a26235d0ccd43fc5b3e7f3dc03e4b3c4bb /testModule/hooks/mount.sh | |
| parent | funny qemu.nbd hacks (diff) | |
| download | systemd-init-3828cf7cca22287a52c3165e5419b78a8d7bf165.tar.gz systemd-init-3828cf7cca22287a52c3165e5419b78a8d7bf165.tar.xz systemd-init-3828cf7cca22287a52c3165e5419b78a8d7bf165.zip | |
Fixes blockdevice killing during systemd-switch-root.
Diffstat (limited to 'testModule/hooks/mount.sh')
| -rwxr-xr-x | testModule/hooks/mount.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testModule/hooks/mount.sh b/testModule/hooks/mount.sh new file mode 100755 index 00000000..f0a34f6a --- /dev/null +++ b/testModule/hooks/mount.sh @@ -0,0 +1,3 @@ +# TODO +warn '............MOUNT.............' +mount /dev/nbd0 /sysroot/TEST |
