Skip to content

Commit af4a45d

Browse files
authored
Update README.md
1 parent 434e41e commit af4a45d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ COMMANDS:
5656
Help for the parameters of the main components:
5757
```
5858
--distrib="debian"
59-
The code name of Linux distribution, which will be installed. Supported "debian", "ubuntu", "kalilinux", "fedora", "centos", "archlinux", "gentoo", "opensuse", "slackware".
59+
The code name of Linux distribution, which will be installed. Supported "debian", "ubuntu", "kalilinux", "fedora", "centos", "archlinux", "gentoo", "slackware".
6060
6161
--target-type="file"
6262
The container deployment type, can specify "file", "directory", "partition", "ram" or "custom".
@@ -67,13 +67,13 @@ Help for the parameters of the main components:
6767
--disk-size="2000"
6868
Image file size when selected type of deployment "file". Zero means the automatic selection of the image size.
6969
70-
--fs-type="auto"
71-
File system that will be created inside a image file or on a partition. Supported "ext2", "ext3", "ext4" or "auto".
70+
--fs-type="ext4"
71+
File system that will be created inside a image file or on a partition. Supported "ext2", "ext3" or "ext4"
7272
7373
--arch="i386"
7474
Architecture of Linux distribution, supported "armel", "armhf", "arm64", "i386" and "amd64".
7575
76-
--suite="jessie"
76+
--suite="stretch"
7777
Version of Linux distribution, supported versions "wheezy", "jessie" and "stretch" (also can be used "stable", "testing" and "unstable").
7878
7979
--source-path="http://ftp.debian.org/debian/"

0 commit comments

Comments
 (0)