Commit Graph

11 Commits

Author SHA1 Message Date
ceaa54382c Update scripts to allow customization of packages to remove post installation. 2021-04-24 18:45:25 -07:00
06a05b628e Add more customization options to script.
* Add ability to specify Ubuntu version (focal, groovy tested)
    * Add ability to specify Linux package to install (linux-generic, linux-generic-hwe-20.04 tested)
    * Add ability to specify system "name" which writes to ISO volume id, hostname, and iso filename.
    * Version bump config file for breaking change
    * Add readme in scripts directory for instructions on how to use.
2021-04-21 21:57:03 -07:00
8ff0a4367c Load config values in chroot script 2021-04-16 08:00:06 -07:00
4bd564c9c2 Add notes on how to customize 2021-04-16 07:57:40 -07:00
c2e82ba0e6 Add versioning to config. Some renaming. Add config file to chroot script. Extract logic to functions. Misc cleanup. 2021-04-16 07:51:49 -07:00
204dbdf86a Allow customization without fork 2021-04-15 20:50:40 -03:00
6943eb02db Fix build on Debian Host 2021-04-15 20:17:14 -03:00
5fb9139c5d Update scripts 2021-04-14 00:58:48 -03:00
0aee0dc614 Some fixes 2021-02-06 15:24:20 +01:00
896a2e522b Alternative build script
Set up the base Ubuntu bootstrap, then start the chroot (-c option) and follow the README. After installing any desktop-session, you can run an X session (-x option) and use graphical tools such synaptic. Once done, create the final ISO (-b option).
2021-01-31 23:07:38 +01:00
0d8dde167f Add bash scripts that generates a ubuntu 20.04 liveCD ISO image.
The host is assumed to be ubuntu 20.04 as well.
2020-11-03 21:42:49 -08:00