From 803f3ed2c4f018c0f2de414ed3853946ad7ee007 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Wed, 12 Sep 2018 19:15:18 +0800 Subject: [PATCH] Password-related caution in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3085256..deed985 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Replace following `` with your options. sudo sh -c "$(wget -O - https://github.com/brentybh/debian-netboot/raw/master/netboot.sh)" -- ``` +**Remember** to enter your current user's password for `sudo` (if need) and then enter the new user's password (if not specified by `-p`). + ### All Options - `-c US` Debian Installer Country @@ -33,7 +35,7 @@ sudo sh -c "$(wget -O - https://github.com/brentybh/debian-netboot/raw/master/ne - `-dir /debian` Directory path relative to root of the mirror - `-suite stretch` Suite (`stable`, `testing`, `stretch`, etc.) - `-u ubuntu` Username of admin account with sudo privilege - - `-p secret` Password of the account (if not specified, it will be asked interactively) + - `-p secret` Password of the account **(if not specified, it will be asked interactively)** - `-tz UTC` [Time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) - `-ntp time.google.com` NTP server - `-upgrade full-upgrade` Whether to upgrade packages after debootstrap (`none`, `safe-upgrade`, `full-upgrade`)