From: Patrick Schleizer Date: Thu, 19 Oct 2023 16:13:53 +0000 (-0400) Subject: remove unnecessary unicode from config X-Git-Tag: v0.105~19^2 X-Git-Url: http://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=c1d92f24df12a2d699c24870ab45008064dd85d2 remove unnecessary unicode from config --- diff --git a/config b/config index 68850cc..e902689 100644 --- a/config +++ b/config @@ -16,7 +16,7 @@ # If you specify a string *without* /dev/ in the beginning, grml-debootstrap # assumes you want to install Debian into a directory. MKFS, TUNE2FS, GRUB and # FSCK will be ignored. -# Make sure the TARGET-directory points to a filesystem which has the dev, exec +# Make sure the TARGET-directory points to a filesystem which has the dev, exec # options enabled. # Default: no default. # Usage examples: @@ -129,7 +129,7 @@ # Default: 'yes' (if file exists) # DEBCONF='no' -# Run scripts from /etc/debootstrap/pre-scripts/ before creating the chroot. +# Run scripts from /etc/debootstrap/pre-scripts/ before creating the chroot. # Default: 'yes' # PRE_SCRIPTS='no'