summaryrefslogtreecommitdiff
path: root/selfstrap
diff options
context:
space:
mode:
Diffstat (limited to 'selfstrap')
-rwxr-xr-xselfstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/selfstrap b/selfstrap
index 3f6cf31..e3a0d5c 100755
--- a/selfstrap
+++ b/selfstrap
@@ -191,7 +191,8 @@ populate_rootfs()
191 mkdir -p \ 191 mkdir -p \
192 "$TARGET"/etc/apt/{preferences.d,apt.conf.d,trusted.gpg.d,sources.list.d} \ 192 "$TARGET"/etc/apt/{preferences.d,apt.conf.d,trusted.gpg.d,sources.list.d} \
193 "$TARGET"/var/{lib/{apt/lists/partial,dpkg/{info,parts,triggers,alternatives,updates}},cache/apt} \ 193 "$TARGET"/var/{lib/{apt/lists/partial,dpkg/{info,parts,triggers,alternatives,updates}},cache/apt} \
194 "$TARGET"/var/log/apt 194 "$TARGET"/var/log/apt \
195 "$TARGET"/tmp/user/0
195 196
196 touch "$TARGET"/var/lib/dpkg/status 197 touch "$TARGET"/var/lib/dpkg/status
197 198