summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Elias2016-02-17 17:22:39 +0100
committerAlessandro Elias2016-02-17 17:22:39 +0100
commitcf6dd40a39acab7520e8f272798eb46eb0e9418a (patch)
tree82c6673148dcf743052bfd62dfae50cdb5523610
parentStarting merge with actual code. (diff)
downloadsystemd-init-cf6dd40a39acab7520e8f272798eb46eb0e9418a.tar.gz
systemd-init-cf6dd40a39acab7520e8f272798eb46eb0e9418a.tar.xz
systemd-init-cf6dd40a39acab7520e8f272798eb46eb0e9418a.zip
Disabled from mod dnbd3-rootfs hooks: prepare-root-partition.sh
mount-root-device.sh. Signed-off-by: Alessandro Elias <ae11@c3sl.ufpr.br>
-rwxr-xr-xbuilder/dnbd3-rootfs/module-setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/builder/dnbd3-rootfs/module-setup.sh b/builder/dnbd3-rootfs/module-setup.sh
index 7c516f6a..a9983830 100755
--- a/builder/dnbd3-rootfs/module-setup.sh
+++ b/builder/dnbd3-rootfs/module-setup.sh
@@ -163,11 +163,11 @@ install() {
"${systemdsystemunitdir}/initrd-root-fs.target.wants/dnbd3root.service"
inst_hook pre-pivot 00 "$moddir/hooks/copy-dnbd3-generator-into-newroot.sh"
inst_hook pre-pivot 00 "$moddir/hooks/copy-dracut-systemd-files-into-newroot.sh"
- else
- inst_hook pre-mount 10 "$moddir/hooks/prepare-root-partition.sh"
+ #else
+ #inst_hook pre-mount 10 "$moddir/hooks/prepare-root-partition.sh"
fi
- inst_hook mount 10 "$moddir/hooks/mount-root-device.sh"
+ #inst_hook mount 10 "$moddir/hooks/mount-root-device.sh"
inst_hook pre-pivot 00 "$moddir/hooks/copy-openslx-configuration-into-newroot.sh"
#inst_hook pre-pivot 00 "$moddir/hooks/mount-tmp.sh"