quickos/README.md

33 lines
681 B
Markdown
Raw Normal View History

# roadmap
2019-03-07 12:03:07 +00:00
- [x] virtualenv
- [x] git repo
- [x] how to make a daemon?
2019-03-07 12:03:07 +00:00
- [ ] get argparse working
- [ ] implement config file
2019-03-07 12:03:07 +00:00
- [ ] 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]