Removing skel copy

This commit is contained in:
ngn 2024-01-18 18:12:57 +03:00
parent 059d0a787b
commit c7681c2e10

1
iso.sh
View File

@ -8,6 +8,5 @@ PKGS2=("linux")
build() {
echo "root:root" | chpasswd
systemctl preset-all
cp /etc/skel/.* /root
cp /usr/sbin/init .
}