readme update

This commit is contained in:
willip 2019-03-07 22:30:00 +00:00
parent 11de31c1b9
commit 1881492546
2 changed files with 20 additions and 47 deletions

View File

@ -2,25 +2,35 @@
- [x] virtualenv - [x] virtualenv
- [x] git repo - [x] git repo
- [x] how to make a daemon? - [x] how to make a daemon?
- [ ] get argparse working - [x] get argparse working
- [ ] implement config file - [x] implement config file
- [ ] model default system - [ ] model default system
- [ ] list / add / edit / delete operating systems - [ ] list / add / edit / delete operating systems
- [ ] model -> storage -> bool overwrite_always false - [ ] model -> storage -> bool overwrite_always false
# cli # cli
./quickos os storage ```
os: operating_system $ ./quickos -h
storage: storage where to flash the os usage: quickos.py [-h] os storage
- install a system (arch, ubuntu, debian, suse, etc.) to a stick
- list / add / edit / delete operating systems flash linux operating systems on the fly
positional arguments:
os the operating system that should be flashed
storage the storage where the os shall be flashed
optional arguments:
-h, --help show this help message and exit
```
# model # model
## operating_system ## operating_system
- string name - string file_name
- string url_os - string file_url
- string url_sig - string test_name
- string test_url
- string test_sha256
- int interval [ days ], default = 7 days - int interval [ days ], default = 7 days
## storage ## storage

View File

@ -1,37 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>willipink</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<base target="_parent">
</head>
<body>
<iframe src="navi.html"></iframe>
<p>Hello world!</p>
</body>
</html>