Comment 8 for bug 1369187

Revision history for this message
Jack Howarth (jwhowarth) wrote :

I would also strongly suggest that we add code similar to that posted on pastebin for journal_disable.c at http://pastebin.com/7rvxR38d to the mactel-boot package as well as this script so we can add the additional lines...

# make sure HFS+ Journaling is disabled
disable_journal `cat /proc/mounts | grep '/boot/efi' | cut -f1 -d' '`

to the front of the update-efi-booter script to make it even more robust.