From 31047a8cb3f17c6246d509b0a3e76f1dcaa3f09c Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sat, 30 Oct 2021 23:07:31 +0800 Subject: [PATCH] Add notes for --install and --boot-directory (#35) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d8b643..9b26372 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Otherwise, you can run this command to revert all changes made by the script: * `--cloud-kernel` Choose `linux-image-cloud-amd64` or `...arm64` as the kernel image * `--bpo-kernel` Choose the kernel image from Debian Backports (newer version from the next Debian release) * `--no-install-recommends` - * `--install 'ca-certificates libpam-systemd'` + * `--install 'ca-certificates libpam-systemd'` Install additional APT packages. Space-separated and quoted. * `--safe-upgrade` **(Default)** `apt upgrade --with-new-pkgs`. [See](https://salsa.debian.org/installer-team/pkgsel/-/blob/master/debian/postinst) * `--full-upgrade` `apt dist-upgrade` * `--no-upgrade` @@ -141,7 +141,7 @@ Otherwise, you can run this command to revert all changes made by the script: * `--hold` Don't reboot or power off after installation * `--power-off` Power off after installation rather than reboot * `--architecture ` e.g. `amd64`, `i386`, `arm64`, `armhf`, etc. - * `--boot-directory ` + * `--boot-directory ` Automatically set to `/` if there is an individual boot partition otherwise set to `/boot`. You can try to treak this if needed (for example setting subvolume for btrfs) * `--firmware` Load additional [non-free firmwares](https://wiki.debian.org/Firmware#Firmware_during_the_installation) * `--no-force-efi-extra-removable` [See](https://wiki.debian.org/UEFI#Force_grub-efi_installation_to_the_removable_media_path) * `--grub-timeout 5` How many seconds the GRUB menu shows before entering the installer