Skip to content

Commit

Permalink
Use 'true' when referring to boolean environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rclobus authored and bluca committed May 9, 2019
1 parent cf01ed7 commit 2821546
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions manpages/en/live-boot.7
Expand Up @@ -28,27 +28,27 @@ These environment variables can only be set in the configuration files:

.TP
\fBDISABLE_CDROM\fR=[\fItrue\fR|\fIfalse\fR]
Disable support for booting from CD-ROMs. If set to '\fIy\fR' mkinitramfs will build an initramfs without the kernel modules for reading CD-ROMs.
Disable support for booting from CD-ROMs. If set to '\fItrue\fR' mkinitramfs will build an initramfs without the kernel modules for reading CD-ROMs.

.TP
\fBDISABLE_FAT\fR=[\fItrue\fR|\fIfalse\fR]
Disable support for booting from FAT file systems. If set to '\fIy\fR' mkinitramfs will build an initramfs without the kernel module vfat and some nls_* modules.
Disable support for booting from FAT file systems. If set to '\fItrue\fR' mkinitramfs will build an initramfs without the kernel module vfat and some nls_* modules.

.TP
\fBDISABLE_FUSE\fR=[\fItrue\fR|\fIfalse\fR]
Disable support for booting from FUSE-based file systems. If set to '\fIy\fR' mkinitramfs will build an initramfs without the kernel module fuse and file systems that depend on it (like curlftpfs and httpfs2).
Disable support for booting from FUSE-based file systems. If set to '\fItrue\fR' mkinitramfs will build an initramfs without the kernel module fuse and file systems that depend on it (like curlftpfs and httpfs2).

.TP
\fBDISABLE_NTFS\fR=[\fItrue\fR|\fIfalse\fR]
Disable support for booting from NTFS file systems. If set to '\fIy\fR' mkinitramfs will build an initramfs without the kernel module ntfs.
Disable support for booting from NTFS file systems. If set to '\fItrue\fR' mkinitramfs will build an initramfs without the kernel module ntfs.

.TP
\fBDISABLE_USB\fR=[\fItrue\fR|\fIfalse\fR]
Disable support for booting from USB devices. If set to '\fIy\fR' mkinitramfs will build an initramfs without the kernel module sd_mod.
Disable support for booting from USB devices. If set to '\fItrue\fR' mkinitramfs will build an initramfs without the kernel module sd_mod.

.TP
\fBMINIMAL\fR=[\fItrue\fR|\fIfalse\fR]
Build a minimal initramfs. If set to '\fIy\fR' mkinitramfs will build an initramfs without some udev scripts and without rsync.
Build a minimal initramfs. If set to '\fItrue\fR' mkinitramfs will build an initramfs without some udev scripts and without rsync.

.TP
\fBPERSISTENCE_FSCK\fR=[\fItrue\fR|\fIfalse\fR]
Expand Down

0 comments on commit 2821546

Please sign in to comment.