iso/iso.sh

15 lines
305 B
Bash
Raw Normal View History

2024-01-16 20:58:24 +00:00
NAME="matterlinux"
VERSION="24.00"
EXCLUDE=("README.md" "LICENSE.txt")
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
PKGS1=("systemd" "dhcpcd")
PKGS2=("linux")
build() {
echo "root:root" | chpasswd
systemd-machine-id-setup
systemctl preset-all
cp /etc/skel/.* /root
cp /usr/sbin/init .
}