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