All Projects → joyent → ubuntu-lx-brand-image-builder

joyent / ubuntu-lx-brand-image-builder

Licence: MPL-2.0 license
Scripts used for creating an lx-brand Ubuntu image

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to ubuntu-lx-brand-image-builder

centos-lx-brand-image-builder
Scripts used for creating an lx-brand CentOS image
Stars: ✭ 12 (-7.69%)
Mutual labels:  smartos, joyent, triton, lx-brand
java-manta
Java Manta Client SDK
Stars: ✭ 16 (+23.08%)
Mutual labels:  joyent, triton
java-http-signature
Library for performing RSA signed HTTP requests in Java
Stars: ✭ 15 (+15.38%)
Mutual labels:  joyent, triton
triton
Triton Operating System
Stars: ✭ 56 (+330.77%)
Mutual labels:  triton
vagrant-joyent
A Vagrant provider for Joyent
Stars: ✭ 30 (+130.77%)
Mutual labels:  joyent
CFI-LB
Adaptive Callsite-sensitive Control Flow Integrity - EuroS&P'19
Stars: ✭ 13 (+0%)
Mutual labels:  triton
acer-predator-turbo-and-rgb-keyboard-linux-module
Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
Stars: ✭ 125 (+861.54%)
Mutual labels:  triton
check zpools
Monitor the usage and status of ZFS Pools (zpools)
Stars: ✭ 16 (+23.08%)
Mutual labels:  smartos
Savior
(WIP)The deployment framework aims to provide a simple, lightweight, fast integrated, pipelined deployment framework for algorithm service that ensures reliability, high concurrency and scalability of services.
Stars: ✭ 124 (+853.85%)
Mutual labels:  triton
Triton
🐳 Scripps Whale Acoustics Lab 🌎 Scripps Acoustic Ecology Lab - Triton with remoras in development
Stars: ✭ 25 (+92.31%)
Mutual labels:  triton
esdc-ce
Danube Cloud :: Community Edition
Stars: ✭ 101 (+676.92%)
Mutual labels:  smartos
isaac ros dnn inference
Hardware-accelerated DNN model inference ROS2 packages using NVIDIA Triton/TensorRT for both Jetson and x86_64 with CUDA-capable GPU
Stars: ✭ 67 (+415.38%)
Mutual labels:  triton
triton
Triton is a high-performance mq consumer, support kafka,rabbit-mq,rocketmq,nsq and other mq
Stars: ✭ 19 (+46.15%)
Mutual labels:  triton

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 <chroot> -m <mirror> -i <image name> -p <proper name> -u <image docs> under Ubuntu to install Ubuntu 14.04 in a given directory. This will create a tarball of the installation in your working directory (named <image name>-<YYMMDD>.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 <TARBALL> -i <IMAGE_NAME> -d <DESC> -u <DOCS> (substituting the name of your tar file). This will create the image file and manifest. See /create-lx-image -h for detailed usage.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].