Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tritondatacenter/ubuntu-lx-brand-image-builder
Scripts used for creating an lx-brand Ubuntu image
https://github.com/tritondatacenter/ubuntu-lx-brand-image-builder
joyent lx-brand smartos triton ubuntu
Last synced: 3 months ago
JSON representation
Scripts used for creating an lx-brand Ubuntu image
- Host: GitHub
- URL: https://github.com/tritondatacenter/ubuntu-lx-brand-image-builder
- Owner: TritonDataCenter
- License: mpl-2.0
- Created: 2015-03-20T00:17:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T09:47:20.000Z (over 6 years ago)
- Last Synced: 2024-04-12T04:14:56.195Z (10 months ago)
- Topics: joyent, lx-brand, smartos, triton, ubuntu
- Language: Shell
- Homepage: https://docs.joyent.com/images/container-native-linux
- Size: 108 KB
- Stars: 13
- Watchers: 12
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu lx-brand Image Builder
This is a collection of scripts used for creating an lx-brand Ubuntu image.
## Requirements
In order to use these scripts you'll need:
- Ubuntu (or Debian) running in a VM or bare metal (required for the `install` script)
- debootstrap: `apt-get install -y debootstrap`
- git: `apt-get install -y git`
- A SmartOS (or SDC headnode) install (required for the `create-lx-image` script)**Note***: The build scripts currently assume you are running under a KVM ubuntu-certified instance that has a secondary disk mounted to `/mnt`. The scripts have not been tested on an lx-brand instance.
## Usage
1. Run `./install -d -m -i -p -u ` under Ubuntu to install Ubuntu 14.04 in a given directory. This will create a tarball of the installation in your working directory (named `-.tar.gz`). See `./install -h` for detailed usage.
2. Copy the tarball to a SmartOS machine or SDC headnode and run `./create-lx-image -t -i -d -u ` (substituting the name of your tar file). This will create the image file and manifest. See `/create-lx-image -h` for detailed usage.