- Add translation of the pxe article
Reviewed by: Pablo Mora <bidjan@gmail.com>, Guillermo Hernandez <guillermo@QuerySoft.es>. David Barbero <sico@loquefaltaba.com>
This commit is contained in:
parent
c02572e942
commit
7e2003f169
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34734
9 changed files with 642 additions and 0 deletions
|
@ -17,6 +17,7 @@ SUBDIR+= mailing-list-faq
|
|||
SUBDIR+= nanobsd
|
||||
SUBDIR+= p4-primer
|
||||
SUBDIR+= problem-reports
|
||||
SUBDIR+= pxe
|
||||
SUBDIR+= releng
|
||||
SUBDIR+= version-guide
|
||||
SUBDIR+= zip-drive
|
||||
|
|
28
es_ES.ISO8859-1/articles/pxe/Makefile
Normal file
28
es_ES.ISO8859-1/articles/pxe/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Article: FreeBSD PXE Jumpstart Guide
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
EXTRAS= dhcpd.conf
|
||||
EXTRAS+= install.cfg
|
||||
EXTRAS+= loader.rc
|
||||
EXTRAS+= pkgmaker.sh
|
||||
EXTRAS+= post
|
||||
EXTRAS+= pre
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
afterinstall:
|
||||