From 046005c6dff79b70f1cf5c50209c05c0c28cf3a5 Mon Sep 17 00:00:00 2001 From: simono41 Date: Fri, 8 Jun 2018 22:39:59 +0200 Subject: [PATCH] information --- make_mksquashfs-auto.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index 1db6a97..ba90401 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -8,9 +8,12 @@ if [[ $EUID -ne 0 ]]; then exit 0 fi -# full parameters +# full install parameters # ./make_mksquashfs-auto.sh xfce4 deletework deletecache makesystem mkinitcpio filesystem initcheck makeimage makebios makeiso +# normal install parameters +# ./make_mksquashfs-auto.sh xfce4 makesystem mkinitcpio filesystem makeimage makebios makeiso + iso_name=spectre_os iso_label="SPECTRE_OS" iso_version=$(date +%Y.%m.%d)