reddit

Untitled

Apr 9th, 2010
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. mkisofs -f -o aros.iso \
  2.         -b boot/grub/grub2_eltorito \
  3.         -c boot/boot.catalog \
  4.                 -no-emul-boot \
  5.                 -boot-load-size 4 \
  6.                 -boot-info-table \
  7.         -allow-leading-dots \
  8.         -iso-level 4 \
  9.                 -V "AROS Live CD" \
  10.                 -publisher "The AROS Dev Team" \
  11.         -p "The AROS Dev Team (www.aros.org)" \
  12.         -sysid "AROS-$(AROS_TARGET_CPU)-$(AROS_TARGET_ARCH)" \
  13.                 -l -J -r \
  14.         DIRECTORY_WITH_AROS
Add Comment
Please, Sign In to add comment