baselayout: little nitpick.

This commit is contained in:
Dylan Araps 2019-06-20 21:44:32 +03:00
parent 8c12c9e94f
commit 391236f025

View File

@ -52,6 +52,7 @@ for f in fstab host.conf hosts issue os-release \
passwd profile securetty shells; do
install -m 644 "$f" "$1/etc"
done
for f in crypttab shadow; do
install -m 600 "$f" "$1/etc"
done