project-works
This commit is contained in:
parent
7e23cb49ee
commit
28646865b6
2 changed files with 10 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -5,3 +5,12 @@ ArchLinuxARM-rpi-3-latest.tar.gz
|
|||
airootfs.sha512
|
||||
test
|
||||
arch.img
|
||||
/cinnamon/
|
||||
/gnome/
|
||||
/kde/
|
||||
/libre/
|
||||
/lxde/
|
||||
/lxqt/
|
||||
/mate/
|
||||
/voll/
|
||||
/xfce4/
|
||||
|
|
|
@ -11,7 +11,6 @@ fi
|
|||
iso_name=spectre_os
|
||||
iso_label="SPECTRE_OS"
|
||||
iso_version=$(date +%Y.%m.%d)
|
||||
work_dir=work
|
||||
out_dir=out
|
||||
install_dir=arch
|
||||
version="$1"
|
||||
|
@ -23,6 +22,7 @@ parameter4="$5"
|
|||
arch=$(uname -m)
|
||||
|
||||
[[ -z "${version}" ]] && version="voll"
|
||||
work_dir="${version}"
|
||||
|
||||
if [ "${version}" == "libre" ]; then
|
||||
linuxparameter="-libre"
|
||||
|
|
Loading…
Reference in a new issue