mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-09 21:02:30 +01:00
More core/linux stuff
This commit is contained in:
parent
9079f873e8
commit
7607b43c5d
12
airootfs/etc/pacman.d/hooks/50-linux-neptune-boot.hook
Normal file
12
airootfs/etc/pacman.d/hooks/50-linux-neptune-boot.hook
Normal file
@ -0,0 +1,12 @@
|
||||
# remove from airootfs!
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = linux-neptune
|
||||
|
||||
[Action]
|
||||
Description = Renaming linux-neptune to linux...
|
||||
When = PostTransaction
|
||||
Depends = linux-neptune
|
||||
Exec = /usr/bin/sh -c 'cp /boot/vmlinuz-linux-neptune /boot/vmlinuz-linux; cp /boot/initramfs-linux-neptune.img /boot/initramfs-linux.img'
|
@ -47,8 +47,8 @@ less
|
||||
lftp
|
||||
libfido2
|
||||
libusb-compat
|
||||
linux
|
||||
linux-neptune
|
||||
core/linux
|
||||
linux-atm
|
||||
linux-firmware
|
||||
livecd-sounds
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="SteamOS_Holo"
|
||||
iso_label="HOLO_$(date +%Y%m)"
|
||||
iso_name="SteamOS_Holo_linux"
|
||||
iso_label="ARCH_$(date +%Y%m)"
|
||||
iso_publisher="theVakhovske <https://github.com/bhaiest>"
|
||||
iso_application="SteamOS Live/Rescue CD"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
||||
|
Loading…
Reference in New Issue
Block a user