diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 14:56:41 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 14:56:41 +0000 |
commit | 18c8a8ac310a52184b596ff44403317b10d5a62e (patch) | |
tree | 65dad80fe3fc1dc4020b571ac78de29fe1d92781 /libvasile | |
parent | fffd02bdf5a3613e0835fa7def17b1d9b2d8a8ec (diff) |
draft of iso scripts, they do what they're intended...prepare the iso layout...the rest of code should and will go into libvasile
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |