summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-01-01 20:53:37 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-01-01 20:53:37 +0000
commit1ac0308c39636711be8ec532e0ec19d43e61ffa3 (patch)
treeb4042b8a209e32604bf470673c31d7f9a42979c5 /libvasile
parenta54f62fd7aed5fd8a51877103ca63d01fc28cb53 (diff)
prepare iso layout to boot with dracut
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libvasile b/libvasile
index f9d2fc7..c7da993 100755
--- a/libvasile
+++ b/libvasile
@@ -289,6 +289,12 @@ isobuildsystemx64 () {
done
}
+isoramfsx64 () {
+ echo "generating live initramfs"
+ echo ""
+ chroot "$livedirx64" su - "$isouser" -c "$isoramfs"
+}
+
isochrootx64 () {
echo -e ""
echo -e "DROPPING YOU TO A ROOT SHELL INTO ISO ENVIRONMENT"
@@ -340,6 +346,12 @@ isobuildsystemx86 () {
done
}
+isoramfsx86 () {
+ echo "generating live initramfs"
+ echo ""
+ linux32 chroot "$livedirx86" su - "$isouser" -c "$isoramfs"
+}
+
isochrootx86 () {
echo -e ""
echo -e "DROPPING YOU TO A ROOT SHELL INTO ISO ENVIRONMENT"