]> git.ipfire.org Git - thirdparty/systemd.git/commit
gpt-auto: fix ESP options and description 1203/head
authorMarius Thesing <marius.thesing@gmail.com>
Tue, 8 Sep 2015 19:25:05 +0000 (21:25 +0200)
committerMarius Thesing <marius.thesing@gmail.com>
Tue, 8 Sep 2015 19:30:34 +0000 (21:30 +0200)
commit158df4b6a63c0d4e4f8de5210581619e7b693fb4
tree913f26c6c1f03266343a1ae3904bbfd8ac3427cb
parentda323858ef34a0216aa96f4089810053c90f09ce
gpt-auto: fix ESP options and description

Since 59512f21 the parameters were passed in the wrong order, causing the
options to be interpreted as the description.

Also, while "false" was supposed to be passed for "rw", the ESP should actually
be mounted read-write. It just happened to be "true" since the description char*
was passed for "rw".
src/gpt-auto-generator/gpt-auto-generator.c