diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-03-25 11:04:05 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-04-10 23:48:27 +0000 |
commit | c40af8b3fec1b840776ca36d64b1857ed2bdd95b (patch) | |
tree | 1a3a285788176bf6cb7d7ab3a5cf757011fcfb9f /config | |
parent | f9cd6b27fad4d9fdf557138966f2d34cae234edb (diff) | |
download | vyos-walinuxagent-c40af8b3fec1b840776ca36d64b1857ed2bdd95b.tar.gz vyos-walinuxagent-c40af8b3fec1b840776ca36d64b1857ed2bdd95b.zip |
Import patches-unapplied version 2.0.12-0ubuntu1 to ubuntu/vivid-proposed
Imported using git-ubuntu import.
Changelog parent: f9cd6b27fad4d9fdf557138966f2d34cae234edb
New changelog entries:
* New upstream release.
* Added debian/watch for easier maintenance.
* Fix regression of missing dataloss warning by adding systemd unit file.
Diffstat (limited to 'config')
-rw-r--r-- | config/waagent.conf | 4 |
1 files 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. |