debootstrap

This commit is contained in:
Marc Beninca 2019-08-26 19:10:22 +02:00
parent 78b02eaee0
commit e4f074dd6e
6 changed files with 64 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,8 @@
download debs
=============
* wget
* xz
* bz2
* gz

View 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: …

View 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

View file

@ -0,0 +1,11 @@
debootstrap
===========
.. toctree::
:maxdepth: 2
:numbered: 2
finddebs
dldebs
first_stage
second_stage

View file

@ -0,0 +1,2 @@
second stage
============