Ignore:
Timestamp:
03/22/2022 11:13:31 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
e27a07d
Parents:
a55a9d22
git-author:
Pierre Labastie <pierre.labastie@…> (03/22/2022 08:20:46 PM)
git-committer:
William Harrington <kb0iic@…> (03/22/2022 11:13:31 PM)
Message:

Update comments in the mountvirtfs booscript

Since the kernel can mount /dev if given the proper config
parameter, and we tell users to set this parameter when building
the kernel, this should be mentioned in the script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/mountvirtfs

    ra55a9d22 r08670b5  
    33# Begin mountvirtfs
    44#
    5 # Description : Mount proc, sysfs, and run
     5# Description : Ensure proc, sysfs, run, and dev are mounted
    66#
    77# Authors     : Gerard Beekmans - gerard@linuxfromscratch.org
     
    2121# Default-Start:       S
    2222# Default-Stop:
    23 # Short-Description:   Mounts /sys and /proc virtual (kernel) filesystems.
    24 #                      Mounts /run (tmpfs) and /dev (devtmpfs).
     23# Short-Description:   Mounts various special fs needed at start
    2524# Description:         Mounts /sys and /proc virtual (kernel) filesystems.
    2625#                      Mounts /run (tmpfs) and /dev (devtmpfs).
     26#                      This is done only if they are not already mounted.
     27#                      with the kernel config proposed in the book, dev
     28#                      should be automatically mounted by the kernel.
    2729# X-LFS-Provided-By:   LFS
    2830### END INIT INFO
Note: See TracChangeset for help on using the changeset viewer.