Files
systemd/src
Jules Lamur 06fadc4286 fstab-generator: fix options in systemd.mount-extra= arg
Fixes a bug introduced by 55365b0a23 (v254).

The arguments `(rd.)systemd.mount-extra` take a value that looks like
`WHAT:WHERE[:FSTYPE[:OPTIONS]]`. The `OPTIONS` were parsed into a nulstr
where a comma-separated c-string was expected. This leads to a bug where
only the first option was taken into account by the generator.

For example, if you passed `systemd.mount-extra=/x:/y:baz:ro,defaults`
to the kernel, `systemd-fstab-generator` would translate that into a
nulstr: `ro\0defaults\0`.
Since methods processing options in the generator expected a
comma-separated c-string, they would only see the first option, `ro` in
this case.
2025-04-08 07:10:07 +09:00
..
2025-04-07 16:53:15 +09:00
2025-03-27 12:04:33 +01:00
2025-04-07 16:42:10 +09:00
2025-04-07 16:46:17 +09:00
2025-04-01 03:58:34 +09:00
2025-03-19 01:44:01 +09:00
2025-04-07 16:49:43 +09:00
2025-04-07 16:44:21 +09:00
2025-03-25 10:37:00 +01:00
2025-04-08 02:04:13 +09:00
2025-04-07 16:30:52 +09:00
2025-03-05 11:26:47 +00:00