1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Rm space.

This commit is contained in:
freesource 2001-12-13 03:02:18 +00:00
parent 56383720a7
commit 44ac13fc4e

View File

@ -1,4 +1,4 @@
# $Id: Example.yard,v 1.13 2001/12/11 19:14:08 freesource Exp $ # $Id: Example.yard,v 1.14 2001/12/13 03:01:15 freesource Exp $
# Example.yard # Example.yard
# #
# Creates a minimalistic multi-user runlevel root filesystem with getty. # Creates a minimalistic multi-user runlevel root filesystem with getty.
@ -10,7 +10,7 @@
# Works both with and without devfs, i.e devfs=nomount, assuming the correct # Works both with and without devfs, i.e devfs=nomount, assuming the correct
# replacement inittab is used. In order to create a non-devfs from a host # replacement inittab is used. In order to create a non-devfs from a host
# system using devfs, either manually mknod /dev/tty[0-2] (major 4 minor 0-2) # system using devfs, either manually mknod /dev/tty[0-2] (major 4 minor 0-2)
# or have devfsd automatically make these devices every time the root # or have devfsd automatically make these devices every time the root
# filesystem starts. # filesystem starts.
############################################################################# #############################################################################