mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-17 10:41:27 +00:00
Merge pull request #127 from akatch/use_correct_package_set
feat: set DESKTOP=false and PACKAGE_SET=minimal for dvd-iso
This commit is contained in:
commit
9e5c990021
@ -334,6 +334,8 @@
|
|||||||
"rocky-dvd-iso-x86_64-*-64bit": 40
|
"rocky-dvd-iso-x86_64-*-64bit": 40
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"DESKTOP": "false",
|
||||||
|
"PACKAGE_SET": "minimal",
|
||||||
"PARTITIONING": "custom_resize_lvm",
|
"PARTITIONING": "custom_resize_lvm",
|
||||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||||
"INSTALL": "1",
|
"INSTALL": "1",
|
||||||
@ -393,6 +395,8 @@
|
|||||||
"rocky-dvd-iso-x86_64-*-uefi": 41
|
"rocky-dvd-iso-x86_64-*-uefi": 41
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"DESKTOP": "false",
|
||||||
|
"PACKAGE_SET": "minimal",
|
||||||
"PARTITIONING": "custom_gui_lvm_ext4",
|
"PARTITIONING": "custom_gui_lvm_ext4",
|
||||||
"HDDSIZEGB": "15",
|
"HDDSIZEGB": "15",
|
||||||
"POSTINSTALL": "disk_custom_lvm_ext4_postinstall",
|
"POSTINSTALL": "disk_custom_lvm_ext4_postinstall",
|
||||||
@ -406,6 +410,8 @@
|
|||||||
"rocky-dvd-iso-x86_64-*-uefi": 41
|
"rocky-dvd-iso-x86_64-*-uefi": 41
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"DESKTOP": "false",
|
||||||
|
"PACKAGE_SET": "minimal",
|
||||||
"PARTITIONING": "custom_gui_standard_partition_ext4",
|
"PARTITIONING": "custom_gui_standard_partition_ext4",
|
||||||
"ROOT_PASSWORD": "weakpassword"
|
"ROOT_PASSWORD": "weakpassword"
|
||||||
}
|
}
|
||||||
@ -571,6 +577,8 @@
|
|||||||
"rocky-dvd-iso-x86_64-*-uefi": 41
|
"rocky-dvd-iso-x86_64-*-uefi": 41
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"DESKTOP": "false",
|
||||||
|
"PACKAGE_SET": "minimal",
|
||||||
"PARTITIONING": "custom_lvm_ext4",
|
"PARTITIONING": "custom_lvm_ext4",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
||||||
|
Loading…
Reference in New Issue
Block a user