Skip to content

Commit

Permalink
fix packing
Browse files Browse the repository at this point in the history
reverting previous change, we need to fine tune this exclude rule.
  • Loading branch information
alexsander-souza committed Sep 29, 2023
1 parent 53587d2 commit bd6d1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/fuse-nbd
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ qemu-nbd --socket="$(pwd)"/qemu-img.sock \
--format="${IMG_FMT}" \
--shared=10 \
"${PACKER_OUTPUT}" &
sleep 5

mkdir -p "${TMP_DIR}/root"
2 changes: 1 addition & 1 deletion scripts/fuse-tar-root
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -d curtin ] || [ -d "$CURTIN_HOOKS" ]; then
fi

echo "Creating MAAS image ${OUTPUT}..."
tar -Sczpf "${OUTPUT}" --acls --selinux --xattrs --exclude='agent.*' --exclude='*.socket' -C "$ROOT_MOUNT" .
tar -Sczpf "${OUTPUT}" --acls --selinux --xattrs -C "$ROOT_MOUNT" .

if [ -n "$MANIFEST" ]; then
echo "Creating manifest..."
Expand Down

0 comments on commit bd6d1a1

Please sign in to comment.