Git Product home page Git Product logo

debian-live-builder-vagrant's Introduction

This is a Vagrant Environment for creating custom Debian Live ISO images.

Usage

Install the Base Debian Vagrant Box.

Install the required Vagrant plugins:

vagrant plugin install vagrant-triggers # see https://github.com/emyl/vagrant-triggers

Run vagrant up builder to launch the debian live builder. This will build the ISO image and copy it to the current directory as live-image-amd64.hybrid.iso.

Run vagrant up bios to boot the generated ISO in BIOS mode.

Run vagrant up efi to boot the generated ISO in EFI mode.

To build a netboot image, set the LB_BUILD_TYPE environment variable to netboot before launching vagrant, e.g. LB_BUILD_TYPE=netboot vagrant up builder. This will build the netboot image and copy it to the current directory as live-image-amd64.netboot.tar.

Burning the ISO file to a USB pen/disk drive

Use Etcher to burn the generated live-image-amd64.hybrid.iso file to a device (e.g. sdd), or use the following commands:

sudo su -l # enter a root shell
cp live-image-amd64.hybrid.iso /dev/sdd
sync
echo 1 >/sys/block/sdd/device/rescan
fdisk -u -l /dev/sdd
lsblk /dev/sdd
mkdir -p /mnt/sdd1
mount /dev/sdd1 /mnt/sdd1
(cd /mnt/sdd1 && md5sum --quiet --check md5sum.txt)
umount /mnt/sdd1
eject /dev/sdd

Reference

debian-live-builder-vagrant's People

Contributors

rgl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.