From 1ac0308c39636711be8ec532e0ec19d43e61ffa3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2016 20:53:37 +0000 Subject: prepare iso layout to boot with dracut --- libvasile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libvasile') diff --git a/libvasile b/libvasile index f9d2fc7..c7da993 100755 --- a/libvasile +++ b/libvasile @@ -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" -- cgit v1.2.3