Compare commits

...

3 Commits

Author SHA1 Message Date
Dor dicke Gind dc48bf4457 [TASK] rename iso and description 2 years ago
Dor dicke Gind 3cbffaacaa [TASK] add the dirty packages ;-) 2 years ago
Dor dicke Gind d878a9d36b [TASK] add gind grub theme 2 years ago
  1. 10
      archiso/airootfs/etc/default/grub
  2. 7
      archiso/packages.x86_64
  3. 6
      archiso/profiledef.sh

10
archiso/airootfs/etc/default/grub

@ -3,7 +3,7 @@
GRUB_DEFAULT=0 GRUB_DEFAULT=0
GRUB_TIMEOUT=5 GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch" GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet mitigation=off amdgpu.ppfeaturemask=0xffffffff"
GRUB_CMDLINE_LINUX="" GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed # Preload both GPT and MBR modules so that they are not missed
@ -25,7 +25,7 @@ GRUB_TERMINAL_INPUT=console
# The resolution used on graphical terminal # The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE # note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo' # you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto GRUB_GFXMODE=1920x1080,auto
# Uncomment to allow the kernel use the same resolution used by grub # Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep GRUB_GFXPAYLOAD_LINUX=keep
@ -44,11 +44,11 @@ GRUB_DISABLE_RECOVERY=true
# Uncomment one of them for the gfx desired, a image background or a gfxtheme # Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper" #GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme" GRUB_THEME="/boot/grub/themes/gind/theme.txt"
# Uncomment to get a beep at GRUB start # Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1" GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires # Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above. # setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true" GRUB_SAVEDEFAULT="true"

7
archiso/packages.x86_64

@ -402,6 +402,7 @@ compiz-fusion-plugins-experimental-git
compiz-fusion-plugins-extra-git compiz-fusion-plugins-extra-git
compiz-fusion-plugins-main-git compiz-fusion-plugins-main-git
compizconfig-python-git compizconfig-python-git
gind-grub-theme
gind-ubo-icons-alpha gind-ubo-icons-alpha
gind-xfce-notify-theme gind-xfce-notify-theme
gis-weather gis-weather
@ -414,9 +415,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