diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-04 13:25:00 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-04 13:25:00 -0400 |
commit | 882b22e024733e17757fdbe36ba2a3672c6ebe06 (patch) | |
tree | 503fc4abb77c5d9516ca38bdf6722ab759324923 /debian/patches/ntp-move-to-run-after-apt-configuration.patch | |
parent | 8c7f3acb8c8180fba5e350aeed4f476e79e464ff (diff) | |
download | vyos-cloud-init-882b22e024733e17757fdbe36ba2a3672c6ebe06.tar.gz vyos-cloud-init-882b22e024733e17757fdbe36ba2a3672c6ebe06.zip |
remove debian/patches in anticipation of new snapshot
Drop:
debian/patches/ipv6-config
debian/patches/ntp-move-to-run-after-apt-configuration.patch
Remove the now-empty unnecesary:
debian/patches/series
Diffstat (limited to 'debian/patches/ntp-move-to-run-after-apt-configuration.patch')
-rw-r--r-- | debian/patches/ntp-move-to-run-after-apt-configuration.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/patches/ntp-move-to-run-after-apt-configuration.patch b/debian/patches/ntp-move-to-run-after-apt-configuration.patch deleted file mode 100644 index e25bc014..00000000 --- a/debian/patches/ntp-move-to-run-after-apt-configuration.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 6d1edc3f5a18b328bdd307426056539d5b9071fd Mon Sep 17 00:00:00 2001 -From: Scott Moser <smoser@brickies.net> -Date: Wed, 28 Sep 2016 12:07:26 -0400 -Subject: [PATCH] ntp: move to run after apt configuration - -since ntp module may try to install packages, it needs to run after -apt is configured. - -LP: #1628337 ---- - config/cloud.cfg | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/config/cloud.cfg -+++ b/config/cloud.cfg -@@ -45,13 +45,13 @@ cloud_config_modules: - - emit_upstart - - disk_setup - - mounts -- - ntp - - ssh-import-id - - locale - - set-passwords - - grub-dpkg - - apt-pipelining - - apt-configure -+ - ntp - - timezone - - disable-ec2-metadata - - runcmd |