diff options
| author | Jonathan Bauer | 2015-05-06 18:13:52 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2015-05-06 18:13:52 +0200 |
| commit | b3312f86061a0d887233f5068cbc335aa2612bed (patch) | |
| tree | 32a0bace5eb6a7afeb29dae80d7f01fefecb36cc /testModule/hooks/mount | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff) | |
| download | systemd-init-b3312f86061a0d887233f5068cbc335aa2612bed.tar.gz systemd-init-b3312f86061a0d887233f5068cbc335aa2612bed.tar.xz systemd-init-b3312f86061a0d887233f5068cbc335aa2612bed.zip | |
current state: udev disk detection still not done!
also improved module structure and code commentary
Diffstat (limited to 'testModule/hooks/mount')
| -rwxr-xr-x | testModule/hooks/mount/mount-root-device.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testModule/hooks/mount/mount-root-device.sh b/testModule/hooks/mount/mount-root-device.sh new file mode 100755 index 00000000..d02f9002 --- /dev/null +++ b/testModule/hooks/mount/mount-root-device.sh @@ -0,0 +1,4 @@ +# this rudimentary script just mounts the rootfs device that was symlinked to +# /dev/root to dracut's $NEWROOT (usually /sysroot). + +mount /dev/root $NEWROOT |
