CVS: src/si/rpm umlsi.sh,1.2,1.3
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/rpm
In directory sc8-pr-cvs1:/tmp/cvs-serv9512
Modified Files:
umlsi.sh
Log Message:
Add a mem=128M to the startup so the UML has enough space.
This should be prompted for by the Configure, probably.
Index: umlsi.sh
===================================================================
RCS file: /cvsroot/lsb/src/si/rpm/umlsi.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** umlsi.sh 27 Jan 2003 22:17:23 -0000 1.2
--- umlsi.sh 30 Jan 2003 16:50:21 -0000 1.3
***************
*** 26,33 ****
fi
! # add networking here
! # this seems to be needed for LSB compat
! CMD="${CMD} devfs=nomount"
exec ${CMD}
--- 26,39 ----
fi
! #XXX add networking setup here
! # devfs=nomount seems to be needed for LSB compat
! # Do not remove lightly: implies a change to the tty devices
! # in /etc/inittab (to /dev/vc/#, I think), and to the naming
! # of the ubd devices which will be /dev/ubd/# instead of /dev/ubd#
! # mem= should probably be prompted for; default is about 30M which
! # is too small to do anything useful, 128M was picked out of a hat...
!
! CMD="${CMD} devfs=nomount mem=128M"
exec ${CMD}