Skip to content

Scripts for creating live DVDs, with optional encryption. Used for GNU Radio Live SDR Environment.

License

Notifications You must be signed in to change notification settings

jmcorgan/ubuntu-remaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Remaster is a set of automated scripts for taking a stock ISO
distribution image from Canonical and recreating it with changes and
additional content.  It is broken up into layered branches to allow
you to make your own optionally encrypted ISO images.  Customizers can
branch off various 'layers' to add their custom content to an existing
image.


Using the Ubuntu Remaster build scripts

To create a remastered Ubuntu ISO file, with no further customization
beyond what is done in these scripts, simply do the following:

$ git clone -b <desired branch> git://github.com/jmcorgan/ubuntu-remaster.git
$ cd ubuntu-remaster
$ make deps
$ make config
$ make

This will require 'sudo' access. Everything is completely automated,
except for passphrase entry when making an encrypted image (see
below), and possible password prompts for 'sudo' operation.

## Adding a trusted signing key for Ubuntu
After confirming signature out-of-band, use the following to trust the Ubuntu Signing Key
```
gpg --keyserver keyserver.ubuntu.com --recv <THE-KEY-ID>
gpg --edit <THE-KEY-ID>
trust
<PICK A TRUST LEVEL WITH A NUMBER>
save
```

About

Scripts for creating live DVDs, with optional encryption. Used for GNU Radio Live SDR Environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •