diff --git a/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/modules/shellprocess-final.conf b/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/modules/shellprocess-final.conf index 5a877f42..b1fcba51 100644 --- a/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/modules/shellprocess-final.conf +++ b/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/modules/shellprocess-final.conf @@ -87,7 +87,7 @@ script: # remove the /root/.bashrc lines from ### AUTOMATED INSTALLATION START ### to ### AUTOMATED INSTALLATION END ### - command: "sed -i '/### AUTOMATED INSTALLATION START ###/,/### AUTOMATED INSTALLATION END ###/d' ${ROOT}/root/.bashrc" # Re-Apply dotfiles to new user - - command: "sudo -u ${USER} chezmoi init --apply Evangelospro -R --exclude externals,encrypted + - command: "sudo -u ${USER} chezmoi init --apply Evangelospro -R --exclude externals,encrypted" - command: "sudo -u ${USER} cp $HOME/.config/hypr/monitors_extend.conf $HOME/.config/hypr/monitors.conf" # create default directories - command: "mkdir -p ${ROOT}/home/${USER}/{Desktop,Documents,Downloads,Music,Pictures,Public,Templates,Videos}" diff --git a/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/settings.conf b/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/settings.conf index 3042fa93..51f11d9b 100644 --- a/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/settings.conf +++ b/iso/archiso/custom_repos/calamares_repo/packages/elarch-calamares-config/etc/calamares/settings.conf @@ -174,7 +174,7 @@ sequence: # here, Calamares then takes care of finding it and loading the contents. # # YAML: string. -branding: default +branding: elarch # If this is set to true, Calamares will show an "Are you sure?" prompt right # before each execution phase, i.e. at points of no return. If this is set to