From: Roland Clobus Date: Thu, 9 May 2019 08:37:21 +0000 (+0000) Subject: Use 'true' when referring to boolean environment variables X-Git-Tag: debian/1%20190614~5 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=28215468710c73f9dd73d57eb85756f3110fae12 Use 'true' when referring to boolean environment variables --- diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 6461733..012788f 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -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]