Adding mp config

This commit is contained in:
ngn 2024-01-18 15:43:52 +03:00
parent 5a0a1a4d4e
commit 7490f68916
2 changed files with 9 additions and 1 deletions

8
etc/mp/cfg Normal file
View File

@ -0,0 +1,8 @@
[settings]
tmpdir = /tmp/mp
[base]
uri = https://pkgs.matterlinux.xyz/base/
[desktop]
uri = https://pkgs.matterlinux.xyz/desktop/

2
iso.sh
View File

@ -2,7 +2,7 @@ NAME="matterlinux"
VERSION="24.00"
EXCLUDE=("README.md" "LICENSE.txt")
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
PKGS1=("systemd" "dhcpcd")
PKGS1=("systemd" "dhcpcd" "dosfstools" "tools")
PKGS2=("linux")
build() {