Skip to content

Commit 15966f5

Browse files
committed
Merge branch 'dev' into no-haveged
2 parents d5a403c + db8845b commit 15966f5

File tree

15 files changed

+16
-10
lines changed

15 files changed

+16
-10
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ make_efi() {
840840
sed "s|%ARCH%|${arch}|g;" "${script_path}/efiboot/${_use_config_name}/loader.conf" > "${isofs_dir}/loader/loader.conf"
841841

842842
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")
843-
[[ "${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")
843+
[[ "${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")
844844

845845
for _efi_config in "${_efi_config_list[@]}"; do
846846
sed "s|%ARCHISO_LABEL%|${iso_label}|g;
@@ -897,7 +897,7 @@ make_efiboot() {
897897
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/"
898898

899899
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")
900-
[[ "${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")
900+
[[ "${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")
901901

902902
for _efi_config in "${_efi_config_list[@]}"; do
903903
sed "s|%ARCHISO_LABEL%|${iso_label}|g;

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Please see the <a href="https://fascode.net/projects/linux/alter/">official webs
8888
<li>Adopt ZEN kernel by default</li>
8989
<li>Equipped with sophisticated UI, themes, and icons</li>
9090
<li>You can use the syntax of <code>apt</code> with <code>aptpac</code></li>
91+
<li>Higher quality audio with Pipewire is available by default</li>
9192
<li>Easy development of derived OS by framework based on archiso</li>
9293
</ul>
9394

docs/README_jp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Alter Linuxの最新の開発状況は<a href="https://github.com/orgs/FascodeNe
8686
<li>デフォルトでZENカーネルを採用</li>
8787
<li>洗練されたUIやテーマ、アイコンを搭載しています</li>
8888
<li><code>aptpac</code>で<cpde>apt</code>の構文をそのまま使用できます</li>
89+
<li>デフォルトでPipewireによる、高品質なオーディオが使えます</li>
8990
<li>archisoをベースとしたフレームワークにより簡単に派生OSを開発できます</li>
9091
</ul>
9192

efiboot/splash/archiso-cd-nosplash.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI CD without boot splash
8+
title %OS_NAME% %ARCH% UEFI CD without boot splash
99
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
1010
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%

efiboot/splash/archiso-cd-rescue-nogui.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI CD without GUI
8+
title %OS_NAME% %ARCH% UEFI CD without GUI
99
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
1010
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

efiboot/splash/archiso-cd-rescue-safegui.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI CD with safe graphics
8+
title %OS_NAME% %ARCH% UEFI CD with safe graphics
99
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
1010
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

efiboot/splash/archiso-cd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI CD
8+
title %OS_NAME% %ARCH% UEFI CD
99
efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi
1010
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

efiboot/splash/archiso-usb-nosplash.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI USB without boot splash
8+
title %OS_NAME% %ARCH% UEFI USB without boot splash
99
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
1010
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%

efiboot/splash/archiso-usb-rescue-nogui.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI USB without GUI
8+
title %OS_NAME% %ARCH% UEFI USB without GUI
99
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
1010
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

efiboot/splash/archiso-usb-rescue-safegui.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI USB with safe graphics
8+
title %OS_NAME% %ARCH% UEFI USB with safe graphics
99
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
1010
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

efiboot/splash/archiso-usb.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
title %OS_NAME% archiso %ARCH% UEFI USB
8+
title %OS_NAME% %ARCH% UEFI USB
99
efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
1010
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

modules/share-extra/packages.i686/media.i686

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
pavucontrol
1515
pipewire
1616
pipewire-alsa
17+
pipewire-jack
1718
pipewire-pulse
1819

1920

modules/share-extra/packages.x86_64/media.x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
pavucontrol
1515
pipewire
1616
pipewire-alsa
17+
pipewire-jack
1718
pipewire-pulse
1819

1920

modules/share-extra/packages_aur.i686/pipewire.i686

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
# (c) 2019-2021 Fascode Network.
99
#
1010

11+
pipewire-dropin
1112
pipewire-enable-bluez5

modules/share-extra/packages_aur.x86_64/pipewire.x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
# (c) 2019-2021 Fascode Network.
99
#
1010

11+
pipewire-dropin
1112
pipewire-enable-bluez5

0 commit comments

Comments
 (0)