linux-live
linux-live copied to clipboard
ISO Size Limit Issue
Hey @Tomas-M and team! First of all, thanks for the hard work, you're awesome guys! Look i have the following question.
Here are the steps I took (I'm using Ubuntu 22.04.4 LTS x86_64) and my question:
STEPS
- I read the instructions on the README file and did some little adjustments to the
configfile. (I only changed the path of VMLINUZ and added a custom root directory to MKMOD) - I ran
./buildcommand and everything went good. This is the output I got: - I ran
sudo ./gen_linux_iso.shand got this output:
QUESTION
- How can I adjust the iso size limit that uses
genisoimage? I gave a look to the command insidegen_linux_iso.sh, but I'm not sure what to change to make it work. I'm expecting an ISO that is bigger than 10 GB probably.
Let me know when you have time, any help would be appreciated!
Thanks in advance! :100:
I ran into the same problem!
Adding the option "-allow-limited-size" will do the trick!