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)