@@ -289,7 +289,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
289
289
290
290
` ` ` bash
291
291
if [[ -f /mnt/resource/swapfile ]]; then
292
- echo "Removing swapfile" #RHEL uses a swapfile by defaul
292
+ echo "Removing swapfile" #RHEL uses a swapfile by default
293
293
swapoff /mnt/resource/swapfile
294
294
rm /mnt/resource/swapfile -f
295
295
fi
@@ -337,7 +337,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
337
337
- device: ephemeral0.2
338
338
filesystem: swap
339
339
mounts:
340
- - ["ephemeral0.1", "/mnt"]
340
+ - ["ephemeral0.1", "/mnt/resource "]
341
341
- ["ephemeral0.2", "none", "swap", "sw,nofail,x-systemd.requires=cloud-init.service,x-systemd.device-timeout=2", "0", "0"]
342
342
EOF
343
343
```
@@ -524,7 +524,7 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
524
524
- device: ephemeral0.2
525
525
filesystem: swap
526
526
mounts:
527
- - ["ephemeral0.1", "/mnt"]
527
+ - ["ephemeral0.1", "/mnt/resource "]
528
528
- ["ephemeral0.2", "none", "swap", "sw,nofail,x-systemd.device-timeout=2,x-systemd.requires=cloud-init.service", "0", "0"]
529
529
EOF
530
530
```
@@ -1381,7 +1381,7 @@ This section shows you how to prepare a RHEL 7 distro from an ISO using a kickst
1381
1381
- device: ephemeral0.2
1382
1382
filesystem: swap
1383
1383
mounts:
1384
- - ["ephemeral0.1", "/mnt"]
1384
+ - ["ephemeral0.1", "/mnt/resource "]
1385
1385
- ["ephemeral0.2", "none", "swap", "sw,nofail,x-systemd.device-timeout=2,x-systemd.requires=cloud-init.service", "0", "0"]
1386
1386
EOF
1387
1387
0 commit comments