diff options
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -289,6 +289,12 @@ isobuildsystemx64 () { done } +isoramfsx64 () { + echo "generating live initramfs" + echo "" + chroot "$livedirx64" su - "$isouser" -c "$isoramfs" +} + isochrootx64 () { echo -e "" echo -e "DROPPING YOU TO A ROOT SHELL INTO ISO ENVIRONMENT" @@ -340,6 +346,12 @@ isobuildsystemx86 () { done } +isoramfsx86 () { + echo "generating live initramfs" + echo "" + linux32 chroot "$livedirx86" su - "$isouser" -c "$isoramfs" +} + isochrootx86 () { echo -e "" echo -e "DROPPING YOU TO A ROOT SHELL INTO ISO ENVIRONMENT" |