lbu
Manage `apk` overlay files on a diskless Alpine Linux system. Note: Subcommands like `include` write to `/etc`, which is stored in RAM. You need to run `lbu commit` to save the changes.
More info →Options (5)
booleanCommit changes to persistent storage (only files in `/etc` by default)
lbu {{[ci|commit]}}booleanList files that would be saved using `commit`
lbu {{[st|status]}}booleanInclude a specific file or directory in the `apk` overlay
lbu {{[inc|include]}} {{path/to/file_or_directory}}booleanExclude a specific file or directory in `/etc` from the `apk` overlay
lbu {{[ex|exclude]}} {{path/to/file_or_directory}}booleanList backups (previously created overlays)
lbu {{[lb|list-backup]}}Examples (8)
Commit changes to persistent storage (only files in `/etc` by default)
lbu [ci|commit]List files that would be saved using `commit`
lbu [st|status]Include a specific file or directory in the `apk` overlay
lbu [inc|include] path/to/file_or_directoryExclude a specific file or directory in `/etc` from the `apk` overlay
lbu [ex|exclude] path/to/file_or_directoryDisplay the list of manually included/excluded files
lbu include|exclude -lList backups (previously created overlays)
lbu [lb|list-backup]Revert to a backup overlay
lbu revert overlay_filename.tar.gz