Added the sample config file for the 'vnet' networking module to install list.

This commit is contained in:
Volker Ruppert 2020-12-26 08:31:16 +00:00
parent 518cedb602
commit b0cee9a038
3 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,7 @@ REL_STRING=@REL_STRING@
MAN_PAGE_1_LIST=bochs bximage bochs-dlx
MAN_PAGE_5_LIST=bochsrc
INSTALL_LIST_SHARE=bios/BIOS-bochs-* bios/VGABIOS* bios/SeaBIOS* bios/SeaVGABIOS* bios/bios.bin-* bios/vgabios-cirrus.bin-* @INSTALL_LIST_FOR_PLATFORM@
INSTALL_LIST_DOC=CHANGES COPYING LICENSE README TODO misc/slirp.conf
INSTALL_LIST_DOC=CHANGES COPYING LICENSE README TODO misc/slirp.conf misc/vnet.conf
INSTALL_LIST_BIN=bochs@EXE@ bximage@EXE@
INSTALL_LIST_BIN_OPTIONAL=bochsdbg@EXE@ @OPTIONAL_TARGET@
INSTALL_LIST_WIN32=$(INSTALL_LIST_SHARE) $(INSTALL_LIST_DOC) $(INSTALL_LIST_BIN) $(INSTALL_LIST_BIN_OPTIONAL)

View File

@ -138,6 +138,7 @@ Section "Bochs Program (required)" SecCore
File "${SRCDIR}\*.exe"
File "${SRCDIR}\*.txt"
File "${SRCDIR}\slirp.conf"
File "${SRCDIR}\vnet.conf"
File "*.ico"
; Install keymaps
@ -320,6 +321,7 @@ Section "Uninstall"
Delete "$INSTDIR\*.exe"
Delete "$INSTDIR\*.txt"
Delete "$INSTDIR\slirp.conf"
Delete "$INSTDIR\vnet.conf"
Delete "$INSTDIR\*.ico"
Delete "$INSTDIR\keymaps\*"
Delete "$INSTDIR\BIOS-bochs-*"

View File

@ -1449,6 +1449,7 @@ DLX Linux screenshot.
<row><entry>SeaBIOS-README.txt </entry> <entry> README for SeaBIOS ROM image </entry> </row>
<row><entry>SeaVGABIOS-README.txt </entry> <entry> README for SeaVGABIOS ROM image </entry> </row>
<row><entry>slirp.conf </entry> <entry> sample config file for the advanced 'slirp' network configuration </entry> </row>
<row><entry>vnet.conf </entry> <entry> sample config file for the advanced 'vnet' network configuration </entry> </row>
<row><entry>TODO.txt </entry> <entry> the TODO file from the source distribution. </entry> </row>
<row><entry>unbochs.ico </entry> <entry> icon for the uninstaller link </entry> </row>
<row><entry>uninstall.exe </entry> <entry> uninstall program for Bochs (created by the installation wizard) </entry> </row>
@ -1633,6 +1634,7 @@ description of each one.
<row><entry>/usr/share/doc/bochs/TODO</entry> <entry> the TODO file from the source distribution. </entry> </row>
<row><entry>/usr/share/doc/bochs/index.html</entry> <entry> a local copy of all Bochs documentation ( <ulink url="http://bochs.sourceforge.net/doc/docbook/index.html">Online copy</ulink> )</entry> </row>
<row><entry>/usr/share/doc/bochs/slirp.conf </entry> <entry> sample config file for the advanced 'slirp' network configuration </entry> </row>
<row><entry>/usr/share/doc/bochs/vnet.conf </entry> <entry> sample config file for the advanced 'vnet' network configuration </entry> </row>
<row><entry>/usr/share/bochs/BIOS-bochs-latest </entry> <entry> default ROM BIOS image for Bochs </entry> </row>
<row><entry>/usr/share/bochs/BIOS-bochs-legacy </entry> <entry> ROM BIOS image without 32-bit init code </entry> </row>
<row><entry>/usr/share/bochs/SeaBIOS-README </entry> <entry> README for SeaBIOS ROM image </entry> </row>