From f900dd931e0dbe0ea1d4c2e16e0180c9e0ac3e28 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 19 Aug 2021 11:05:55 +0300 Subject: [PATCH] baselayout: More concise build --- core/baselayout/build | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/core/baselayout/build b/core/baselayout/build index 83128739..86c9cca0 100755 --- a/core/baselayout/build +++ b/core/baselayout/build @@ -57,21 +57,7 @@ ln -sf ../run "$1/var/run" ln -sf ../run/lock "$1/var/lock" ln -sf /proc/self/mounts "$1/etc/mtab" -cp -f \ - fstab \ - group \ - host.conf \ - hosts \ - issue \ - os-release \ - passwd \ - profile \ - securetty \ - shells \ - mime.types \ - crypttab \ - shadow \ - "$1/etc" +cp -f ./* "$1/etc" chmod 600 \ "$1/etc/crypttab" \