33 lines
681 B
Markdown
33 lines
681 B
Markdown
# roadmap
|
|
- [x] virtualenv
|
|
- [x] git repo
|
|
- [x] how to make a daemon?
|
|
- [ ] get argparse working
|
|
- [ ] implement config file
|
|
- [ ] model default system
|
|
- [ ] list / add / edit / delete operating systems
|
|
- [ ] model -> storage -> bool overwrite_always false
|
|
|
|
# cli
|
|
./quickos os storage
|
|
os: operating_system
|
|
storage: storage where to flash the os
|
|
- install a system (arch, ubuntu, debian, suse, etc.) to a stick
|
|
- list / add / edit / delete operating systems
|
|
|
|
# model
|
|
|
|
## operating_system
|
|
- string name
|
|
- string url_os
|
|
- string url_sig
|
|
- int interval [ days ], default = 7 days
|
|
|
|
## storage
|
|
- id operating_system
|
|
- string label
|
|
- string uuid
|
|
[- bool overwrite_always false]
|
|
|
|
|