diff options
-rw-r--r-- | scripts/sid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sid b/scripts/sid index 6d4c2bf..e46a3cb 100644 --- a/scripts/sid +++ b/scripts/sid @@ -38,7 +38,7 @@ first_stage_install () { mkdir -p "$TARGET/var/lib/dpkg" : >"$TARGET/var/lib/dpkg/status" - echo >"$TARGET/var/lib/dpkg/available" + : >"$TARGET/var/lib/dpkg/available" setup_etc if [ ! -e "$TARGET/etc/fstab" ]; then |