mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
baselayout: More concise build
This commit is contained in:
parent
fe6a99f593
commit
f900dd931e
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user