Update README with depends

This commit is contained in:
Walter Lapchynski 2019-06-26 12:03:52 -07:00
parent 3cdce7d79d
commit a7cedd86d6
2 changed files with 8 additions and 7 deletions

7
README
View File

@ -1,7 +0,0 @@
Run the "update" script to automatically generate new dependency lists.
The result will be based on the published seed lists, filtered by:
- The Packages files (nonexistent packages will be skipped)
- debootstrap (packages not yet added to debootstrap will not be added
to ubuntu-base)

8
README.md Normal file
View File

@ -0,0 +1,8 @@
Run the `update` script to automatically generate new dependency lists.
The result will be based on the published seed lists, filtered by:
* The Packages files (nonexistent packages will be skipped)
* debootstrap (packages not yet added to debootstrap will not be added
to ubuntu-base)
Dependencies are `debootstrap` and `germinate`.