Ignore:
Timestamp:
08/15/2014 11:04:08 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ec61ca3
Parents:
3ed5e23
Message:

Remove redundant wording when checking toolchain values.
Reword bootscripts README file.
Remove reference to mudflap

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/README

    r3ed5e23 r75128f91  
    4646
    4747   Configuration Files:
    48       /etc/sysconfig/createfiles or /etc/sysconfig/rc.site
    49       Each line is parsed, using space as a deliminator.
    50       [NAME] [TYPE] [PERMISSIONS] [USER] [GROUP]
    51       The below fields are currently only used on dev type.
    52       ([DEV TYPE] [MAJOR#] [MINOR#])
    53       Name:
    54          File/Directory/Device name
    55       Type:
    56          dir: creates a directory
    57          file: creates a file
    58          dev: creates a device
    59       Permissions:
    60          chmod the created file
    61       User/Group:
    62          chown the created file/dir to this user/group
    63       Dev Type:
    64          char:  character [needs MAJOR#, MINOR#]
    65          block: block [needs MAJOR#, MINOR#]
    66          pipe:  pipe
    67       Major#:
    68          Used by character and block devices.
    69       Minor#:
    70          Used by character and block devices.
     48      /etc/sysconfig/rc.site
    7149      - SKIPTMPCLEAN: skips cleaning of /tmp directory
    7250
     51      /etc/sysconfig/createfiles
     52         Each line is parsed, using space as a deliminator.
     53         [NAME] [TYPE] [PERMISSIONS] [USER] [GROUP]
     54         The below fields are currently only used on dev type.
     55         ([DEV TYPE] [MAJOR#] [MINOR#])
     56         Name:
     57            File/Directory/Device name
     58         Type:
     59            dir:  creates a directory
     60            file: creates a file
     61            dev:  creates a device
     62         Permissions:
     63            chmod the created file
     64         User/Group:
     65            chown the created file/dir to this user/group
     66         Dev Type:
     67            char:  character [needs MAJOR#, MINOR#]
     68            block: block     [needs MAJOR#, MINOR#]
     69            pipe:  pipe
     70         Major#:
     71            Used by character and block devices.
     72         Minor#:
     73            Used by character and block devices.
     74
Note: See TracChangeset for help on using the changeset viewer.