iso/iso.sh

13 lines
275 B
Bash

NAME="matterlinux"
VERSION="24.01"
EXCLUDE=("README.md" "LICENSE.txt")
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
PKGS1=("systemd" "dhcpcd" "dosfstools" "tools")
PKGS2=("linux")
build() {
echo "root:root" | chpasswd
systemctl preset-all
cp /usr/sbin/init .
}