Skip to content

Commit d7644fd

Browse files
committed
[fix] : Fixed tty autologin (disable after installation)
1 parent 706acde commit d7644fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/share/airootfs.any/root/customize_airootfs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ sed -i "s/%ARCH%/${arch}/g" "/usr/share/calamares/modules/unpackfs.conf"
180180

181181
# Add disabling of sudo setting
182182
echo -e "\nremove \"/etc/sudoers.d/alterlive\"" >> "/usr/share/calamares/final-process"
183+
echo -e "\nremove \"/etc/systemd/system/[email protected]\"" >> "/usr/share/calamares/final-process"
183184

184185

185186
# Set os name

0 commit comments

Comments
 (0)