|
@@ -39,10 +39,10 @@ This script is used to re-install VPS to **Debian 9 (stretch) or 10 (buster)** w
|
|
|
- `--skip-partitioning`
|
|
- `--skip-partitioning`
|
|
|
- `--partitioning-method regular`
|
|
- `--partitioning-method regular`
|
|
|
- `--disk`
|
|
- `--disk`
|
|
|
- - `--mbr`
|
|
|
|
|
- - `--gpt`
|
|
|
|
|
- - `--bios`
|
|
|
|
|
- - `--efi`
|
|
|
|
|
|
|
+ - `--force-gpt` Create a *GUID Partition Table* **(Default)**
|
|
|
|
|
+ - `--no-force-gpt`
|
|
|
|
|
+ - `--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
|
|
|
|
|
+ - `--efi` Create an *EFI system partition*. Default if `/sys/firmware/efi` exists
|
|
|
- `--filesystem ext4`
|
|
- `--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
|
|
- `--cloud-kernel` Choose `linux-image-cloud-amd64` as the kernel image
|