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 --- libvasile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libvasile') diff --git a/libvasile b/libvasile index bf6696a..84e4d9b 100755 --- a/libvasile +++ b/libvasile @@ -78,9 +78,6 @@ chrootchecksumx64 () { done } -#coresetupx64 () { -#} - chrootstartx64 () { mount -t squashfs "$chrootx64" "$rodir" if [[ "$(uname -r | cut -d . -f1,2)" = "3.14" ]] ; then @@ -187,9 +184,6 @@ chrootchecksumx86 () { done } -#coresetupx86 () { -#} - chrootstartx86 () { mount -t squashfs "$chrootx86" "$rodir" if [[ "$(uname -r | cut -d . -f1,2)" = "3.14" ]] ; then -- cgit v1.2.3