-
Notifications
You must be signed in to change notification settings - Fork 1
stx packaging integration
Marcela Rosales edited this page Apr 10, 2019
·
4 revisions
- First you need to setup your developer environment
git clone https://github.com/starlingx-staging/stx-packaging.git
cd stx-packaging
./setup.sh
- Then, create some starlingx packages:
# You can continue the demo with only these two
make package PKG=x.stx-fault/fm-common DISTRO=ubuntu
make package PKG=x.stx-fault/fm-mgr DISTRO=ubuntu
These commands will put the starlingx .deb files in /usr/local/mydebs
.
- Generate live iso
make liveimg
The live image will be this one stx-packaging/live_img/ubuntu/ubuntu-live.iso
.
- Test that it's working.
qemu-system-x86_64 --enable-kvm -m 1024 -cdrom ubuntu-live.iso
Log in as root.