summaryrefslogtreecommitdiff
path: root/hooks/build-os-post/30-packages
blob: 16aa574d47e2dc527efc4cdcd0d619b7df9b9580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash -xe
set -o pipefail

cat > "${root:?}"/etc/tmpfiles.d/var-lib-machines.conf << EOF
d /var/lib/machines 0700 root root -
EOF

cat > "${root:?}"/etc/tmpfiles.d/var-games-nethack.conf << EOF
d /var/games/nethack 2775 root games -
d /var/games/nethack/dumps 2775 root games -
d /var/games/nethack/save 2775 root games -
f /var/games/nethack/perm 0664 root games -
f /var/games/nethack/record 0664 root games -
f /var/games/nethack/logfile 0664 root games -
f /var/games/nethack/xlogfile 0664 root games -
EOF