From 7490f6891626403cb1f75fda8dd3f9bfe0f83d6d Mon Sep 17 00:00:00 2001 From: ngn Date: Thu, 18 Jan 2024 15:43:52 +0300 Subject: [PATCH] Adding mp config --- etc/mp/cfg | 8 ++++++++ iso.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 etc/mp/cfg 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() {