summaryrefslogtreecommitdiff
path: root/libkvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-05-14 15:54:33 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-05-14 15:54:33 +0100
commit3bca8966cfbe0ec58e3a58cc4a592b7002b0e1c6 (patch)
tree5707dc5bfea2daf26139a8ed108692b0a5f88579 /libkvasile
parentfaee5dfe770876aada81d676658cb708f8d72ed7 (diff)
plug all parts together...from now on, chainloader will be created automatically
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"