diff --git a/lib/initcpio/install/arch_weechat b/lib/initcpio/install/arch_weechat index d4a7c1729..964388d9c 100644 --- a/lib/initcpio/install/arch_weechat +++ b/lib/initcpio/install/arch_weechat @@ -3,7 +3,7 @@ build () { MODULES="" - BINARIES="/usr/bin/weechat" + BINARIES="/usr/bin/weechat-curses" FILES="" SCRIPT="" add_full_dir "/usr/lib/weechat" diff --git a/usr/bin/archboot-allinone.sh b/usr/bin/archboot-allinone.sh index 9b54d49cf..608888d28 100755 --- a/usr/bin/archboot-allinone.sh +++ b/usr/bin/archboot-allinone.sh @@ -85,11 +85,13 @@ _merge_initramfs() { # extract the initramfs files mkdir "${CORE}/tmp"/initrd - bsdtar xf "${CORE}/tmp"/*/boot/initrd.img "${CORE}/tmp"/initrd - bsdtar xf "${CORE_LTS}/tmp"/*/boot/initrd.img "${CORE}/tmp"/initrd - mkdir "${CORE}/tmp"/initrd64 - bsdtar xf "${CORE64}/tmp"/*/boot/initrd.img "${CORE64}/tmp"/initrd - bsdtar xf "${CORE64_LTS}/tmp"/*/boot/initrd.img "${CORE64}/tmp"/initrd + cd "${CORE}/tmp"/initrd + bsdtar xf "${CORE}/tmp"/*/boot/initrd.img + bsdtar xf "${CORE_LTS}/tmp"/*/boot/initrd.img + mkdir "${CORE64}/tmp"/initrd + cd "${CORE64}/tmp"/initrd + bsdtar xf "${CORE64}/tmp"/*/boot/initrd.img + bsdtar xf "${CORE64_LTS}/tmp"/*/boot/initrd.img # merge them into one file for each architecture cd "${CORE}/tmp"/initrd