Skip to content

Commit

Permalink
architecture: i386 -> i686
Browse files Browse the repository at this point in the history
  • Loading branch information
uli-heller committed Aug 11, 2022
1 parent 38abb5c commit 1a196c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-32bit-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ sudo chroot "./${OSDIR}/rootfs" apt-get clean
sudo chroot "./${OSDIR}/rootfs" timedatectl set-timezone Europe/Berlin
sudo ./umount.sh "./${OSDIR}/rootfs"

echo >"./${OSDIR}/metadata.yaml" "architecture: \"i386\""
echo >"./${OSDIR}/metadata.yaml" "architecture: \"i686\""
echo >>"./${OSDIR}/metadata.yaml" "creation_date: $(date +%s)"
echo >>"./${OSDIR}/metadata.yaml" "properties:"
echo >>"./${OSDIR}/metadata.yaml" " description: \"Ubuntu ${OS} i386 - Created by $(id -un)\""
Expand Down

0 comments on commit 1a196c2

Please sign in to comment.