Browse Source

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.
master
freesource 22 years ago
parent
commit
9774546761
  1. 7
      Changes
  2. 2
      user-mode-linux/usr/lib/uml/config
  3. 4
      yard/templates/Helper.yard

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 if/elsif control structure, and added pam.d/system-auth if it exists
on the system. on the system.
Huge fixes to all sources packages.
Added format rules found in Example* to the main documentation. Added format rules found in Example* to the main documentation.
Compiled for >= glibc 2.2.5. Previous version was compiled >= 2.3.1 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 some organizations and companies paying for its development. Wouldn't
this be nice in a perfect world for all Free Software projects? 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 Added /usr/info/dir and info to make_debian which makes things much
nicer. 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 packages. Many things have changed especially with IO-tty and
perl-Expect. 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 1.4.0 - 01/06/2003
------------------ ------------------

2
user-mode-linux/usr/lib/uml/config

@ -372,7 +372,7 @@ CONFIG_MTD_BLOCK=y
# Self-contained MTD device drivers # Self-contained MTD device drivers
# #
# CONFIG_MTD_PMC551 is not set # CONFIG_MTD_PMC551 is not set
CONFIG_MTD_SLRAM=m CONFIG_MTD_SLRAM=y
CONFIG_MTD_MTDRAM=m CONFIG_MTD_MTDRAM=m
CONFIG_MTDRAM_TOTAL_SIZE=4096 CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128 CONFIG_MTDRAM_ERASE_SIZE=128

4
yard/templates/Helper.yard

@ -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 # Helper.yard
# #
############################################################################# #############################################################################
@ -101,7 +101,7 @@ telinit
\ \
if ( mingetty ) if ( mingetty )
/etc/inittab <= Replacements/etc/ inittab.example-mingetty-helper /etc/inittab <= Replacements/etc/inittab.example-mingetty-helper
/sbin/mingetty /sbin/mingetty
/etc/gettydefs /etc/gettydefs
# #

Loading…
Cancel
Save