Hi,
I'm super new to Linux and Debian but would like to create a live DVD. I've been searching for a good tutorial on how to do it for a little while, but haven't been able to find anything that goes in depth, step by step, from start to finish showing all the little changes that need to be made. Your posts and research are the best I've found so far, as most other tutorials are 3+ years old and using older Debian distros to remaster.
Quote:
YOU MUST EDIT!
Files that must be edited by you for name of your distro/kernel etc are
linux-live-slack/bootfiles/isolinux/isolinux.cfg
linux-live-slack/bootfiles/syslinux/syslinux.cfg
linux-live-slack/config
linux-live-slack/build
linux-live-slack/initramfs/init
|
I've seen where you can edit the name of your new distro in the config file, but can't seem to figure out what else to edit in the other files. Can you give some examples of what needs to be edited in these files when it comes to distro/kernal info that needs to be changed?
In my setup, I'm going to be using Debian 10 from debian-10.1.0-amd64-netinst.iso, with the aufs dependencies installed.
For making a bootable DVD, would I still need to recompile the isolinux.bin with the update script in the tools folder? If so, what are the steps for getting this to successfully be recompiled?
Also, which file needs to be edited to create a bootable DVD ISO larger than 4GB? Cause I get an error saying it's larger than 4GB when trying to run the gen_iso.sh script.
Thank you!