VirtualBox

Changeset 8298 in vbox


Ignore:
Timestamp:
Apr 22, 2008 3:06:49 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30053
Message:

Additions: Use iso-level 3 for the additions ISO. Warning!! This would affect all platforms' addition ISO images. Do Test!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/Makefile.kmk

    r8155 r8298  
    212212        $(call MSG_TOOL,mkisofs,,$@)
    213213        $(QUIET)$(MKDIR) -p $(@D)
    214         $(VBOX_MKISOFS) -rational-rock -joliet -iso-level 4 \
     214        @# use iso-level 3 which is the most ISO conforming level with least restrictions; iso-level 4 maps to iso-level 2
     215        @# with some extra restrictions removal (not conforming to ISO9660) which some platforms like Solaris 10 does not like.
     216        $(VBOX_MKISOFS) -rational-rock -joliet -iso-level 3 \
    215217                -volid "VBOXADDITIONS_$(VBOX_VERSION_STRING)_$(VBOX_SVN_REV)" -l -graft-points -o $@ \
    216218                $(GUESTADDITIONS_FILESPEC.win.x86) \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette