From 16b7d5dec36af8ec7679205649dd19149d235f97 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Sun, 12 Feb 2017 04:03:19 +0800 Subject: [PATCH 1/2] Fix PROFILES path in stale version --- manjaro-architect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-architect b/manjaro-architect index 83609b3..488b382 100755 --- a/manjaro-architect +++ b/manjaro-architect @@ -2391,7 +2391,7 @@ inst_needed() { } install_manjaro_de_wm_pkg() { - PROFILES="/usr/share/manjaro-tools" + PROFILES="/usr/share/manjaro-tools/iso-profiles" # Only show this information box once if [[ $SHOW_ONCE -eq 0 ]]; then dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " $_InstDETitle " --msgbox "This installs a package list and a desktop-settings package that correspond to manjaro editions of the same name." 0 0 From 2be235c1823ce9b0ba1016d20f36201a8f290f38 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Sun, 12 Feb 2017 04:53:24 +0800 Subject: [PATCH 2/2] rename grub --- manjaro-architect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-architect b/manjaro-architect index 488b382..dcf7b44 100755 --- a/manjaro-architect +++ b/manjaro-architect @@ -1751,7 +1751,7 @@ uefi_bootloader() { case $(cat ${PACKAGES}) in "grub") dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " Grub-install " --infobox "$_PlsWaitBody" 0 0 - arch_chroot "grub-install --target=x86_64-efi --efi-directory=${UEFI_MOUNT} --bootloader-id=arch_grub --recheck" 2>/tmp/.errlog + arch_chroot "grub-install --target=x86_64-efi --efi-directory=${UEFI_MOUNT} --bootloader-id=manjaro_grub --recheck" 2>/tmp/.errlog # If encryption used amend grub [[ $LUKS_DEV != "" ]] && sed -i "s~GRUB_CMDLINE_LINUX=.*~GRUB_CMDLINE_LINUX=\"$LUKS_DEV\"~g" ${MOUNTPOINT}/etc/default/grub