Skip to content

Commit efa0294

Browse files
committed
[fix] : Deleted calamares dir for manjaro
1 parent 0d9ed1f commit efa0294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airootfs/root/customize_airootfs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ sed -i 's/^#\s*\(%sudo\s\+ALL=(ALL)\s\+ALL\)/\1/' /etc/sudoers
2020
cp -aT /etc/skel/ /home/arch/
2121
DISABLED
2222

23+
[[ -d /usr/share/calamares/branding/manjaro ]] && rm -rf /usr/share/calamares/branding/manjaro
24+
2325
sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
2426
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
2527
sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf

0 commit comments

Comments
 (0)