mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-22 19:22:47 +01:00
Ship Arch Linux stock kernel
This commit is contained in:
parent
ed48e0bde4
commit
9079f873e8
8
airootfs/etc/mkinitcpio.d/linux-neptune.preset
Normal file
8
airootfs/etc/mkinitcpio.d/linux-neptune.preset
Normal file
@ -0,0 +1,8 @@
|
||||
# mkinitcpio preset file for the 'linux-neptune' package on archiso
|
||||
|
||||
PRESETS=('archiso')
|
||||
|
||||
ALL_kver='/boot/vmlinuz-linux-neptune'
|
||||
ALL_config='/etc/mkinitcpio.conf'
|
||||
|
||||
archiso_image="/boot/initramfs-linux-neptune.img"
|
@ -1,4 +1,4 @@
|
||||
title SteamOS install medium (x86_64, UEFI)
|
||||
title SteamOS install medium (linux-neptune; x86_64, UEFI)
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-neptune
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
6
efiboot/loader/entries/02-archiso-x86_64-linux.conf
Normal file
6
efiboot/loader/entries/02-archiso-x86_64-linux.conf
Normal file
@ -0,0 +1,6 @@
|
||||
title SteamOS install medium (core/linux; x86_64, UEFI)
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
@ -47,6 +47,7 @@ less
|
||||
lftp
|
||||
libfido2
|
||||
libusb-compat
|
||||
linux
|
||||
linux-neptune
|
||||
linux-atm
|
||||
linux-firmware
|
||||
|
Loading…
Reference in New Issue
Block a user