Skip to content

Commit

Permalink
Updated MX Linux 19 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Oct 7, 2021
1 parent e26477a commit b462f6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/MX/MX.cfg → config/mx/MX-19.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# For MX Linux
# MX Linux 19
# https://mxlinux.org

iso_subdir="MX"
iso_pattern="MX-*.iso"
iso_pattern="MX-19.*.iso"
grub_configfile=""

for isofile in $iso_dir/$iso_pattern $iso_dir/$iso_subdir/$iso_pattern; do
Expand All @@ -12,7 +13,7 @@ for isofile in $iso_dir/$iso_pattern $iso_dir/$iso_subdir/$iso_pattern; do
iso_path="$2"
loopback loop $iso_path
isocfg="from=hd,usb fromiso=$iso_path"
bootoptions="quiet"
bootoptions="quiet splasht nosplash"
linux_path="(loop)/antiX/vmlinuz"
initrd_path="(loop)/antiX/initrd.gz"

Expand Down

0 comments on commit b462f6e

Please sign in to comment.