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-01 02:55:28 +09:00
2025-03-27 12:04:27 +01:00
2025-04-07 16:53:15 +09:00
2025-03-19 01:56:48 +09:00
2025-03-15 14:40:39 +01:00
2025-04-05 07:02:37 +09:00
2025-03-21 11:17:00 +01:00
2025-03-27 12:04:33 +01:00
2025-03-06 11:42:20 +01:00
2025-04-07 16:42:10 +09:00
2025-03-26 11:37:15 -04:00
2025-03-15 14:40:39 +01:00
2025-03-24 12:58:14 +00:00
2025-03-15 14:40:39 +01:00
2025-03-06 11:42:20 +01:00
2025-04-03 11:08:57 +02:00
2025-03-15 14:40:39 +01:00
2025-03-06 17:43:04 +01:00
2025-03-15 14:40:39 +01:00
2025-04-08 07:10:07 +09:00
2025-04-07 16:46:17 +09:00
2025-03-11 18:01:42 +01:00
2025-03-18 18:25:10 +09:00
2025-04-04 20:02:02 +09:00
2025-04-01 11:25:32 +02:00
2025-04-01 03:58:34 +09:00
2025-04-02 21:41:44 +09:00
2025-03-27 12:04:37 +01:00
2025-04-01 03:58:38 +09:00
2025-03-19 01:44:01 +09:00
2025-04-03 04:31:55 +09:00
2025-03-15 07:27:38 +09:00
2025-03-07 18:36:23 -05:00
2025-04-05 05:23:53 +09:00
2025-04-04 20:54:53 +09:00
2025-04-03 02:14:52 +09:00
2025-03-15 09:08:06 +09:00
2025-04-03 04:07:08 +09:00
2025-04-07 16:49:43 +09:00
2025-03-15 14:40:39 +01:00
2025-03-10 02:41:40 +09:00
2025-04-03 11:08:57 +02:00
2025-04-07 16:44:21 +09:00
2025-04-01 03:58:38 +09:00
2025-04-08 02:08:37 +09:00
2025-04-03 06:01:31 +09:00
2025-03-11 17:54:44 +01:00
2025-03-15 14:40:39 +01:00
2025-04-03 06:01:31 +09:00
2025-03-19 01:47:48 +09:00
2025-03-19 01:56:48 +09:00
2025-03-15 14:40:39 +01:00
2025-04-03 11:08:57 +02:00
2025-03-04 22:58:49 +01:00
2025-04-03 00:19:49 +09:00
2025-03-25 10:37:00 +01:00
2025-03-31 15:14:45 +02:00
2025-03-19 01:56:48 +09:00
2025-03-06 11:42:20 +01:00
2025-03-19 10:01:19 +01:00
2025-03-15 14:40:39 +01:00
2025-04-04 20:54:53 +09:00
2025-04-08 05:27:31 +09:00
2025-03-19 01:56:48 +09:00
2025-03-19 01:56:48 +09:00
2025-03-17 10:17:54 +01:00
2025-03-31 21:09:14 +09:00
2025-03-10 02:41:40 +09:00
2025-03-15 14:40:39 +01:00
2025-04-03 11:08:57 +02:00
2025-03-31 21:23:23 +09:00
2025-04-02 17:29:04 +02:00
2025-04-01 03:58:38 +09:00
2025-03-15 14:40:39 +01:00
2025-03-19 01:56:48 +09:00
2025-04-08 02:04:13 +09:00
2025-04-03 15:35:11 +02:00
2025-03-31 23:22:38 +09:00
2025-03-15 14:40:39 +01:00
2025-03-19 01:56:48 +09:00
2025-04-07 16:30:52 +09:00
2025-03-05 11:26:47 +00:00
2025-03-20 15:57:14 +01:00
2025-03-18 22:46:10 +01:00
2025-03-31 19:23:50 +02:00
2025-03-25 10:17:05 +01:00
2025-04-03 11:08:57 +02:00
2025-04-03 11:08:57 +02:00
2025-03-15 14:40:39 +01:00