Add next Ubuntu 23.04 / Lunar lobster (#4625)

This commit is contained in:
Igor Pečovnik
2022-12-30 20:59:35 +01:00
committed by GitHub
parent 6d20fa48ac
commit ff6c515e3f
13 changed files with 20 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ prepare_partitions() {
# parttype[nfs] is empty
# metadata_csum and 64bit may need to be disabled explicitly when migrating to newer supported host OS releases
if [[ $HOSTRELEASE =~ buster|bullseye|focal|jammy|kinetic|sid ]]; then
if [[ $HOSTRELEASE =~ buster|bullseye|focal|jammy|kinetic|lunar|sid ]]; then
mkopts[ext4]="-q -m 2 -O ^64bit,^metadata_csum"
fi
# mkopts[fat] is empty