You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add example extensions built with flix.sh and flatwrap.sh (#186)
To show how flix.sh and flatwrap.sh can be used to ship regular Linux
packages as sysext we can add two examples.
As flix example include an extension for the tilde text editor from
Debian and as flatwrap example include an extension for btop from
Alpine (originally I used htop but we might ship this in Flatcar later
by default - note that you need to set LANG=en_US.UTF-8 or run with btop
with --utf-force on Flatcar).
## How to use/Testing done
`./bakery.sh create --sysupdate false btop 1.4.0` and `./bakery.sh
create --sysupdate false tilde 1.1.2` with copying the extension to a
Flatcar VM.
0 commit comments