Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#27 add -iso-level 3 in grub-mkrescue args to make iso file more than 4GB #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

#27 add -iso-level 3 in grub-mkrescue args to make iso file more than 4GB #28

wants to merge 1 commit into from

Conversation

ali0saeedi
Copy link

No description provided.

@ali0saeedi
Copy link
Author

currently if your installed repo gets bigger than 4GB your scripts runs to error because grub-mkrescue options
i fixed this by changing it form :
grub-mkrescue -o "${WORK}"/live-cd.iso "${CD}"
TO :
grub-mkrescue -iso-level 3 -o "${WORK}"/live-cd.iso "${CD}"

you can merge my pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant