From a4772230b20cf3c84d232d6e59abab66d9ffa5c0 Mon Sep 17 00:00:00 2001 From: "Brent, Bohan Yang" Date: Sun, 17 Dec 2023 00:36:05 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62200f8..7fc3e9c 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Otherwise, you can run this command to revert all changes made by the script: * `--authorized-keys-url ` URL to your authorized keys for SSH authentication. e.g. `https://github.com/torvalds.keys` * `--sudo-with-password` Require password when the user invokes `sudo` command * `--timezone UTC` e.g. `Asia/Shanghai` for China (UTC+8) https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List - * `--ntp 0.debian.pool.ntp.org` + * `--ntp time.google.com` * `--no-disk-partitioning, --no-part` **(Manual installation)** Proceed disk partitioning manually in VNC or remote console * `--disk ` Manually select a disk for installation. **Please remember to specify this when more than one disk is available!** e.g. `/dev/sda` * `--no-force-gpt` By default, GPT rather than MBR partition table will be created. This option disables it.