summaryrefslogtreecommitdiff
path: root/libkvasile
diff options
context:
space:
mode:
Diffstat (limited to 'libkvasile')
-rwxr-xr-xlibkvasile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libkvasile b/libkvasile
index d187456..73ea8d7 100755
--- a/libkvasile
+++ b/libkvasile
@@ -180,6 +180,10 @@ isoefiimg () {
chroot "$isosyncdir" su - "$isouser" -c "$isoeficmd"
}
+isochainload () {
+ chroot "$isosyncdir" su - "$isouser" -c "$isochainloadcmd"
+}
+
isochroot () {
echo -e ""
echo -e "DROPPING YOU TO A ROOT SHELL INTO ISO ENVIRONMENT"