summaryrefslogtreecommitdiff
path: root/makeiso
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-09-04 14:27:36 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-09-04 14:27:36 +0100
commit13b0fd28a276552f2a15439309f1e0b1d0cd13b5 (patch)
treecabbef35154a1758b6ef2700dbed2343696384da /makeiso
parent994178b1c5757d37c190aa2c4032d7a5a69d9623 (diff)
avoid bouncing back and forward with variables and functions...check requirements only once...add reset option
Diffstat (limited to 'makeiso')
-rwxr-xr-xmakeiso5
1 files changed, 0 insertions, 5 deletions
diff --git a/makeiso b/makeiso
index 0c7b8f9..8c8cbe4 100755
--- a/makeiso
+++ b/makeiso
@@ -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"