diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 11:38:10 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 11:38:10 +0000 |
commit | d74355ee991d0af9ce80b69ad0ac2d9984208465 (patch) | |
tree | b85d66e5a3f69a1cfab3178558ea5d4ed1647327 /libvasile | |
parent | 20cd8243888a27f260e93452c12c2e9dda0f854f (diff) |
experimental EFI support
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |