More core/linux stuff

This commit is contained in:
bhaiest 2022-05-02 13:17:21 +03:00
parent 9079f873e8
commit 7607b43c5d
3 changed files with 15 additions and 3 deletions

View 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'

View File

@ -47,8 +47,8 @@ less
lftp
libfido2
libusb-compat
linux
linux-neptune
core/linux
linux-atm
linux-firmware
livecd-sounds

View File

@ -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)"