From 140c7fac2b3f4fcfa776df75e5a1d6a6ebc35ef3 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Fri, 8 Jan 2021 14:33:12 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a6b629..88463aa 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ This script is used to reinstall the Linux OS of a KVM-based VPS or a Hyper-V vi - `--skip-account-setup` - `--username debian` New user with `sudo` privilege or `root` - `--password ` New user password to set. **Will be prompted if not specified here** + - `--sudo-no-password` Make the user run "sudo" commands without entering the password - `--timezone UTC` https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List - `--ntp 0.debian.pool.ntp.org` - `--skip-partitioning` @@ -42,7 +43,7 @@ This script is used to reinstall the Linux OS of a KVM-based VPS or a Hyper-V vi - `--bios` Don't create *EFI system partition*. If GPT is being used, create a *BIOS boot partition* (`bios_grub` partition). Default if `/sys/firmware/efi` is absent. [See](https://askubuntu.com/a/501360) - `--efi` Create an *EFI system partition*. Default if `/sys/firmware/efi` exists - `--filesystem ext4` - - `--kernel` Choose an package for the kernel image + - `--kernel ` Choose an package for the kernel image - `--cloud-kernel` Choose `linux-image-cloud-amd64` as the kernel image - `--no-install-recommends` - `--install 'ca-certificates libpam-systemd'` Additional packages to install. Quoted string where package names are seperated by spaces. **Package names specified here will override the default list, rather than append to it** @@ -52,7 +53,7 @@ This script is used to reinstall the Linux OS of a KVM-based VPS or a Hyper-V vi - `--eth` Disable *Consistent Network Device Naming* to get `eth0`, `eth1`, etc. back - `--bbr` Enable TCP BBR congestion control - `--power-off` Power off after installation rather than reboot - - `--architecture` e.g. `amd64`, `i386`, `arm64`, `armhf`, etc. + - `--architecture ` e.g. `amd64`, `i386`, `arm64`, `armhf`, etc. - `--boot-partition` Should be used if `/boot` directory is mounted from a dedicated partition like a LVM setup - `--firmware` Load additional [non-free firmwares](https://wiki.debian.org/Firmware#Firmware_during_the_installation) - `--force-efi-extra-removable` [See](https://wiki.debian.org/UEFI#Force_grub-efi_installation_to_the_removable_media_path). **Useful on Oracle Cloud**