Those scripts help to manage SFSLiveBoot-based linux distribution.
curl https://raw.githubusercontent.com/SFSLiveBoot/LiveBootUtils/master/quick-build.sh | sh
- rebuild/update existing sfs, retaining settings (environment/git repo etc)
sudo /opt/LiveBootUtils/lbu_cli.py rebuild-sfs
/path/to/xx-component.sfs
- build a new SFS file from component sources
sudo /opt/LiveBootUtils/lbu_cli.py rebuild-sfs
/path/to/xx-component.sfs https://github.com/SFSLive/xx-component-sfs.git env1=val1 env2=val2
- Automatically update components which have changed
sudo /opt/LiveBootUtils/lbu_cli.py update-sfs
https://mycompany.com/sfs-repo/
- Automatically update running system's currently used components (based on their git sources, or
.check-up-to-date
script)sudo /opt/LiveBootUtils/lbu_cli.py update-sfs --auto-rebuild