From c7681c2e10a89f5df3ea2de85a1daf9ead838584 Mon Sep 17 00:00:00 2001 From: ngn Date: Thu, 18 Jan 2024 18:12:57 +0300 Subject: [PATCH] Removing skel copy --- iso.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/iso.sh b/iso.sh index 597aa59..37efd49 100644 --- a/iso.sh +++ b/iso.sh @@ -8,6 +8,5 @@ PKGS2=("linux") build() { echo "root:root" | chpasswd systemctl preset-all - cp /etc/skel/.* /root cp /usr/sbin/init . }