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
+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: {