From 2be2a168ee463eea7e38371a40026d5abec90d5a Mon Sep 17 00:00:00 2001 From: Robert C Jennings Date: Wed, 16 Sep 2020 08:48:28 -0500 Subject: [PATCH] ubuntu-cpc: Fix spelling in vagrant file --- debian/changelog | 6 ++++++ live-build/ubuntu-cpc/hooks.d/base/vagrant.binary | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0d7b71ee..e6e55174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.688) UNRELEASED; urgency=medium + + * ubuntu-cpc: Fix spelling in vagrant file + + -- Robert C Jennings Wed, 16 Sep 2020 08:45:04 -0500 + livecd-rootfs (2.687) groovy; urgency=medium [ Stanislav German-Evtushenko / John Chittum ] diff --git a/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary b/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary index 3b52dbfe..63b97871 100755 --- a/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary +++ b/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary @@ -161,9 +161,9 @@ Vagrant.configure("2") do |config| # Ubuntu cloud images, by default, enable console=ttyS0. This enables serial consoles to # connect to the images. With the change related to LP #1777827, removing a serial # file logger, Vagrant image boot times increased and now run greater than 5 minutes - # Creating a console log file is not an expected defaul behavior for vagrant boxes. + # Creating a console log file is not an expected default behavior for vagrant boxes. # As a workaround, we create a console connection to File:NULL. LP #1874453 - # This is overwriteable in user files to write to a local file + # This is overrideable in user files to write to a local file end end EOF