Glossary: Difference between revisions

From SprezzOSWiki
No edit summary
No edit summary
Line 8: Line 8:
* '''s-i.''' The SprezzOS [[Installer development|installer]], based off the Debian installer "d-i".
* '''s-i.''' The SprezzOS [[Installer development|installer]], based off the Debian installer "d-i".
** s-i involves several source trees:
** s-i involves several source trees:
*** [https://github.com:dankamongmen/s-i.git s-i] (installer + udeb collection) at https://github.com:dankamongmen/s-i.git, corresponding to "d-i": svn://svn.debian.org/svn/d-i/trunk
*** [https://github.com:dankamongmen/s-i.git s-i] (installer + udeb collection) at https://github.com:dankamongmen/s-i.git, corresponding to svn://svn.debian.org/svn/d-i/trunk
*** [https://github.com:dankamongmen/sprezzos-installer.git sprezzos-installer] (installer core) at https://github.com:dankamongmen/sprezzos-installer.git, corresponding to "debian-installer": git://git.debian.org/d-i/debian-installer
*** [https://github.com:dankamongmen/sprezzos-installer.git sprezzos-installer] (installer core) at https://github.com:dankamongmen/sprezzos-installer.git, corresponding to git://git.debian.org/d-i/debian-installer
*** [https://github.com:dankamongmen/SprezzOS.git SprezzOS] (install media builder) at https://github.com:dankamongmen/SprezzOS.git, with no known Debian correspondence
*** [https://github.com:dankamongmen/SprezzOS.git SprezzOS] (install media builder) at https://github.com:dankamongmen/SprezzOS.git, with no known Debian correspondence
*** Various udebs
*** Various udebs

Revision as of 04:03, 15 September 2012

Lingo and terminology you'll hear bandied about among the users and developers of SprezzOS:

  • d-i. The Debian installer, on which s-i is based.
  • DBTS. The Debian Bug Tracking System (custom software) at http://www.debian.org/Bugs/.
    • Appropriate bugs are forwarded there from Sprezzabugs.
  • udeb. "Microdeb" aka μdeb. A deb used in the installer, stripped down to bare essentials. See Chapter 3 of the d-i manual, "D-I Components or udebs".