From 18c8a8ac310a52184b596ff44403317b10d5a62e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 29 Nov 2015 14:56:41 +0000 Subject: draft of iso scripts, they do what they're intended...prepare the iso layout...the rest of code should and will go into libvasile --- build32 | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'build32') diff --git a/build32 b/build32 index d084044..56a391b 100755 --- a/build32 +++ b/build32 @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Vasile needs root privileges and a proper kernel to run + +checkroot +kernelconfig + chrootpreparex86 () { # check our environment for sanity # if safe, trigger start && break the loop to build packages @@ -22,16 +27,13 @@ chrootpreparex86 () { } main () { - kernelconfig - if checkroot ; then - chrootchecksumx86 - chrootpreparex86 - chrootoverlaysx86 - chrootbuildsystemx86 - chrootbuildx86 - chrootx86 - chrootstop - fi + chrootchecksumx86 + chrootpreparex86 + chrootoverlaysx86 + chrootbuildsystemx86 + chrootbuildx86 + chrootx86 + chrootstop } main -- cgit v1.2.3