debootstrap
This commit is contained in:
parent
78b02eaee0
commit
e4f074dd6e
6 changed files with 64 additions and 0 deletions
|
@ -12,6 +12,7 @@ RTFD
|
||||||
public/curl/index
|
public/curl/index
|
||||||
public/dd/index
|
public/dd/index
|
||||||
public/debian/index
|
public/debian/index
|
||||||
|
public/debootstrap/index
|
||||||
public/dns/index
|
public/dns/index
|
||||||
public/docker/index
|
public/docker/index
|
||||||
public/ffmpeg/index
|
public/ffmpeg/index
|
||||||
|
|
8
docs/public/debootstrap/dldebs.rst
Normal file
8
docs/public/debootstrap/dldebs.rst
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
download debs
|
||||||
|
=============
|
||||||
|
|
||||||
|
* wget
|
||||||
|
|
||||||
|
* xz
|
||||||
|
* bz2
|
||||||
|
* gz
|
21
docs/public/debootstrap/finddebs.rst
Normal file
21
docs/public/debootstrap/finddebs.rst
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
find debs
|
||||||
|
=========
|
||||||
|
|
||||||
|
work out debs
|
||||||
|
-------------
|
||||||
|
|
||||||
|
* dists/${suite}/${component}/binary-${architecture}/Packages
|
||||||
|
|
||||||
|
..code:: bash
|
||||||
|
|
||||||
|
required ← Priority: required
|
||||||
|
base ← "apt apt-transport-https ca-certificates"
|
||||||
|
|
||||||
|
resolve deps
|
||||||
|
------------
|
||||||
|
|
||||||
|
* dists/${suite}/${component}/binary-${architecture}/Packages
|
||||||
|
|
||||||
|
..code:: bash
|
||||||
|
|
||||||
|
packages ← Depends: …
|
21
docs/public/debootstrap/first_stage.rst
Normal file
21
docs/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
docs/public/debootstrap/index.rst
Normal file
11
docs/public/debootstrap/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
debootstrap
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:numbered: 2
|
||||||
|
|
||||||
|
finddebs
|
||||||
|
dldebs
|
||||||
|
first_stage
|
||||||
|
second_stage
|
2
docs/public/debootstrap/second_stage.rst
Normal file
2
docs/public/debootstrap/second_stage.rst
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
second stage
|
||||||
|
============
|
Loading…
Reference in a new issue