diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-10 15:58:31 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-10 15:58:31 -0500 |
commit | 085c88296760818170d361542c15d7bcf8c9e3cf (patch) | |
tree | b3bd78c957537286eceb92e443bcbd91a6dde962 /adelie-build-txz.8 | |
parent | d7fb725f494c7cd193d4e39b559328de0835985e (diff) | |
download | image-085c88296760818170d361542c15d7bcf8c9e3cf.tar.gz image-085c88296760818170d361542c15d7bcf8c9e3cf.tar.bz2 image-085c88296760818170d361542c15d7bcf8c9e3cf.tar.xz image-085c88296760818170d361542c15d7bcf8c9e3cf.zip |
adelie-build-txz: add --mini option for minirootfs1.0-BETA1
Diffstat (limited to 'adelie-build-txz.8')
-rw-r--r-- | adelie-build-txz.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/adelie-build-txz.8 b/adelie-build-txz.8 index 4e4e22e..4dcc4ca 100644 --- a/adelie-build-txz.8 +++ b/adelie-build-txz.8 @@ -7,6 +7,7 @@ .Sh SYNOPSIS .Nm .Op Fl a Ar ARCH +.Op Fl -mini .Op Fl v Ar VERSION .Sh DESCRIPTION .Nm @@ -23,6 +24,9 @@ however, some architectures may require you to have additional utilities present on your system to be made bootable. This defaults to the currently running system's architecture as reported by .Xr uname 1 . +.It Fl -mini +Specifies that a mini rootfs (no kernel or live media tools installed) is +desired. .It Fl v Ar VERSION Specifies the version of Adélie Linux to use for the created rootfs tarball. .El |