Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bostrt/fccb

NOT MAINTAINED
https://github.com/bostrt/fccb

Last synced: 19 days ago
JSON representation

NOT MAINTAINED

Awesome Lists containing this project

README

        

# fccb

A command line tool for building Fedora CoreOS Configs (FCC): .

### Examples

```shell
$ fccb add file test.fcc mymotd.txt -p /etc/motd # Add motd
$ fccb add unit test.fcc -f test.service -d test.service.d/ # Add Systemd service unit and some drop-ins
$ fccb add user test.fcc -n bostrt -G floppy -s /bin/ksh # Add user in floppy and uses KSH
```

### TODO:

- Update the input FCC file instead of just stdout.
- Implement rest of FCC fields in .
- Clean up code if this ends up be really useful.