mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 05:34:34 +08:00
Update README.md
This commit is contained in:
parent
24d02f5962
commit
0f6bce7706
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -168,6 +168,14 @@ For Ubuntu, official recommend mirror lists are here:
|
|||
<br />
|
||||
<br />
|
||||
|
||||
**-setdisk "a name of one disk or all"**: If your machine has 2 or more hard drives, and every hard drive want to format during the installation, you can assign -setdisk "all" to enable it, data is invaluable, you should deal with them carefully! or you can allow system to be installed on one disk like "vdc" or "/dev/sdb", This parameter is only suitable for Debian/Redhat series and conflicts with "-raid".
|
||||
<br />
|
||||
<br />
|
||||
|
||||
**-partition "mbr" or "gpt"**: Default is "mbr", ext4 file system with mbr partition table, if assign "gpt", the partition method will be as xfs file system with gpt partition table. This is only valid for Debian series, single hard drive formatting environment, not suitable for Raid.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
**--nomemcheck**: Disable memory check by force so that you can install any OS on any size of the memory in target machine, whether installation will succeed is not guaranteed.
|
||||
<br />
|
||||
<br />
|
||||
|
@ -240,12 +248,6 @@ For Ubuntu, official recommend mirror lists are here:
|
|||
<br />
|
||||
<br />
|
||||
|
||||
**-setdisk "a name of one disk or all"**: If your machine has 2 or more hard drives, and every hard drive want to format during the installation, you can assign -setdisk "all" to enable it, data is invaluable, you should deal with them carefully! or you can allow system to be installed on one disk like "vdc" or "/dev/sdb", This parameter is only suitable for Debian/Redhat series and conflicts with "-raid".
|
||||
<br />
|
||||
<br />
|
||||
|
||||
**-partition "mbr" or "gpt"**: Default is "mbr", ext4 file system with mbr partition table, if assign "gpt", the partition method will be as xfs file system with gpt partition table, this is only valid for Debian series, single hard drive formatting environment, not suitable for Raid.
|
||||
|
||||
**-version 32/i386 or 64/amd64 or arm/arm64**: OS bit. Program will automatically detect and redirect the CPU architecture from your machine to new system which would be installed, if you aren't known it well, don't assign it!
|
||||
<br />
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue