Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giuseppe/atomic-toolbox
https://github.com/giuseppe/atomic-toolbox
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giuseppe/atomic-toolbox
- Owner: giuseppe
- Created: 2015-12-04T15:55:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T11:02:12.000Z (almost 9 years ago)
- Last Synced: 2023-03-31T04:04:00.691Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atomic-toolbox
An experiment based on the CoreOS toolbox script.
Differently than CoreOS, make the host rootfs accessible at '/',
instead of '/host'.Poorly tested, it may break.
The idea is that given a rpm-ostree configuration file as:
emacs.json:
```json
{
"ref": "fedora-atomic/f22/x86_64/emacs",
"repos": ["fedora-22"],
"container": true,
"packages": ["emacs"]
}
```it is possible to run:
```
atomic-toolbox.sh --install fedora-atomic fedora-atomic/f22/x86_64/emacs
```and
```
atomic-toolbox.sh fedora-atomic/f23/x86_64/emacs emacs a_file_in_the_current_directory.c
```to be able to access a file in the local directory on the host through Emacs.