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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user