diff --git a/etc/mp/cfg b/etc/mp/cfg new file mode 100644 index 0000000..0690752 --- /dev/null +++ b/etc/mp/cfg @@ -0,0 +1,8 @@ +[settings] +tmpdir = /tmp/mp + +[base] +uri = https://pkgs.matterlinux.xyz/base/ + +[desktop] +uri = https://pkgs.matterlinux.xyz/desktop/ diff --git a/iso.sh b/iso.sh index 123864b..945aca1 100644 --- a/iso.sh +++ b/iso.sh @@ -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() {