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
fi
menuentry 'MatterLinux 24 ISO' --class os {
menuentry 'MatterLinux 24' --class os {
insmod gzio
insmod part_msdos
linux /boot/vmlinuz-linux loglevel=3

View File

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

2
iso.sh
View File

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