docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
8
rtfd/public/debootstrap/dldebs.rst
Normal file
8
rtfd/public/debootstrap/dldebs.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
download debs
|
||||
=============
|
||||
|
||||
* wget
|
||||
|
||||
* xz
|
||||
* bz2
|
||||
* gz
|
21
rtfd/public/debootstrap/finddebs.rst
Normal file
21
rtfd/public/debootstrap/finddebs.rst
Normal file
|
@ -0,0 +1,21 @@
|
|||
find debs
|
||||
=========
|
||||
|
||||
work out debs
|
||||
-------------
|
||||
|
||||
* dists/${suite}/${component}/binary-${architecture}/Packages
|
||||
|
||||
::
|
||||
|
||||
required ← Priority: required
|
||||
base ← "apt apt-transport-https ca-certificates"
|
||||
|
||||
resolve deps
|
||||
------------
|
||||
|
||||
* dists/${suite}/${component}/binary-${architecture}/Packages
|
||||
|
||||
::
|
||||
|
||||
packages ← Depends: …
|
21
rtfd/public/debootstrap/first_stage.rst
Normal file
21
rtfd/public/debootstrap/first_stage.rst
Normal file
|
@ -0,0 +1,21 @@
|
|||
first stage
|
||||
===========
|
||||
|
||||
extractor
|
||||
---------
|
||||
|
||||
* dpkg-deb / ar
|
||||
|
||||
dpkg
|
||||
----
|
||||
|
||||
* var/lib/dpkg
|
||||
* var/lib/dpkg/available
|
||||
* var/lib/dpkg/status
|
||||
|
||||
etc
|
||||
---
|
||||
|
||||
* fstab
|
||||
* hostname
|
||||
* resolv.conf
|
11
rtfd/public/debootstrap/index.rst
Normal file
11
rtfd/public/debootstrap/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
debootstrap
|
||||
===========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:numbered: 2
|
||||
|
||||
finddebs
|
||||
dldebs
|
||||
first_stage
|
||||
second_stage
|
2
rtfd/public/debootstrap/second_stage.rst
Normal file
2
rtfd/public/debootstrap/second_stage.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
second stage
|
||||
============
|
Loading…
Add table
Add a link
Reference in a new issue