From 4a8ee6d64ae92e61423ac33f41116e8b45350e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pleva=C4=8D?= Date: Fri, 12 Feb 2021 12:57:40 +0000 Subject: [PATCH] copy sudoer to install dir --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 44d0cd4..5484bbf 100755 --- a/build.sh +++ b/build.sh @@ -12,6 +12,8 @@ cp airootfs/etc/os-release airootfs/to_install/etc cp airootfs/etc/bash.bashrc airootfs/to_install/etc cp -r airootfs/etc/pacman.d airootfs/to_install/etc +cp airootfs/etc/sudoers airootfs/to_install/etc + cp -r airootfs/usr/backgrounds airootfs/to_install/usr cp -r airootfs/usr/saturnarch airootfs/to_install/usr