From db67f633ff5d60fec5fddb57e3769f3bbac2d9ac Mon Sep 17 00:00:00 2001 From: willip Date: Fri, 8 Mar 2019 21:24:25 +0000 Subject: [PATCH] clearify --- README.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 91783db..649946d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ -# roadmap -- [x] virtualenv -- [x] git repo -- [x] how to make a daemon? -- [x] get argparse working -- [x] implement config file -- [x] model default system -- [x] list / add / edit / delete operating systems -- [ ] os post processing (i.e. checksum and extraction) -- [ ] flash storage with downloaded os -- [ ] make cli options working -- [ ] model -> storage -> bool overwrite_always false - -# cli +# goal +Automate downloading and flashing of linux distributions to arbitrary storages(i.e. external usb device). Periodically (i.e. daemon) check for updates, download them and flash them. ``` $ ./quickos -h usage: quickos.py [-h] os storage @@ -25,3 +13,21 @@ positional arguments: optional arguments: -h, --help show this help message and exit ``` + +# roadmap +- [x] virtualenv +- [x] git repo +- [x] how to make a daemon? +- [x] get argparse working +- [x] implement config file in form of distributions.json +- [x] update distributions +- [ ] check signature +- [ ] flash storage with downloaded os +- [ ] make cli options working + +# how are distributions offered? +- as latest +- with date in the download link +- the checksum is sometimes a file, sometimes written on a webpage + +how to get the newest download link?