From 16e37a280a3e524f1e37c77972fee0b29e5006b3 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Wed, 1 Oct 2014 13:51:27 -0700 Subject: [PATCH] Clean up waagent.conf --- config/waagent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waagent.conf b/config/waagent.conf index c7cb96a..6a74125 100644 --- a/config/waagent.conf +++ b/config/waagent.conf @@ -4,7 +4,7 @@ # Specified program is invoked with the argument "Ready" when we report ready status # to the endpoint server. -Role.StateConsumer=None +Role.StateConsumer=None # Specified program is invoked with XML file argument specifying role # configuration. @@ -35,7 +35,7 @@ ResourceDisk.Format=y # Typically ext3 or ext4. FreeBSD images should use 'ufs2' here. ResourceDisk.Filesystem=ext4 -# ount point for the resource disk +# Mount point for the resource disk ResourceDisk.MountPoint=/mnt/resource # Create and use swapfile on resource disk.