From d74355ee991d0af9ce80b69ad0ac2d9984208465 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Mar 2016 11:38:10 +0000 Subject: experimental EFI support --- libvasile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libvasile') 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" -- cgit v1.2.3