iso/iso.sh

14 lines
332 B
Bash

NAME="matterlinux"
VERSION="24.04"
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 .
sed -i "s/VERSION_HERE/$VERSION/g" /boot/grub/grub.cfg
}