_) echo UBUNTU ETIONA64 VOL_ETIONA ETIONA ;;
# nabia
_) echo UBUNTU NABIA64 VOL_NABIA NABIA NABIA_EXTRA ;;
+ # aramo
+ _) echo UBUNTU ARAMO64 VOL_ARAMO ARAMO ARAMO_EXTRA ;;
# stretch
_) echo STRETCH64 VOL_STRETCH STRETCH_NONFREE ;;
# buster
_) echo UBUNTU BIONIC64 VOL_BIONIC BIONIC ;;
# focal
_) echo UBUNTU FOCAL64 VOL_FOCAL FOCAL ;;
+ # jammy
+ _) echo UBUNTU JAMMY64 VOL_JAMMY JAMMY ;;
esac
fi
###### end Template for 51-multi-boot ######
DISTRO=ubuntubionic
elif ifclass VOL_FOCAL; then
DISTRO=ubuntufocal
+ elif ifclass VOL_JAMMY; then
+ DISTRO=ubuntujammy
elif ifclass VOL_FLIDAS; then
DISTRO=trisquelflidas
elif ifclass VOL_ETIONA; then
DISTRO=trisqueletiona
elif ifclass VOL_NABIA; then
DISTRO=trisquelnabia
+ elif ifclass VOL_ARAMO; then
+ DISTRO=trisquelaramo
elif $mkroot2 || $mkroot2tab; then
:
else
return
fi
- dists="jessie stretch buster bullseye bookworm trixie focal bionic xenial trusty"
+ dists="jessie stretch buster bullseye bookworm trixie jammy focal bionic xenial trusty aramo nabia etiona"
for d in $dists; do
if grep -iq $d $target/etc/os-release; then
release=$d