information
This commit is contained in:
parent
3181ac50f0
commit
046005c6df
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue