2025-04 updates, including Leap 16.0

Updated Alpine patch releases
Updated Alma, Debian, Rocky minor releases
Updated Arch install media
Enabled LEAP 16.0
This commit is contained in:
Greg Hellings
2025-04-01 17:04:21 -05:00
parent 0dd662e61e
commit 74850a531d
13 changed files with 29 additions and 48 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
distro = "opensuse"
version = "16.0"
iso = {
url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer-Leap.x86_64-16.0.0-Leap-Build49.1.iso"
checksum = "e930c07476556481fbe15c1e471c20a04bb06f3daea6e2431b0a77a852261dc9"
url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer-Leap.x86_64-16.0.0-Leap-Build105.1.iso"
checksum = "63784c9b201704cfc146065b24bbc7df082f2891f6ab6a5457753aa2fc1dbe26"
}
boot_command = [
"e<wait>",
+6 -25
View File
@@ -44,37 +44,18 @@ local memory = agama.findByID(agama.lshw, 'memory').size;
storage: {
boot: {
configure: true,
device: findBiggestDisk(agama.selectByClass(agama.lshw, 'disk')),
device: "boot",
},
drives: [{
search: findBiggestDisk(agama.selectByClass(agama.lshw, 'disk')),
alias: "boot",
ptableType: 'gpt',
partitions: [{
search: '*',
delete: true
"search": "*",
"delete": true,
},{
id: 'esp',
size: '512 MiB',
filesystem: {
type: 'vfat',
path: '/boot',
mountBy: 'label',
label: 'boot',
mountOptions: [ "noatime" ]
},
},{
id: 'linux',
size: {
min: '9 GiB',
},
filesystem: {
type: 'ext4',
path: '/',
mountBy: 'label',
label: 'root',
mountOptions: [ "noatime" ]
}
}]
"generate": "default"
}],
}]
},
scripts: {
+1 -1
View File
@@ -12,7 +12,7 @@
{
version = "16.0";
arch = "amd64";
eol = true; # Not yet released, and bugged at the moment
eol = false; # Not yet released, and bugged at the moment
}
{
version = "tumbleweed";