Commit 07c7091
post-fs-data.sh: Create directories with mkdir -p
`$mnt_dir` was not created with `mkdir -p`, unlike `$mnt_base`. This caused the system-ca-certs module to only work for the first boot after it was enabled, since `mkdir` would fail on subsequent boots.1 parent a5129d3 commit 07c7091
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments