User: Cabryant/glos-bm
From LibrePlanet
m (Created page with "Placeholder for notes on the GNU Linux-libre Operating System Build Manual (GLOS-BM).") |
m |
||
| Line 1: | Line 1: | ||
| − | + | glos-bm.texi | |
| + | <pre> | ||
| + | \input texinfo @c -*-texinfo-*- | ||
| + | |||
| + | @c %**start of header | ||
| + | @setfilename glos-bm.info | ||
| + | @settitle GNU Linux-libre Operating System - Build Manual | ||
| + | @c %**end of header | ||
| + | |||
| + | @copying | ||
| + | Copyright @copyright{} 2014 Christian Bryant (@email{christian@@gnulinuxlibre.org}) | ||
| + | |||
| + | @quotation | ||
| + | Permission is granted to copy, distribute and/or modify this document | ||
| + | under the terms of the GNU Free Documentation License, Version 1.3 | ||
| + | or any later version published by the Free Software Foundation; | ||
| + | with no Invariant Sections, no Front-Cover Texts, and no Back-Cover | ||
| + | Texts. A copy of the license is included in the section entitled ``GNU | ||
| + | Free Documentation License''. | ||
| + | @end quotation | ||
| + | |||
| + | @c If your manual is published on paper by the FSF, it should include | ||
| + | @c the standard FSF Front-Cover and Back-Cover Texts, as given in | ||
| + | @c maintain.texi. | ||
| + | |||
| + | @end copying | ||
| + | |||
| + | @titlepage | ||
| + | @title GNU Linux-libre Operating System - Build Manual | ||
| + | @subtitle v0.00 | ||
| + | @author Christian Bryant (@email{christian@@gnulinuxlibre.org}) | ||
| + | @page | ||
| + | @vskip 0pt plus 1filll | ||
| + | @insertcopying | ||
| + | @end titlepage | ||
| + | |||
| + | @contents | ||
| + | |||
| + | @node Top, Foreword, (dir), (dir) | ||
| + | @ifnottex | ||
| + | @top GNU Linux-libre Operating System - Build Manual | ||
| + | v0.00 | ||
| + | @end ifnottex | ||
| + | |||
| + | @menu | ||
| + | * Foreword:: | ||
| + | * Preface:: | ||
| + | * GNU/Linux-libre OS Build Requirements:: | ||
| + | * Understanding ELBATI (Emacs Lisp Build and Test Infrastructure):: | ||
| + | * First Build - GNU Linux-libre:: | ||
| + | * Second Build - GNU OS:: | ||
| + | * Third Build - GNU/Linux-libre OS Configuration:: | ||
| + | * Testing with ELBATI on Qemu:: | ||
| + | * Epilogue:: | ||
| + | * GNU Free Documentation License:: | ||
| + | @end menu | ||
| + | |||
| + | @node Foreword, Preface, Top, Top | ||
| + | @chapter Foreword | ||
| + | |||
| + | @node Preface, GNU/Linux-libre OS Build Requirements, Foreword, Top | ||
| + | @chapter Preface | ||
| + | |||
| + | @node GNU/Linux-libre OS Build Requirements, Understanding ELBATI (Emacs Lisp Build and Test Infrastructure), Preface, Top | ||
| + | @chapter GNU/Linux-libre OS Build Requirements | ||
| + | |||
| + | @node Understanding ELBATI (Emacs Lisp Build and Test Infrastructure), First Build - GNU Linux-libre, GNU/Linux-libre OS Build Requirements, Top | ||
| + | @chapter Understanding ELBATI (Emacs Lisp Build and Test Infrastructure) | ||
| + | |||
| + | @node First Build - GNU Linux-libre, Second Build - GNU OS, Understanding ELBATI (Emacs Lisp Build and Test Infrastructure), Top | ||
| + | @chapter First Build - GNU Linux-libre | ||
| + | |||
| + | @node Second Build - GNU OS, Third Build - GNU/Linux-libre OS Configuration, First Build - GNU Linux-libre, Top | ||
| + | @chapter Second Build - GNU OS | ||
| + | |||
| + | @node Third Build - GNU/Linux-libre OS Configuration, Testing with ELBATI on Qemu, Second Build - GNU OS, Top | ||
| + | @chapter Third Build - GNU/Linux-libre OS Configuration | ||
| + | |||
| + | @node Testing with ELBATI on Qemu, Epilogue, Third Build - GNU/Linux-libre OS Configuration, Top | ||
| + | @chapter Testing with ELBATI on Qemu | ||
| + | |||
| + | @node Epilogue, GNU Free Documentation License, Testing with ELBATI on Qemu, Top | ||
| + | @chapter Epilogue | ||
| + | |||
| + | @node GNU Free Documentation License, , Epilogue, Top | ||
| + | @unnumbered GNU Free Documentation License | ||
| + | @include fdl-1.3.texi | ||
| + | |||
| + | @bye | ||
| + | </pre> | ||
Latest revision as of 01:29, 16 May 2014
glos-bm.texi
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename glos-bm.info
@settitle GNU Linux-libre Operating System - Build Manual
@c %**end of header
@copying
Copyright @copyright{} 2014 Christian Bryant (@email{christian@@gnulinuxlibre.org})
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the section entitled ``GNU
Free Documentation License''.
@end quotation
@c If your manual is published on paper by the FSF, it should include
@c the standard FSF Front-Cover and Back-Cover Texts, as given in
@c maintain.texi.
@end copying
@titlepage
@title GNU Linux-libre Operating System - Build Manual
@subtitle v0.00
@author Christian Bryant (@email{christian@@gnulinuxlibre.org})
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@node Top, Foreword, (dir), (dir)
@ifnottex
@top GNU Linux-libre Operating System - Build Manual
v0.00
@end ifnottex
@menu
* Foreword::
* Preface::
* GNU/Linux-libre OS Build Requirements::
* Understanding ELBATI (Emacs Lisp Build and Test Infrastructure)::
* First Build - GNU Linux-libre::
* Second Build - GNU OS::
* Third Build - GNU/Linux-libre OS Configuration::
* Testing with ELBATI on Qemu::
* Epilogue::
* GNU Free Documentation License::
@end menu
@node Foreword, Preface, Top, Top
@chapter Foreword
@node Preface, GNU/Linux-libre OS Build Requirements, Foreword, Top
@chapter Preface
@node GNU/Linux-libre OS Build Requirements, Understanding ELBATI (Emacs Lisp Build and Test Infrastructure), Preface, Top
@chapter GNU/Linux-libre OS Build Requirements
@node Understanding ELBATI (Emacs Lisp Build and Test Infrastructure), First Build - GNU Linux-libre, GNU/Linux-libre OS Build Requirements, Top
@chapter Understanding ELBATI (Emacs Lisp Build and Test Infrastructure)
@node First Build - GNU Linux-libre, Second Build - GNU OS, Understanding ELBATI (Emacs Lisp Build and Test Infrastructure), Top
@chapter First Build - GNU Linux-libre
@node Second Build - GNU OS, Third Build - GNU/Linux-libre OS Configuration, First Build - GNU Linux-libre, Top
@chapter Second Build - GNU OS
@node Third Build - GNU/Linux-libre OS Configuration, Testing with ELBATI on Qemu, Second Build - GNU OS, Top
@chapter Third Build - GNU/Linux-libre OS Configuration
@node Testing with ELBATI on Qemu, Epilogue, Third Build - GNU/Linux-libre OS Configuration, Top
@chapter Testing with ELBATI on Qemu
@node Epilogue, GNU Free Documentation License, Testing with ELBATI on Qemu, Top
@chapter Epilogue
@node GNU Free Documentation License, , Epilogue, Top
@unnumbered GNU Free Documentation License
@include fdl-1.3.texi
@bye