Browse Source

Figured out that there were no size differenced between ext2 and genext2fs,

in fact -z makes it slightly more effecient .. but root root_fs was missing
the alternative directory.
master
freesource 23 years ago
parent
commit
48bb58db50
  1. 9
      yard/templates/Example.yard

9
yard/templates/Example.yard

@ -5,10 +5,7 @@
# Tested on Debian unstable/testing, but should work on other distributions # Tested on Debian unstable/testing, but should work on other distributions
# (Mandrake, RedHat, etc.) by using the proper inittab (edit) and getty. # (Mandrake, RedHat, etc.) by using the proper inittab (edit) and getty.
# #
# Create either as a normal user or root. [ When using genext2fs it's # Create either as a normal user or root.
# necessary to specify a root filesystem slightly larger than the actual
# size shown in Space Left because genext2fs uses different accounting
# information than mke2fs. ] ?
# #
# 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. # replacement inittab is used.
@ -166,8 +163,8 @@ telinit
# Choose the *-nodevfs version if you don't want to use the device fs (devfs=nomount) # Choose the *-nodevfs version if you don't want to use the device fs (devfs=nomount)
# #
#===== DEBIAN uses a program called "getty" which is actually agetty in disguise: #===== DEBIAN uses a program called "getty" which is actually agetty in disguise:
#/etc/inittab <= Replacements/etc/inittab.example-deb /etc/inittab <= Replacements/etc/inittab.example-deb
/etc/inittab <= Replacements/etc/inittab.example-deb-nodevfs #/etc/inittab <= Replacements/etc/inittab.example-deb-nodevfs
/sbin/getty /sbin/getty
# #
#===== MANDRAKE uses mingetty #===== MANDRAKE uses mingetty

Loading…
Cancel
Save