mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-09 21:02:30 +01:00
6.1-test changes
This commit is contained in:
parent
ab29134dc1
commit
649e493e75
@ -70,10 +70,10 @@ LocalFileSigLevel = Optional
|
||||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
#[testing-rel]
|
||||
#[testing-main]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[holoiso-stable]
|
||||
[holoiso-next]
|
||||
Include = /etc/pacman.d/holo_mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
@ -81,30 +81,30 @@ SigLevel = Never
|
||||
Include = /etc/pacman.d/holo_mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[jupiter-rel]
|
||||
[jupiter-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[holo-rel]
|
||||
[holo-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[core-rel]
|
||||
[core-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[extra-rel]
|
||||
[extra-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
#[community-testing-rel]
|
||||
#[community-testing-main]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community-rel]
|
||||
[community-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[multilib-rel]
|
||||
[multilib-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
|
@ -70,10 +70,10 @@ LocalFileSigLevel = Optional
|
||||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
#[testing-rel]
|
||||
#[testing-main]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[holoiso-stable]
|
||||
[holoiso-next]
|
||||
Include = /etc/pacman.d/holo_mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
@ -81,30 +81,30 @@ SigLevel = Never
|
||||
Include = /etc/pacman.d/holo_mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[jupiter-rel]
|
||||
[jupiter-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[holo-rel]
|
||||
[holo-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[core-rel]
|
||||
[core-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[extra-rel]
|
||||
[extra-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
#[community-testing-rel]
|
||||
#[community-testing-main]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community-rel]
|
||||
[community-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
[multilib-rel]
|
||||
[multilib-main]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
SigLevel = Never
|
||||
|
||||
|
6
efiboot/loader/entries/02-test.conf
Normal file
6
efiboot/loader/entries/02-test.conf
Normal file
@ -0,0 +1,6 @@
|
||||
title HoloISO installer (beta)
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-neptune-61
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-neptune-61.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=10G copytoram
|
@ -44,8 +44,8 @@ less
|
||||
lftp
|
||||
libfido2
|
||||
libusb-compat
|
||||
linux-neptune
|
||||
linux-neptune-headers
|
||||
linux-neptune-61
|
||||
linux-neptune-61-headers
|
||||
linux-atm
|
||||
linux-firmware
|
||||
linux-firmware-marvell
|
||||
|
16
pacman.conf
16
pacman.conf
@ -16,7 +16,7 @@
|
||||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
HoldPkg = pacman glibc
|
||||
XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||
#CleanMethod = KeepInstalled
|
||||
Architecture = auto
|
||||
@ -73,7 +73,7 @@ LocalFileSigLevel = Optional
|
||||
#[testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[holoiso]
|
||||
[holoiso-next]
|
||||
Server = http://dlcdn2.thevakhovske.pw/$repo/os/$arch
|
||||
Server = http://dl.thevakhovske.pw/$repo/os/$arch
|
||||
Server = http://holoiso.itsvixano.me/$repo/os/$arch
|
||||
@ -85,30 +85,30 @@ Server = http://dl.thevakhovske.pw/$repo/os/$arch
|
||||
Server = http://holoiso.itsvixano.me/$repo/os/$arch
|
||||
SigLevel = Never
|
||||
|
||||
[jupiter-rel]
|
||||
[jupiter-main]
|
||||
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
||||
SigLevel = Never
|
||||
|
||||
[holo-rel]
|
||||
[holo-main]
|
||||
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
||||
SigLevel = Never
|
||||
|
||||
[core-rel]
|
||||
[core-main]
|
||||
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
||||
SigLevel = Never
|
||||
|
||||
[extra-rel]
|
||||
[extra-main]
|
||||
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
||||
SigLevel = Never
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community-rel]
|
||||
[community-main]
|
||||
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
||||
SigLevel = Never
|
||||
|
||||
[multilib-rel]
|
||||
[multilib-main]
|
||||
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
||||
SigLevel = Never
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="HoloISO_4.1_OfflineInstaller"
|
||||
iso_name="HoloISO_4.2_6.1-test"
|
||||
iso_label="HOLO_$(date +%Y%m)"
|
||||
iso_publisher="theVakhovske <https://github.com/theVakhovskeIsTaken>"
|
||||
iso_application="HoloISO Installer Image"
|
||||
|
Loading…
Reference in New Issue
Block a user