浏览代码

Some additional clears

Bob Mottram 7 年前
父节点
当前提交
4b9f281007
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/freedombone-config

+ 6
- 0
src/freedombone-config 查看文件

@@ -608,6 +608,8 @@ function choose_username {
608 608
                            if [ ${#possible_username} -gt 1 ]; then
609 609
                                if [[ $possible_username != $GENERIC_IMAGE_USERNAME ]]; then
610 610
                                    MY_USERNAME=$(cat $data)
611
+                                   clear
612
+                                   echo $'Creating user account'
611 613
                                    chmod 600 /etc/shadow
612 614
                                    chmod 600 /etc/gshadow
613 615
                                    useradd -m -s /bin/bash $MY_USERNAME
@@ -691,6 +693,7 @@ function choose_full_name {
691 693
         esac
692 694
     done
693 695
     save_configuration_values
696
+    clear
694 697
 }
695 698
 
696 699
 function choose_system_variant {
@@ -968,6 +971,9 @@ function interactive_select_language {
968 971
     esac
969 972
     save_configuration_values
970 973
 
974
+    clear
975
+    echo 'Setting locale'
976
+
971 977
     locale-gen "${DEFAULT_LANGUAGE}"
972 978
     update-locale LANG=${DEFAULT_LANGUAGE}
973 979
     update-locale LANGUAGE=${DEFAULT_LANGUAGE}