Skip to content

Commit

Permalink
Merge branch 'dev' into dev-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Jul 17, 2021
2 parents a7ba0f2 + f127096 commit 51dcbab
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 29 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ make_efi() {
sed "s|%ARCH%|${arch}|g;" "${script_path}/efiboot/${_use_config_name}/loader.conf" > "${isofs_dir}/loader/loader.conf"

readarray -t _efi_config_list < <(find "${script_path}/efiboot/${_use_config_name}/" -mindepth 1 -maxdepth 1 -type f -name "archiso-usb*.conf" -printf "%f\n" | grep -v "rescue")
[[ "${norescue_entry}" = false ]] && readarray -t _efi_config_list < <(find "${script_path}/efiboot/${_use_config_name}/" -mindepth 1 -maxdepth 1 -type f -name "archiso-usb*rescue*.conf" -printf "%f\n")
[[ "${norescue_entry}" = false ]] && readarray -t _efi_config_list < <(find "${script_path}/efiboot/${_use_config_name}/" -mindepth 1 -maxdepth 1 -type f -name "archiso-usb*.conf" -printf "%f\n")

for _efi_config in "${_efi_config_list[@]}"; do
sed "s|%ARCHISO_LABEL%|${iso_label}|g;
Expand Down Expand Up @@ -897,7 +897,7 @@ make_efiboot() {
find "${isofs_dir}/loader/entries/" -maxdepth 1 -mindepth 1 -name "uefi-shell*" -type f -printf "%p\0" | xargs -0 -I{} cp {} "${build_dir}/efiboot/loader/entries/"

readarray -t _efi_config_list < <(find "${script_path}/efiboot/${_use_config_name}/" -mindepth 1 -maxdepth 1 -type f -name "archiso-cd*.conf" -printf "%f\n" | grep -v "rescue")
[[ "${norescue_entry}" = false ]] && readarray -t _efi_config_list < <(find "${script_path}/efiboot/${_use_config_name}/" -mindepth 1 -maxdepth 1 -type f -name "archiso-cd*rescue*.conf" -printf "%f\n")
[[ "${norescue_entry}" = false ]] && readarray -t _efi_config_list < <(find "${script_path}/efiboot/${_use_config_name}/" -mindepth 1 -maxdepth 1 -type f -name "archiso-cd*.conf" -printf "%f\n")

for _efi_config in "${_efi_config_list[@]}"; do
sed "s|%ARCHISO_LABEL%|${iso_label}|g;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
#Wants=haveged.service
#After=haveged.service
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount

Expand Down
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-cd-rescue-nogui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI CD without GUI
title %OS_NAME% %ARCH% UEFI CD without GUI
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% systemd.unit=multi-user.target nomodeset
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-cd-rescue-safegui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI CD with safe graphics
title %OS_NAME% %ARCH% UEFI CD with safe graphics
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% nomodeset
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-cd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI CD
title %OS_NAME% %ARCH% UEFI CD
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH%
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-usb-rescue-nogui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI USB without GUI
title %OS_NAME% %ARCH% UEFI USB without GUI
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target nomodeset
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-usb-rescue-safegui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI USB with safe graphics
title %OS_NAME% %ARCH% UEFI USB with safe graphics
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-usb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI USB
title %OS_NAME% %ARCH% UEFI USB
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-cd-nosplash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI CD without boot splash
title %OS_NAME% %ARCH% UEFI CD without boot splash
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH%
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-cd-rescue-nogui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI CD without GUI
title %OS_NAME% %ARCH% UEFI CD without GUI
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% systemd.unit=multi-user.target nomodeset
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-cd-rescue-safegui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI CD with safe graphics
title %OS_NAME% %ARCH% UEFI CD with safe graphics
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% nomodeset
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-cd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI CD
title %OS_NAME% %ARCH% UEFI CD
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% quiet splash loglevel=3
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-usb-nosplash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI USB without boot splash
title %OS_NAME% %ARCH% UEFI USB without boot splash
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-usb-rescue-nogui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI USB without GUI
title %OS_NAME% %ARCH% UEFI USB without GUI
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target nomodeset
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-usb-rescue-safegui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI USB with safe graphics
title %OS_NAME% %ARCH% UEFI USB with safe graphics
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
2 changes: 1 addition & 1 deletion efiboot/splash/archiso-usb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# (c) 2019-2021 Fascode Network.
#

title %OS_NAME% archiso %ARCH% UEFI USB
title %OS_NAME% %ARCH% UEFI USB
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash loglevel=3
1 change: 1 addition & 0 deletions modules/share-extra/packages.i686/media.i686
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
pavucontrol
pipewire
pipewire-alsa
pipewire-jack
pipewire-pulse


Expand Down
1 change: 1 addition & 0 deletions modules/share-extra/packages.x86_64/media.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
pavucontrol
pipewire
pipewire-alsa
pipewire-jack
pipewire-pulse


Expand Down
1 change: 1 addition & 0 deletions modules/share-extra/packages_aur.i686/pipewire.i686
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
# (c) 2019-2021 Fascode Network.
#

pipewire-jack-dropin
pipewire-enable-bluez5
1 change: 1 addition & 0 deletions modules/share-extra/packages_aur.x86_64/pipewire.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
# (c) 2019-2021 Fascode Network.
#

pipewire-jack-dropin
pipewire-enable-bluez5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
#Wants=haveged.service
#After=haveged.service
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
#Wants=haveged.service
#After=haveged.service
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
#Wants=haveged.service
#After=haveged.service
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Initializes Pacman keyring
Wants=haveged.service
After=haveged.service
#Wants=haveged.service
#After=haveged.service
Requires=etc-pacman.d-gnupg.mount
After=etc-pacman.d-gnupg.mount

Expand Down
2 changes: 1 addition & 1 deletion modules/share/packages.i486/base.i486
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
base-devel

bash
haveged
#haveged
intel-ucode
amd-ucode
mkinitcpio-nfs-utils
Expand Down
2 changes: 1 addition & 1 deletion modules/share/packages.i686/base.i686
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
base-devel

bash
haveged
#haveged
intel-ucode
amd-ucode
mkinitcpio-nfs-utils
Expand Down
2 changes: 1 addition & 1 deletion modules/share/packages.x86_64/base.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
base-devel

bash
haveged
#haveged
intel-ucode
amd-ucode
mkinitcpio-nfs-utils
Expand Down

0 comments on commit 51dcbab

Please sign in to comment.