Use 'true' when referring to boolean environment variables
authorRoland Clobus <rclobus@rclobus.nl>
Thu, 9 May 2019 08:37:21 +0000 (08:37 +0000)
committerLuca Boccassi <bluca@debian.org>
Thu, 9 May 2019 08:37:21 +0000 (08:37 +0000)
manpages/en/live-boot.7

index 6461733..012788f 100644 (file)
@@ -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]