Compare commits

...

2 Commits

Author SHA1 Message Date
Dor dicke Gind 77f5488ed3 [TASK] rename iso and description 2 years ago
Dor dicke Gind 7e8ef44f8c [TASK] add the dirty packages ;-) 2 years ago
  1. 6
      archiso/packages.x86_64
  2. 6
      archiso/profiledef.sh

6
archiso/packages.x86_64

@ -409,9 +409,9 @@ ttf-comic-mono-git
#### gind skel stuff #### gind skel stuff
gind-etc-skel-basic gind-etc-skel-basic
#gind-etc-skel-dirty gind-etc-skel-dirty
#gind-etc-skel-games gind-etc-skel-games
#wine-staging-opt-3.21 wine-staging-opt-3.21
#### want have a btrfs format #### want have a btrfs format

6
archiso/profiledef.sh

@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC2034 # shellcheck disable=SC2034
iso_name="gind-archlinux" iso_name="dirty-gind-archlinux"
iso_label="ARCH_$(date +%Y%m)" iso_label="ARCH_$(date +%Y%m)"
iso_publisher="Gind Arch Linux <https://archlinux.org>" iso_publisher="Gind Arch Linux <https://gindserver.duckdns.org>"
iso_application="Gind Arch Linux Live/Rescue CD" iso_application="Gind Arch Linux Live/Gaming Station/Rescue CD"
iso_version="$(date +%Y.%m.%d)" iso_version="$(date +%Y.%m.%d)"
install_dir="arch" install_dir="arch"
buildmodes=('iso') buildmodes=('iso')

Loading…
Cancel
Save