Changing image name breaks booting

This commit is contained in:
theVakhovskeIsTaken 2023-03-25 10:49:54 +00:00
parent 3c9bc729b5
commit a064667783
3 changed files with 121 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
work/
out/
out/
steamdeck-20230323.1000-snapshot.manifest.pacman
pkglist.x86_64.txt

View File

@ -140,4 +140,118 @@ dialog
dolphin
spectacle
konsole
rz608-fix-git
rz608-fix-git
# Another HoloISO addons -- BETA
btop
caps
clang-libs
cpio
djvulibre
dos2unix
drkonqi
drm_info
ds-inhibit
elfutils
ell
evtest
exfat-utils
f3
fd
fish
gptfdisk
gpu-trace
ibus
ibus-anthy
ibus-hangul
ibus-pinyin
ibus-table
ibus-table-cangjie-lite
iotop
iwd
jupiter-dock-updater-bin 20230126.01-1
jupiter-fan-control 20230209.1-1
kcontacts
kdeconnect
kdump-steamos
kexec-tools
kjs
kpeoplevcard
lib32-flac
lib32-gamescope
lib32-libasyncns
lib32-libice
lib32-libnm
lib32-libogg
lib32-libpulse
lib32-libsm
lib32-libsndfile
lib32-libvdpau
lib32-libvorbis
lib32-libxi
lib32-libxtst
lib32-mesa-vdpau
lib32-openal
lib32-renderdoc-minimal
lib32-xcb-util-keysyms
libclc
libfakekey
libhangul
libspectre
libtraceevent
libtracefs
libva-mesa-driver
luit
makedumpfile
maliit-framework
maliit-keyboard
mesa-vdpau
ncdu
nethogs
networkmanager-openvpn
noise-suppression-for-voice
nss-mdns
numactl
okular
opencl-mesa
p7zip
paru
perf
plasma-wayland-protocols
plasma-wayland-session
powertop
presage
pulseaudio-qt
python-aiohttp
python-aiosignal
python-async-timeout
python-charset-normalizer
python-frozenlist
python-multidict
python-psutil
python-pyaml
python-pyenchant
python-pyinotify
python-semantic-version
python-yarl
pyzy
qt5-feedback
renderdoc-minimal
ripgrep
steam_notif_daemon
steamos-devkit-service
strace
tk
trace-cmd
tree
unrar
usbhid-gadget-passthru
vkmark-git
vpower
wireguard-tools
xbitmaps
xdotool
xorg-xhost
xorg-xwininfo
xterm
zip

View File

@ -1,11 +1,11 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
iso_name="HoloISO_4.2_$(git rev-parse --abbrev-ref HEAD)"
iso_name="$(cat /tmp/isobuildname)"
iso_label="HOLO_$(date +%Y%m)"
iso_publisher="theVakhovske <https://github.com/theVakhovskeIsTaken>"
iso_application="HoloISO Installer Image"
iso_version="$(date +%Y%m%d)_$(cat /tmp/buildhash_holoiso)$(cat /tmp/buildbranch_holoiso)"
iso_application="HoloISO"
iso_version="1"
install_dir="arch"
buildmodes=('iso')
bootmodes=('uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')