- Shell 96.9%
- Makefile 2.5%
- Dockerfile 0.6%
| bin | ||
| ccache | ||
| config | ||
| custom | ||
| iso | ||
| mnt | ||
| patches/rootfs | ||
| scripts | ||
| stamps | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| README.fixme | ||
| README.md | ||
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:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
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
- Browse: https://forgejo.deployview.com/ssa/ubuntu-remaster
- Clone (HTTPS):
https://forgejo.deployview.com/ssa/ubuntu-remaster.git - Clone (SSH):
ssh://git@forgejo.deployview.com:30143/ssa/ubuntu-remaster.git
This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.