summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
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"