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)
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.


No differences found