From 3bca8966cfbe0ec58e3a58cc4a592b7002b0e1c6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 May 2016 15:54:33 +0100 Subject: plug all parts together...from now on, chainloader will be created automatically --- libkvasile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libkvasile') 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" -- cgit v1.2.3