Ignore:
Timestamp:
09/11/2022 04:42:58 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7bd0378
Parents:
84e1bb6
git-author:
Pierre Labastie <pierre.labastie@…> (09/11/2022 04:42:26 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (09/11/2022 04:42:58 PM)
Message:

Replace tabs with spaces

Location:
bootscripts/lfs/sysconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/sysconfig/createfiles

    r84e1bb6 rc37e846  
    99#
    1010# Notes       : The syntax of this file is as follows:
    11 #               if type is equal to "file" or "dir"
    12              <filename> <type> <permissions> <user> <group>
    13 #               if type is equal to "dev"
    14              <filename> <type> <permissions> <user> <group> <devtype>
     11#               if type is equal to "file" or "dir"
     12              <filename> <type> <permissions> <user> <group>
     13#               if type is equal to "dev"
     14              <filename> <type> <permissions> <user> <group> <devtype>
    1515#             <major> <minor>
    1616#
    17 #               <filename> is the name of the file which is to be created
    18 #               <type> is either file, dir, or dev.
    19 #                       file creates a new file
    20 #                       dir creates a new directory
    21 #                       dev creates a new device
    22 #               <devtype> is either block, char or pipe
    23 #                       block creates a block device
    24 #                       char creates a character deivce
    25 #                       pipe creates a pipe, this will ignore the <major> and
     17#               <filename> is the name of the file which is to be created
     18#               <type> is either file, dir, or dev.
     19#                       file creates a new file
     20#                       dir creates a new directory
     21#                       dev creates a new device
     22#               <devtype> is either block, char or pipe
     23#                       block creates a block device
     24#                       char creates a character deivce
     25#                       pipe creates a pipe, this will ignore the <major> and
    2626#           <minor> fields
    27 #               <major> and <minor> are the major and minor numbers used for
     27#               <major> and <minor> are the major and minor numbers used for
    2828#     the device.
    2929########################################################################
  • bootscripts/lfs/sysconfig/modules

    r84e1bb6 rc37e846  
    99#
    1010# Notes       : The syntax of this file is as follows:
    11              <module> [<arg1> <arg2> ...]
     11             <module> [<arg1> <arg2> ...]
    1212#
    1313# Each module should be on its own line, and any options that you want
Note: See TracChangeset for help on using the changeset viewer.