mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add next Ubuntu 23.04 / Lunar lobster (#4625)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user