Fix duplicate Syslinux entries
authorTomáš Virtus <nechtom@gmail.com>
Mon, 3 Feb 2020 12:31:27 +0000 (13:31 +0100)
committerTomáš Virtus <nechtom@gmail.com>
Mon, 3 Feb 2020 12:31:32 +0000 (13:31 +0100)
commitf0e3c9362fe714123e8090207b382ceec0a87416
tree15aa7be161d837b568d09eb2b4f5da7fc79739d4
parented5b633be961ef6b3651b1e4c7756538c032aa19
Fix duplicate Syslinux entries

Documentation of open()[1] says:

  Other common values ... and 'a' for appending (which on some Unix
  systems, means that all writes append to the end of the file
  regardless of the current seek position).

On my system (Linux 5.4), writes to a file opened as 'a+' go at the end.

[1] https://docs.python.org/3/library/functions.html#open
grml2usb