diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-05-14 15:54:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-05-14 15:54:33 +0100 |
commit | 3bca8966cfbe0ec58e3a58cc4a592b7002b0e1c6 (patch) | |
tree | 5707dc5bfea2daf26139a8ed108692b0a5f88579 /libkvasile | |
parent | faee5dfe770876aada81d676658cb708f8d72ed7 (diff) |
plug all parts together...from now on, chainloader will be created automatically
Diffstat (limited to 'libkvasile')
-rwxr-xr-x | libkvasile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |