Commit c3129b8
Fix creation of ram device on Alinux2
Before creating the ram device, be sure that the brd (block ram disk) module is loaded,
otherwise you'll get the error:
```
Could not stat /dev/ram1 --- No such file or directory
The device apparently does not exist; did you specify it correctly?
```
Fix aws/aws-parallelcluster#2407
Signed-off-by: Luca Carrogu <[email protected]>1 parent a760880 commit c3129b8
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments