mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
397 stars 186 forks source link

This is more of a question then an issue but is there a way to make an ISO with this method that is strictly based on Debian? #50

Open hreffero opened 1 year ago

hreffero commented 1 year ago

I was reading the whole tutorial and my impression that casper and Ubiquity are the "most" Ubuntu specific packages. There is also the ubuntu-standard meta package but as it seems the single packages might be enough https://packages.ubuntu.com/jammy/ubuntu-standard.

Basically I'm looking to make a custom Debian ISO using the Ubuntu "method" with casper and Ubiquity, this is to make it work with wubiuefi on some systems which strictly supports the Ubuntu installation mode https://github.com/hakuna-m/wubiuefi

Sorry if this is offtopic and I know I'm looking for something extremely niche but been looking to do that for some months.