r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100
[matthijs/upstream/backupninja.git] / handlers / makecd.helper
index 822ffd1ebc61df142946ad697c757b8965cdd74a..3485f39799e46f71addb6693955d4ca53b852f88 100644 (file)
@@ -1,3 +1,5 @@
+# -*- mode: sh; sh-basic-offset: 8; indent-tabs-mode: nil; -*-
+
 HELPERS="$HELPERS makecd:makecd_backup"
 wizardname="makecd action wizard"
 
@@ -9,12 +11,6 @@ makecd_wizard() {
   [ $? = 1 ] && return
   burnertype="burnertype = $REPLY"
 
-  #checkBox "makecd action wizard" "check options" \
-  #  "isoonly" "only create iso image do not burn" yes
-  #status=$?
-  #[ $status = 1 ] && return;    
-  #isoonly="isoonly = $REPLY"
-
   booleanBox "$wizardname" "Make iso image only? or burn"
   if [ $? = 0 ]; then
      isoonly="isoonly = yes"