Skip to content

Commit

Permalink
removed uefi grub boot due some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Mar 24, 2024
1 parent 23be8b6 commit 9489897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iso/profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

iso_name="Parchlinux Gnome"
iso_label="PARCHLINUX_Gnome_$(date +%Y%m)"
iso_publisher="Parch Linux <https://parchlinux.ir>"
iso_publisher="Parch Linux <https://parchlinux.com>"
iso_application="Parch Linux Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
'uefi-ia32.grub.esp' 'uefi-x64.systemd-boot.esp'
'uefi-ia32.grub.eltorito' 'uefi-x64.systemd-boot.eltorito')
'uefi-x64.systemd-boot.esp'
'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"
Expand Down

0 comments on commit 9489897

Please sign in to comment.