Scripts for creating live DVDs, with optional encryption. Used for GNU Radio Live SDR Environment.
  • Shell 96.9%
  • Makefile 2.5%
  • Dockerfile 0.6%
Find a file
2026-04-27 23:05:04 +00:00
bin Remove job queue stamp files 2015-11-16 08:57:16 -08:00
ccache Added ccache capability for compilations happening in chroot 2015-03-01 12:58:43 -08:00
config Move encryption option to privacy menu, make 15.10 experimental 2015-11-16 09:31:53 -08:00
custom Moved remaining custom files into isofs or patches 2015-11-16 08:31:16 -08:00
iso Initial implementation of kconfig-based configuration 2015-10-13 05:35:22 -07:00
mnt Initial commit. 2015-01-19 15:04:34 -08:00
patches/rootfs Moved remaining custom files into isofs or patches 2015-11-16 08:31:16 -08:00
scripts Fix linux-tools-pkgs path 2015-11-16 09:29:56 -08:00
stamps Initial commit. 2015-01-19 15:04:34 -08:00
.gitignore Initial implementation of kconfig-based configuration 2015-10-13 05:35:22 -07:00
Dockerfile Add Dockerfile: Ubuntu base for the GNU Radio Live SDR remaster scripts 2026-04-27 23:05:04 +00:00
LICENSE Initial commit. 2015-01-19 15:04:34 -08:00
Makefile Fix linux-tools-pkgs path 2015-11-16 09:29:56 -08:00
README Remove config items from README 2015-10-21 19:29:38 -07:00
README.fixme Added informal list of simple fixes to do 2015-11-17 17:20:47 -08:00
README.md Update README with comprehensive project information 2026-04-27 20:39:58 +00:00

ubuntu-remaster

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

Overview

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.

Detected project type: Make-based.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 1.4 MB
  • Created: 2026-04-16
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0
  • License: MIT

Languages

Language Bytes Share
Shell 92,069 bytes 97.5%
Makefile 2,351 bytes 2.5%

Repository structure

  • bin/
  • ccache/
  • config/
  • custom/
  • iso/
  • mnt/
  • patches/
  • scripts/
  • stamps/
  • .gitignore (25 B)
  • LICENSE (1,074 B)
  • Makefile (2,351 B)
  • README (858 B)
  • README.fixme (1,808 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/ubuntu-remaster.git
cd ubuntu-remaster

Installation

make

Usage

Refer to the source files in this repository for entry points and intended usage. Update this section with concrete examples once they are established.

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

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 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.

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

This project is licensed under the MIT license. See the LICENSE file for the full text.

Repository


This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.