Prefer rockridge over Joliet.

* grub-core/fs/iso9660.c (grub_iso9660_mount): Move rockridge detection
	to ...
	(set_rockridge): ... here.
	(grub_iso9660_mount): Check rockridge on the primary label when
	discovering. Ignore Joliet if Rockridge is present.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-28 16:26:17 +02:00
parent e551115a26
commit c39224b052
2 changed files with 85 additions and 65 deletions

View file

@ -1,3 +1,13 @@
2011-10-28 Vladimir Serbinenko <phcoder@gmail.com>
Prefer rockridge over Joliet.
* grub-core/fs/iso9660.c (grub_iso9660_mount): Move rockridge detection
to ...
(set_rockridge): ... here.
(grub_iso9660_mount): Check rockridge on the primary label when
discovering. Ignore Joliet if Rockridge is present.
2011-10-28 Vladimir Serbinenko <phcoder@gmail.com>
Use shifts in nilfs2.