You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show_info_box "$DIALOG_STEP_TITLE" $PROGRESS_PERCENTAGE "Now we will configure the system and the things like\n\n * The hostname\n * Locales\n * Keymap \n * Localtime"
echo $HOSTNAME > /mnt/etc/hostname
echo "LANG=${LANG}" > /mnt/etc/locale.conf
lang_code="$(echo $LANG | sed --regexp-extended --quiet 's/^(.*)\..*/\1/p')"