This maybe (untested)
```
diff --git a/live-build/auto/build b/live-build/auto/build
index b633c10b..a08f6df3 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -563,9 +563,8 @@ elif [ -e "binary/$INITFS/filesystem.packages" ]; then
        # '--initramfs none' produces different manifest names.
        ln "binary/$INITFS/filesystem.packages" "$PREFIX.manifest"
 elif [ -n "$PASSES" ]; then
-       # For layered images, keep the manifest of the last pass
-       for _PASS in $PASSES; do
-               ln -f "${CASPER_DIR}/$_PASS.manifest.full" "$PREFIX.manifest"
+       for _PASS in $LIVE_PASSES; do
+               ln -f ${_PASS}.full.manifest "$PREFIX.manifest"
        done
 fi
 chmod 644 "$PREFIX.manifest"
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2147921

Title:
  manifest can be wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2147921/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to