mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-14 23:32:33 +01:00
ISO: Ship only Copy-to-RAM options
This commit is contained in:
parent
9a1e8683c7
commit
de96a7c3d1
@ -0,0 +1,6 @@
|
||||
title SteamOS install medium (linux-neptune-dri; x86_64, UEFI, Copy to RAM)
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-neptune-dri
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-neptune-dri.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
6
efiboot/loader/entries/02-archiso-x86_64-ram-linux.conf
Normal file
6
efiboot/loader/entries/02-archiso-x86_64-ram-linux.conf
Normal file
@ -0,0 +1,6 @@
|
||||
title SteamOS install medium (linux-holoiso (Extra compability); x86_64, UEFI, Copy to RAM)
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-holoiso
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-holoiso.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
@ -1,2 +1,2 @@
|
||||
timeout 15
|
||||
default 03-archiso-x86_64-linux-neptune-ram.conf
|
||||
timeout 5
|
||||
default 02-archiso-x86_64-ram-linux.conf
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="HoloISO_Stable"
|
||||
iso_name="HoloISO_Experimental"
|
||||
iso_label="HOLO_$(date +%Y%m)"
|
||||
iso_publisher="theVakhovske <https://github.com/bhaiest>"
|
||||
iso_application="SteamOS Installer media"
|
||||
|
Loading…
Reference in New Issue
Block a user