Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 766 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 766 Bytes

Linux-Respinner

A script to respin and maintain Debian / Ubuntu / Linux Mint ISO file releases.

Usage:

  1. Place in a working directory on a medium large enough to hold the original iso file, the extracted iso contents, and a working linux filesystem (in total, about four times the size if the original iso file).
  2. Edit the paths and username in the script.
  3. Make the script executable.
  4. Run as root in a terminal.
  5. Extract the iso file contents and exit the script.
  6. Restart the respinner script and enter the chroot environment.
  7. When in the chroot environment, update, install, or remove software.
  8. To leave the chroot, execute "exit" and let the script clean up and quit.
  9. Make a new disc image with the script "create new iso" selection.