summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvasile b/libvasile
index f591776..911b4ea 100755
--- a/libvasile
+++ b/libvasile
@@ -295,6 +295,12 @@ isoramfsx64 () {
chroot "$isosyncdirx64" su - "$isouser" -c "$isoramfs"
}
+isoefiimgx64 () {
+ echo "generating live efi image"
+ echo ""
+ chroot "$isosyncdirx64" su - "$isouser" -c "$isoefiimg"
+}
+
isochrootx64 () {
echo -e ""
echo -e "DROPPING YOU TO A ROOT SHELL INTO ISO ENVIRONMENT"