aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2022-09-11 18:42:26 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2022-09-11 18:42:58 +0200
commitc37e846f4b5db3ae2037dee054b3923192a50a31 (patch)
tree07e57b371423cc7689fba0738075cfacd67c7b53 /bootscripts
parent84e1bb6b853b6b22fd362ba2e0542444ae479262 (diff)
Replace tabs with spaces
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/lfs/sysconfig/createfiles28
-rw-r--r--bootscripts/lfs/sysconfig/modules2
2 files changed, 15 insertions, 15 deletions
diff --git a/bootscripts/lfs/sysconfig/createfiles b/bootscripts/lfs/sysconfig/createfiles
index 3d8587439..378fa3ee7 100644
--- a/bootscripts/lfs/sysconfig/createfiles
+++ b/bootscripts/lfs/sysconfig/createfiles
@@ -8,23 +8,23 @@
# Version : 00.00
#
# Notes : The syntax of this file is as follows:
-# if type is equal to "file" or "dir"
-# <filename> <type> <permissions> <user> <group>
-# if type is equal to "dev"
-# <filename> <type> <permissions> <user> <group> <devtype>
+# if type is equal to "file" or "dir"
+# <filename> <type> <permissions> <user> <group>
+# if type is equal to "dev"
+# <filename> <type> <permissions> <user> <group> <devtype>
# <major> <minor>
#
-# <filename> is the name of the file which is to be created
-# <type> is either file, dir, or dev.
-# file creates a new file
-# dir creates a new directory
-# dev creates a new device
-# <devtype> is either block, char or pipe
-# block creates a block device
-# char creates a character deivce
-# pipe creates a pipe, this will ignore the <major> and
+# <filename> is the name of the file which is to be created
+# <type> is either file, dir, or dev.
+# file creates a new file
+# dir creates a new directory
+# dev creates a new device
+# <devtype> is either block, char or pipe
+# block creates a block device
+# char creates a character deivce
+# pipe creates a pipe, this will ignore the <major> and
# <minor> fields
-# <major> and <minor> are the major and minor numbers used for
+# <major> and <minor> are the major and minor numbers used for
# the device.
########################################################################
diff --git a/bootscripts/lfs/sysconfig/modules b/bootscripts/lfs/sysconfig/modules
index 0fce3f31f..c594e24a2 100644
--- a/bootscripts/lfs/sysconfig/modules
+++ b/bootscripts/lfs/sysconfig/modules
@@ -8,7 +8,7 @@
# Version : 00.00
#
# Notes : The syntax of this file is as follows:
-# <module> [<arg1> <arg2> ...]
+# <module> [<arg1> <arg2> ...]
#
# Each module should be on its own line, and any options that you want
# passed to the module should follow it. The line deliminator is either