Commit 95116db
committed
Use append mode in 'dd' when the desired swap size is not a multiple of 64M (#2286)
First 'dd' command creates the swap in multiples of 64M and the second
is supposed to add the rest, however, with no 'oflag=append' it just
overwrites what was already written so the file doesn't grow as desired.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>1 parent 4db3b44 commit 95116db
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
| |||
0 commit comments