Fix duplicate Syslinux entries (2)
authorTomáš Virtus <nechtom@gmail.com>
Wed, 19 Feb 2020 14:14:30 +0000 (15:14 +0100)
committerTomáš Virtus <nechtom@gmail.com>
Wed, 19 Feb 2020 14:14:30 +0000 (15:14 +0100)
commit480b9746fc91e73c929a0b70b58472ed5cce6f1b
tree42b86fef6fabe27c621aff1d91e6130b4a96baaf
parent99ecee20af64ca803b69e6e7d3cb7f112dc9ee9a
Fix duplicate Syslinux entries (2)

Commit f0e3c936 changed open mode to "r+", but this mode does not create
missing files.

Revert open mode back to "a+" and add seek to beginning of the file.
grml2usb