diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 20:53:37 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 20:53:37 +0000 |
commit | 1ac0308c39636711be8ec532e0ec19d43e61ffa3 (patch) | |
tree | b4042b8a209e32604bf470673c31d7f9a42979c5 /libvasile | |
parent | a54f62fd7aed5fd8a51877103ca63d01fc28cb53 (diff) |
prepare iso layout to boot with dracut
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" |