mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Added Debian 12 Bookworm. (#4740)
* Added Debian 12 Bookworm. * Link identical * Make minimal truly minimal again Move netplan.io to CLI image only * Add netplan.io to Bullseye standard CLI Co-authored-by: Konstantin Litvinov <klitvinov@piesoft.us> Co-authored-by: Igor <igor@armbian.com>
This commit is contained in:
committed by
GitHub
parent
a7bd7f5dbb
commit
8398dd1116
@@ -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|sid|focal|impish|hirsute|jammy|kinetic|lunar|ulyana|ulyssa|uma|una|vanessa|vera ]]; then
|
||||
if [[ $HOSTRELEASE =~ buster|bullseye|bookworm|sid|focal|impish|hirsute|jammy|kinetic|lunar|ulyana|ulyssa|uma|una|vanessa|vera ]]; then
|
||||
mkopts[ext4]="-q -m 2 -O ^64bit,^metadata_csum"
|
||||
fi
|
||||
# mkopts[fat] is empty
|
||||
|
||||
Reference in New Issue
Block a user