From 6661a06335812d6dd06ed15547c5275dc7b94a36 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 24 Mar 2024 13:17:01 +0300 Subject: [PATCH] update: Getting the iso configuration ready for 24.03 --- boot/grub/grub.cfg | 2 +- etc/mp/cfg | 4 ++-- iso.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg index 9efa9c1..ce05beb 100644 --- a/boot/grub/grub.cfg +++ b/boot/grub/grub.cfg @@ -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 diff --git a/etc/mp/cfg b/etc/mp/cfg index c94659a..0690752 100644 --- a/etc/mp/cfg +++ b/etc/mp/cfg @@ -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/ diff --git a/iso.sh b/iso.sh index 41d9544..ae91564 100644 --- a/iso.sh +++ b/iso.sh @@ -1,5 +1,5 @@ NAME="matterlinux" -VERSION="24.01" +VERSION="24.03" EXCLUDE=("README.md" "LICENSE.txt") KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D") PKGS1=("systemd" "dhcpcd" "dosfstools" "tools")