update: Getting the iso configuration ready for 24.03

This commit is contained in:
ngn 2024-03-24 13:17:01 +03:00
parent 4b2324810f
commit 6661a06335
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ then
terminal_output gfxterm terminal_output gfxterm
fi fi
menuentry 'MatterLinux 24 ISO' --class os { menuentry 'MatterLinux 24' --class os {
insmod gzio insmod gzio
insmod part_msdos insmod part_msdos
linux /boot/vmlinuz-linux loglevel=3 linux /boot/vmlinuz-linux loglevel=3

View File

@ -2,7 +2,7 @@
tmpdir = /tmp/mp tmpdir = /tmp/mp
[base] [base]
uri = https://24.matterlinux.xyz/base/ uri = https://pkgs.matterlinux.xyz/base/
[desktop] [desktop]
uri = https://24.matterlinux.xyz/desktop/ uri = https://pkgs.matterlinux.xyz/desktop/

2
iso.sh
View File

@ -1,5 +1,5 @@
NAME="matterlinux" NAME="matterlinux"
VERSION="24.01" VERSION="24.03"
EXCLUDE=("README.md" "LICENSE.txt") EXCLUDE=("README.md" "LICENSE.txt")
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D") KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
PKGS1=("systemd" "dhcpcd" "dosfstools" "tools") PKGS1=("systemd" "dhcpcd" "dosfstools" "tools")