diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-09-04 14:27:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-09-04 14:27:36 +0100 |
commit | 13b0fd28a276552f2a15439309f1e0b1d0cd13b5 (patch) | |
tree | cabbef35154a1758b6ef2700dbed2343696384da /makeiso | |
parent | 994178b1c5757d37c190aa2c4032d7a5a69d9623 (diff) |
avoid bouncing back and forward with variables and functions...check requirements only once...add reset option
Diffstat (limited to 'makeiso')
-rwxr-xr-x | makeiso | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,10 +1,5 @@ #!/usr/bin/env bash -# Vasile needs root privileges and a proper kernel to run - -kernelconfig -checkroot - prepareiso () { # we really need this folder as quick as possible mkdir -p "$isosyncdir" |