mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
test: setup var/tmp in the test image as well
This commit is contained in:
parent
e763342091
commit
8b535f3aac
@ -1322,7 +1322,7 @@ setup_basic_dirs() {
|
||||
mkdir -p $initdir/etc/systemd/system
|
||||
mkdir -p $initdir/var/log/journal
|
||||
|
||||
for d in usr/bin usr/sbin bin etc lib "$libdir" sbin tmp usr var var/log dev proc sys sysroot root run run/lock run/initramfs; do
|
||||
for d in usr/bin usr/sbin bin etc lib "$libdir" sbin tmp usr var var/log var/tmp dev proc sys sysroot root run run/lock run/initramfs; do
|
||||
if [ -L "/$d" ]; then
|
||||
inst_symlink "/$d"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user