1

Topic: How to add deb package to ISO?

Building custom Gparted ISO using official guide: https://gparted.org/create-gparted-live.php
There is a program I would like to include, called apart-gtk. It is a GUI for partclone.
Unfortunately it is only available as deb package (no installable repository).
How can I include it in the create-gparted-live script?
Thanks in advance!

2

Re: How to add deb package to ISO?

You can do something similar here:
https://drbl.org/faq/fine-print.php?pat … uashfs.faq

Basically you have to unsquashfs the file "filesystem.squashfs" in the live dir, then put your program, and package it again.

Steven