Skip to content

Commit

Permalink
clean up code, default locales is already set
Browse files Browse the repository at this point in the history
  • Loading branch information
GP3D84 authored Nov 17, 2024
1 parent 1dc6cd3 commit b8d77d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/piconfig/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,3 @@ cat > /etc/systemd/system/[email protected]/autologin.conf << EOF
ExecStart=
ExecStart=-/sbin/agetty --autologin $BASE_USER --noclear %I \$TERM
EOF

# Step 13: Fix locale
echo_green "Generating and setting default locale to en_US.UTF-8..."
# Use en_US.UTF-8 as default locale
raspi-config nonint do_change_locale en_US.UTF-8

0 comments on commit b8d77d4

Please sign in to comment.