You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- One-click Linux installation: Supports 19 common distributions.
19
19
- One-click Windows installation: Uses the official ISO for installation instead of custom images. The script can automatically ~~retrieves the ISO link~~ and installs common drivers like `Virtio`.
20
20
- Supports installation in any direction, i.e., `Linux to Linux`, `Linux to Windows`, `Windows to Windows`, `Windows to Linux`
21
-
- No need to input IP parameters; automatically recognizes dynamic and static IPs, supports `/32`, `/128`, `gateway outside subnet`, `IPv6 only`, `dual NIC` and other special network configurations
21
+
- No need to input IP parameters; automatically recognizes dynamic and static IPs, supports `/32`, `/128`, `gateway outside subnet`, `IPv6 only`, `dual NIC`
22
22
- Specially optimized for low-spec servers, requires less memory than the official netboot
23
23
- Uses partition table ID to identify hard drives throughout the process, ensuring no wrong disk is written
24
24
- Supports BIOS and EFI boot, and ARM Server
25
25
- No homemades image included, all resources are obtained in real-time from mirror sites
26
-
- Includes many comments.
27
26
28
27
## System Requirements
29
28
@@ -32,7 +31,7 @@ The original system can be any system listed in the table.
32
31
The system requirements for the target system are as follows:
-`--ssh-port PORT` Change SSH port (for log observation during installation)
363
373
-`--web-port PORT` Change Web port (for log observation during installation)
364
-
-`--add-driver-dir DIR` Adds additional driver, specifying the folder where the .inf file is located.
374
+
-`--add-driver INF_OR_DIR` Add additional driver, specifying .inf path, or the folder contains .inf file.
365
375
- The driver must be downloaded locally first.
366
-
- This parameter can be set multiple times to add different driver folders.
367
-
- The script will copy the entire folder, so no other files should be placed inside the folder.
376
+
- This parameter can be set multiple times to add different driver.
368
377
-`--hold 2` Allow SSH connections for modifying the disk content before rebooting into the official Windows installation program, with the disk mounted at `/os`.
369
378
370
379
#### The following drivers will automatic download and install as needed, without the need for manual addition
0 commit comments