We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf937f commit fa84164Copy full SHA for fa84164
articles/virtual-machines/linux/redhat-create-upload-vhd.md
@@ -1371,10 +1371,6 @@ This section shows you how to prepare a RHEL 7 distro from an ISO using a kickst
1371
# Disable the root account
1372
usermod root -p '!!'
1373
1374
- # Disabke swap in WALinuxAgent
1375
- ResourceDisk.Format=n
1376
- ResourceDisk.EnableSwap=n
1377
-
1378
# Configure swap using cloud-init
1379
echo 'DefaultEnvironment="CLOUD_CFG=/etc/cloud/cloud.cfg.d/00-azure-swap.cfg"' >> /etc/systemd/system.conf
1380
cat > /etc/cloud/cloud.cfg.d/00-azure-swap.cfg << EOF
0 commit comments