Customize Ubuntu Desktop 16.04 Live CD/USB
Install Prerequisites
tip
- UCK needs a working directory. By default it is ~/tmp
- All UCK tools require root privileges for mounting and unmounting
- When this is done, the root filesystem will be located in ~/tmp/remaster-root
Mount source ISO image
Change root to the image filesystem. Now you can install packages using apt-get
Now you can create the remastered ISO image. You MUST exit from the chroot before creating the ISO. Remastered ISO file can be found under ~/tmp/remaster-new-files
#
Useful CommandsRemove software that you don't need
You can see the installed packages using dpkg command
Check the packages which takes up the most space
Only the Main and Restricted repositories are enabled by default for apt-get in the image. If you are also running Ubuntu on your host computer, you can fix that by copying the hosts' sources.list to the image root before running uck-remaster-chroot-rootfs
References: