We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9ed1f commit efa0294Copy full SHA for efa0294
airootfs/root/customize_airootfs.sh
@@ -20,6 +20,8 @@ sed -i 's/^#\s*\(%sudo\s\+ALL=(ALL)\s\+ALL\)/\1/' /etc/sudoers
20
cp -aT /etc/skel/ /home/arch/
21
DISABLED
22
23
+[[ -d /usr/share/calamares/branding/manjaro ]] && rm -rf /usr/share/calamares/branding/manjaro
24
+
25
sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
26
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
27
sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf
0 commit comments