mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Aargh, left a space in Helper.yard, and RedHat 7.3's depmod doesn't
like slram as a module, so it will now be built in to the kernel.
This commit is contained in:
parent
ff2fc64636
commit
9774546761
7
Changes
7
Changes
@ -17,6 +17,8 @@ Made the Example.yard and Helper.yard templates portable with the new
|
||||
if/elsif control structure, and added pam.d/system-auth if it exists
|
||||
on the system.
|
||||
|
||||
Huge fixes to all sources packages.
|
||||
|
||||
Added format rules found in Example* to the main documentation.
|
||||
|
||||
Compiled for >= glibc 2.2.5. Previous version was compiled >= 2.3.1
|
||||
@ -28,7 +30,7 @@ advertising was in order so everybody knows that there are actually
|
||||
some organizations and companies paying for its development. Wouldn't
|
||||
this be nice in a perfect world for all Free Software projects?
|
||||
|
||||
Tested on Debian stable/unstable, and RedHat 7.3/8.0.
|
||||
Tested on Debian stable/unstable, RedHat 7.3/8.0 and Mandrake 9.0.
|
||||
|
||||
Added /usr/info/dir and info to make_debian which makes things much
|
||||
nicer.
|
||||
@ -45,6 +47,9 @@ Made perl 5.8 compliant perl-IO-Stty, perl-IO-tty and perl-Expect rpm
|
||||
packages. Many things have changed especially with IO-tty and
|
||||
perl-Expect.
|
||||
|
||||
Had to build slram into the kernel because RedHat 7.3's depmod causes
|
||||
the build to fail.
|
||||
|
||||
|
||||
1.4.0 - 01/06/2003
|
||||
------------------
|
||||
|
@ -372,7 +372,7 @@ CONFIG_MTD_BLOCK=y
|
||||
# Self-contained MTD device drivers
|
||||
#
|
||||
# CONFIG_MTD_PMC551 is not set
|
||||
CONFIG_MTD_SLRAM=m
|
||||
CONFIG_MTD_SLRAM=y
|
||||
CONFIG_MTD_MTDRAM=m
|
||||
CONFIG_MTDRAM_TOTAL_SIZE=4096
|
||||
CONFIG_MTDRAM_ERASE_SIZE=128
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Helper.yard,v 1.6 2003/02/13 07:37:48 freesource Exp $
|
||||
# $Id: Helper.yard,v 1.7 2003/02/14 05:45:36 freesource Exp $
|
||||
# Helper.yard
|
||||
#
|
||||
#############################################################################
|
||||
@ -101,7 +101,7 @@ telinit
|
||||
\
|
||||
if ( mingetty )
|
||||
|
||||
/etc/inittab <= Replacements/etc/ inittab.example-mingetty-helper
|
||||
/etc/inittab <= Replacements/etc/inittab.example-mingetty-helper
|
||||
/sbin/mingetty
|
||||
/etc/gettydefs
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user