diff --git a/usr/lib/initcpio/install/archboot_base b/usr/lib/initcpio/install/archboot_base index 80ef3a9d8..37c92fcda 100644 --- a/usr/lib/initcpio/install/archboot_base +++ b/usr/lib/initcpio/install/archboot_base @@ -37,7 +37,7 @@ build () tsort unexpand unlink users vdir pwait fuser peekfd prtstat pslog pstree newgidmap newuidmap \ lzmainfo xzcmp xzegrep xzfgrep gzexe uncompress zcmp zdiff zegrep zfgrep zforce zmore znew \ bunzip2 bzcat bzdiff bzgrep bzip2recover bzmore chacl getfacl setfacl attr getfattr \ - setfattr tzselect pzstd unzstd zstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4" + setfattr pzstd unzstd zstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4" if [[ "$(uname -m)" == "x86_64" ]]; then apps="$apps i386 x86_64" fi diff --git a/usr/lib/initcpio/install/archboot_tz b/usr/lib/initcpio/install/archboot_tz index 1d1e3170d..3d5b349e3 100644 --- a/usr/lib/initcpio/install/archboot_tz +++ b/usr/lib/initcpio/install/archboot_tz @@ -4,7 +4,7 @@ build () { apps="hwclock date ntpdate ntpd ntp-keygen ntp-wait ntpdc ntpq \ - ntptime ntptrace" + ntptime ntptrace tzselect" for i in $apps; do add_binary "$i" done