Merge ~rhansen/ubuntu/+source/initramfs-tools:generated-by-comment into ubuntu/+source/initramfs-tools:ubuntu/devel

Proposed by Richard Hansen
Status: Needs review
Proposed branch: ~rhansen/ubuntu/+source/initramfs-tools:generated-by-comment
Merge into: ubuntu/+source/initramfs-tools:ubuntu/devel
Diff against target: 28 lines (+9/-0)
2 files modified
debian/changelog (+6/-0)
scripts/functions (+3/-0)
Reviewer Review Type Date Requested Status
Steve Langasek Pending
git-ubuntu developers Pending
Review via email: mp+382550@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Richard Hansen (rhansen) wrote :

Friendly ping.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 08d064c..23ec7fe 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+initramfs-tools (0.137ubuntu7) groovy; urgency=medium
7+
8+ * Add a "generated by" comment to /run/netplan/*.yaml.
9+
10+ -- Richard Hansen <rhansen@rhansen.org> Thu, 28 May 2020 12:29:31 -0400
11+
12 initramfs-tools (0.137ubuntu6) groovy; urgency=medium
13
14 * Fixup previous commit to fix build failure
15diff --git a/scripts/functions b/scripts/functions
16index 404fb29..23d12c0 100644
17--- a/scripts/functions
18+++ b/scripts/functions
19@@ -539,6 +539,9 @@ _render_netplan() {
20 if [ -n "$vlink" ]; then
21 name=$vlink
22 fi
23+ echo "# Generated by initramfs-tools. The purpose of this file is to"
24+ echo "# keep the interface configuration stable during boot in case"
25+ echo "# a critical mount uses a network filesystem."
26 echo "network:"
27 echo " version: 2"
28 echo " ethernets:"

Subscribers

People subscribed via source and target branches