]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-installation.adoc
sdn: unify installing sdn and ifupdown2 in one command
[pve-docs.git] / pve-installation.adoc
index c116908209e432b1716c7b6fa2cacd43bfb7f8b6..7709cb07b1b37e3adedfea9f7c93bdaf69cb229f 100644 (file)
@@ -39,7 +39,7 @@ The installer ISO image includes the following:
 
 * Complete operating system (Debian Linux, 64-bit)
 
-* The {pve} installer, which partitions the local disk(s) with ext4, ext3, xfs
+* The {pve} installer, which partitions the local disk(s) with ext4, xfs
   or ZFS and installs the operating system.
 
 * {pve} Linux kernel with KVM and LXC support
@@ -101,8 +101,8 @@ target hard disk(s) will appear. The `Options` button opens the dialog to select
 the target file system.
 
 The default file system is `ext4`. The Logical Volume Manager (LVM) is used when
-`ext3`, `ext4` or `xfs` ist selected. Additional options to restrict LVM space
-can be set (see <<advanced_lvm_options,below>>).
+`ext4` or `xfs` is selected. Additional options to restrict LVM space
+can also be set (see <<advanced_lvm_options,below>>).
 
 {pve} can be installed on ZFS. As ZFS offers several software RAID levels, this
 is an option for systems that don't have a hardware RAID controller. The target
@@ -224,7 +224,7 @@ Advanced ZFS Configuration Options
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 The installer creates the ZFS pool `rpool`. No swap space is created but you can
 reserve some unpartitioned space on the install disks for swap. You can also
-create a swap zvol after the installation, altough this can lead to problems.
+create a swap zvol after the installation, although this can lead to problems.
 (see <<zfs_swap,ZFS swap notes>>).
 
 `ashift`::
@@ -250,7 +250,7 @@ semantics, and why this does not replace redundancy on disk-level.
 `hdsize`::
 
 Defines the total hard disk size to be used. This is useful to save free space
-on the hard disk(s) for further partitioning (for exmaple to create a
+on the hard disk(s) for further partitioning (for example to create a
 swap-partition). `hdsize` is only honored for bootable disks, that is only the
 first disk or mirror for RAID0, RAID1 or RAID10, and all disks in RAID-Z[123].
 
@@ -270,16 +270,6 @@ following command:
 # zpool add <pool-name> log </dev/path_to_fast_ssd>
 ----
 
-ifdef::wiki[]
-
-link:/wiki/Install_from_USB_Stick[Install from USB Stick]
----------------------------------------------------------
-
-link:/wiki/Install_Proxmox_VE_on_Debian_Buster[Install Proxmox VE on Debian Buster]
------------------------------------------------------------------------------------
-
-endif::wiki[]
-
 ifndef::wiki[]
 
 Install {pve} on Debian
@@ -303,7 +293,7 @@ manually.
 In general, this is not trivial, especially when LVM or ZFS is used.
 
 A detailed step by step how-to can be found on the
-{webwiki-url}Install_Proxmox_VE_on_Debian_Stretch[wiki].
+{webwiki-url}Install_Proxmox_VE_on_Debian_Buster[wiki].
 
 
 endif::wiki[]
@@ -324,6 +314,10 @@ Video Tutorials
 See Also
 --------
 
+* link:/wiki/Prepare_Installation_Media[Prepare Installation Media]
+
+* link:/wiki/Install_Proxmox_VE_on_Debian_Buster[Install Proxmox VE on Debian Buster]
+
 * link:/wiki/System_Requirements[System Requirements]
 
 * link:/wiki/Package_Repositories[Package Repositories]