OSDN Git Service

fixed localectl
authorkokkiemouse <kokkiemouse@gmail.com>
Mon, 21 Sep 2020 03:53:59 +0000 (12:53 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Mon, 21 Sep 2020 03:53:59 +0000 (12:53 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
channels/share/airootfs/root/customize_airootfs.sh

index c157bbd..792244d 100755 (executable)
@@ -37,7 +37,7 @@ while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do
         d) debug=true ;;
         x) debug=true; set -xv ;;
         a) arch="${OPTARG}" ;;
-        g) localegen="${OPTARG/./\\.}\\" ;;
+        g) localegen="${OPTARG}" ;;
         z) timezone="${OPTARG}" ;;
         l) language="${OPTARG}" ;;
     esac