Browse Source

八位密码

杨振 3 years ago
parent
commit
d74edd955a

+ 1 - 1
kylin-os-installer-1.0.9/data/kylin-os-installer-oem

@@ -8,7 +8,7 @@ fi
 
 # 卸载可能由于自动挂载的目录
 if grep -q media.oem /proc/mounts; then
-    echo 'qwe123' | sudo -S umount /media/oem/*
+    echo 'qwe@1234' | sudo -S umount /media/oem/*
 fi
 
 # 990,9A0 wayland 需要此设置

+ 1 - 1
kylin-os-installer-1.0.9/data/kylin-os-installer-oem-automatic

@@ -8,7 +8,7 @@ fi
 
 # 卸载可能由于自动挂载的目录
 if grep -q media.oem /proc/mounts; then
-    echo 'qwe123' | sudo -S umount /media/oem/*
+    echo 'qwe@1234' | sudo -S umount /media/oem/*
 fi
 
 # 990,9A0 wayland 需要此设置

+ 1 - 1
kylin-os-installer-1.0.9/scripts/after/21setup-auditmode

@@ -12,7 +12,7 @@ elif [[ "${is_audit_mode}" == "false" ]]; then
 fi
 
 USERNAME=test
-PASSWORD=qwe123
+PASSWORD=qwe@1234
 AUTO_LOGIN=1
 KUID=11111
 # sudo 免密

+ 1 - 1
kylin-os-installer-1.0.9/scripts/in_chroot/21setup-user

@@ -16,7 +16,7 @@ KUID=1000
 # oem mode
 if [[ "${is_oem_mode}" = "true" ]]; then
     USERNAME=oem
-    PASSWORD=qwe123
+    PASSWORD=qwe@1234
     AUTO_LOGIN=1
     KUID=29999
     # sudo 免密