Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mkisofs -f -o aros.iso \
- -b boot/grub/grub2_eltorito \
- -c boot/boot.catalog \
- -no-emul-boot \
- -boot-load-size 4 \
- -boot-info-table \
- -allow-leading-dots \
- -iso-level 4 \
- -V "AROS Live CD" \
- -publisher "The AROS Dev Team" \
- -p "The AROS Dev Team (www.aros.org)" \
- -sysid "AROS-$(AROS_TARGET_CPU)-$(AROS_TARGET_ARCH)" \
- -l -J -r \
- DIRECTORY_WITH_AROS
Add Comment
Please, Sign In to add comment