Update release list, added new Debian/Ubuntu distros
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
======================
|
======================
|
||||||
Version Description
|
Version Description
|
||||||
|
|
||||||
|
1.1.38......Update release list, added new Debian/Ubuntu distros.
|
||||||
1.1.37......Workaround to copy host resolv.conf to jail path.
|
1.1.37......Workaround to copy host resolv.conf to jail path.
|
||||||
1.1.36......Update bastille config, use current extension path.
|
1.1.36......Update bastille config, use current extension path.
|
||||||
1.1.35......Update bastille config.
|
1.1.35......Update bastille config.
|
||||||
|
|||||||
@@ -72,36 +72,42 @@ $sphere_array = $rel_list;
|
|||||||
|
|
||||||
if ($linux_compat_support == "YES"):
|
if ($linux_compat_support == "YES"):
|
||||||
$a_action = [
|
$a_action = [
|
||||||
'14.0-RELEASE' => gettext('14.0-RELEASE'),
|
//'14.2-RELEASE' => gettext('14.2-RELEASE'),
|
||||||
'14.1-RELEASE' => gettext('14.1-RELEASE'),
|
'14.1-RELEASE' => gettext('14.1-RELEASE'),
|
||||||
|
'14.0-RELEASE' => gettext('14.0-RELEASE'),
|
||||||
|
'13.4-RELEASE' => gettext('13.4-RELEASE'),
|
||||||
'13.3-RELEASE' => gettext('13.3-RELEASE'),
|
'13.3-RELEASE' => gettext('13.3-RELEASE'),
|
||||||
'13.2-RELEASE' => gettext('13.2-RELEASE'),
|
'13.2-RELEASE' => gettext('13.2-RELEASE'),
|
||||||
'13.1-RELEASE' => gettext('13.1-RELEASE'),
|
'13.1-RELEASE' => gettext('13.1-RELEASE'),
|
||||||
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
||||||
|
'12.4-RELEASE' => gettext('12.4-RELEASE'),
|
||||||
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
||||||
//'12.4-RELEASE' => gettext('12.4-RELEASE'), -> To be uncommented when avail
|
|
||||||
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
||||||
'12.1-RELEASE' => gettext('12.1-RELEASE'),
|
'12.1-RELEASE' => gettext('12.1-RELEASE'),
|
||||||
'12.0-RELEASE' => gettext('12.0-RELEASE'),
|
'12.0-RELEASE' => gettext('12.0-RELEASE'),
|
||||||
'11.4-RELEASE' => gettext('11.4-RELEASE'),
|
'11.4-RELEASE' => gettext('11.4-RELEASE'),
|
||||||
'11.3-RELEASE' => gettext('11.3-RELEASE'),
|
'11.3-RELEASE' => gettext('11.3-RELEASE'),
|
||||||
'11.2-RELEASE' => gettext('11.2-RELEASE'),
|
'11.2-RELEASE' => gettext('11.2-RELEASE'),
|
||||||
'ubuntu-bionic' => gettext('Ubuntu-Bionic'),
|
'ubuntu-jammy' => gettext('Ubuntu-Jammy'),
|
||||||
'ubuntu-focal' => gettext('Ubuntu-Focal'),
|
'ubuntu-focal' => gettext('Ubuntu-Focal'),
|
||||||
'debian-stretch' => gettext('Debian-Stretch'),
|
'ubuntu-bionic' => gettext('Ubuntu-Bionic'),
|
||||||
'debian-buster' => gettext('Debian-Buster'),
|
'debian-bookworm' => gettext('Debian-Bookworm'),
|
||||||
'debian-bullseye' => gettext('Debian-Bullseye'),
|
'debian-bullseye' => gettext('Debian-Bullseye'),
|
||||||
|
'debian-buster' => gettext('Debian-Buster'),
|
||||||
|
//'debian-stretch' => gettext('Debian-Stretch'), -> Obsolete, removed from bastille boostrap.
|
||||||
];
|
];
|
||||||
else:
|
else:
|
||||||
$a_action = [
|
$a_action = [
|
||||||
'14.0-RELEASE' => gettext('14.0-RELEASE'),
|
//'14.2-RELEASE' => gettext('14.2-RELEASE'),
|
||||||
'14.1-RELEASE' => gettext('14.1-RELEASE'),
|
'14.1-RELEASE' => gettext('14.1-RELEASE'),
|
||||||
|
'14.0-RELEASE' => gettext('14.0-RELEASE'),
|
||||||
|
'13.4-RELEASE' => gettext('13.4-RELEASE'),
|
||||||
'13.3-RELEASE' => gettext('13.3-RELEASE'),
|
'13.3-RELEASE' => gettext('13.3-RELEASE'),
|
||||||
'13.2-RELEASE' => gettext('13.2-RELEASE'),
|
'13.2-RELEASE' => gettext('13.2-RELEASE'),
|
||||||
'13.1-RELEASE' => gettext('13.1-RELEASE'),
|
'13.1-RELEASE' => gettext('13.1-RELEASE'),
|
||||||
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
'13.0-RELEASE' => gettext('13.0-RELEASE'),
|
||||||
|
'12.4-RELEASE' => gettext('12.4-RELEASE'),
|
||||||
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
'12.3-RELEASE' => gettext('12.3-RELEASE'),
|
||||||
//'12.4-RELEASE' => gettext('12.4-RELEASE'), -> To be uncommented when avail
|
|
||||||
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
'12.2-RELEASE' => gettext('12.2-RELEASE'),
|
||||||
'12.1-RELEASE' => gettext('12.1-RELEASE'),
|
'12.1-RELEASE' => gettext('12.1-RELEASE'),
|
||||||
'12.0-RELEASE' => gettext('12.0-RELEASE'),
|
'12.0-RELEASE' => gettext('12.0-RELEASE'),
|
||||||
@@ -182,12 +188,16 @@ if($_POST):
|
|||||||
$get_release = "Ubuntu_1804";
|
$get_release = "Ubuntu_1804";
|
||||||
elseif($get_release == 'ubuntu-focal'):
|
elseif($get_release == 'ubuntu-focal'):
|
||||||
$get_release = "Ubuntu_2004";
|
$get_release = "Ubuntu_2004";
|
||||||
|
elseif($get_release == 'ubuntu-jammy'):
|
||||||
|
$get_release = "Ubuntu_2204";
|
||||||
elseif($get_release == 'debian-stretch'):
|
elseif($get_release == 'debian-stretch'):
|
||||||
$get_release = "Debian9";
|
$get_release = "Debian9";
|
||||||
elseif($get_release == 'debian-buster'):
|
elseif($get_release == 'debian-buster'):
|
||||||
$get_release = "Debian10";
|
$get_release = "Debian10";
|
||||||
elseif($get_release == 'debian-bullseye'):
|
elseif($get_release == 'debian-bullseye'):
|
||||||
$get_release = "Debian11";
|
$get_release = "Debian11";
|
||||||
|
elseif($get_release == 'debian-bookworm'):
|
||||||
|
$get_release = "Debian12";
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
$check_release = ("{$rootfolder}/releases/{$get_release}");
|
$check_release = ("{$rootfolder}/releases/{$get_release}");
|
||||||
|
|||||||
Reference in New Issue
Block a user