CVS: src/si/entities general.in,1.14,1.15 system,1.20,1.21
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/entities In directory sc8-pr-cvs1:/tmp/cvs-serv4969/entities Modified Files: general.in system Log Message: Adding "localnet" support (mainly, create /etc/sysconfig/network) Index: general.in =================================================================== RCS file: /cvsroot/lsb/src/si/entities/general.in,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** general.in 15 Jan 2003 14:27:48 -0000 1.14 --- general.in 25 Jan 2003 17:04:52 -0000 1.15 *************** *** 51,54 **** --- 51,55 ---- <!-- Name of your machine. --> <!ENTITY hostname "lsbsi"> + <!ENTITY uml-hostname "umlsi"> <!-- Path to the keymap. --> Index: system =================================================================== RCS file: /cvsroot/lsb/src/si/entities/system,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** system 23 Jan 2003 18:52:03 -0000 1.20 --- system 25 Jan 2003 17:04:52 -0000 1.21 *************** *** 270,273 **** --- 270,274 ---- <!ENTITY phase4b-system-config SYSTEM "phase4/system-config/system-config4b.xml"> <!ENTITY phase4b-system-config-lsb-release SYSTEM "phase4/system-config/lsb-release4b.xml"> + <!ENTITY phase4b-system-config-localnet SYSTEM "phase4/system-config/localnet4b.xml"> <!-- phase4b finalize --> <!ENTITY phase4b-finalize SYSTEM "phase4/finalize/finalize4b.xml"> *************** *** 300,303 **** --- 301,305 ---- <!ENTITY phase4c-system-config-lsb-release SYSTEM "phase4/system-config/lsb-release4c.xml"> <!ENTITY phase4c-system-config-write-fstab SYSTEM "phase4/system-config/fstab4c.xml"> + <!ENTITY phase4c-system-config-localnet SYSTEM "phase4/system-config/localnet4c.xml"> <!-- phase4c finalize --> <!ENTITY phase4c-finalize SYSTEM "phase4/finalize/finalize4c.xml">