initial commit
This commit is contained in:
11
lib/01-holla_atcha_boi.func.sh
Normal file
11
lib/01-holla_atcha_boi.func.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
function holla_atcha_boi {
|
||||
# Do we have an existing chroot set up yet? If not, create.
|
||||
if [[ ! -d "root.x86_64/root" || ! -d "root.i686/root" ]];
|
||||
then
|
||||
echo "No existing chroot environment found. Creating..."
|
||||
rm -f ${LOCKFILE}
|
||||
${BASEDIR}/lib/mk.chroot.sh
|
||||
touch ${LOCKFILE}
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user