[Bug 1734678] [NEW] A courtesy "autogenerated by casper" should be added to /etc/network/interfaces to disambiguate scripts genesis

Lucien Murray-Pitts 1734678 at bugs.launchpad.net
Mon Nov 27 12:26:14 UTC 2017


Public bug reported:

Most autogenerated files mention at the top where they have been autogenerated from.
The /etc/network/interfaces in a casper boot doesnt.

This could confuse the end user of a live cd, or the potential creator
of one trying to work out why interfaces arent being brought up.

Easy 1 line fix to add to the networking scripts

/usr/share/initramfs-tools/scripts/casper-bottom/23networking:
  cat > "$IFFILE" <<EOF
  >> # Autogenerated by casper script 23networking
  # interfaces(5) file used by ifup(8) and ifdown(8)
  auto lo
  iface lo inet loopback
  EOF

** Affects: casper (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to casper in Ubuntu.
https://bugs.launchpad.net/bugs/1734678

Title:
  A courtesy "autogenerated by casper" should be added to
  /etc/network/interfaces to disambiguate scripts genesis

Status in casper package in Ubuntu:
  New

Bug description:
  Most autogenerated files mention at the top where they have been autogenerated from.
  The /etc/network/interfaces in a casper boot doesnt.

  This could confuse the end user of a live cd, or the potential creator
  of one trying to work out why interfaces arent being brought up.

  Easy 1 line fix to add to the networking scripts

  /usr/share/initramfs-tools/scripts/casper-bottom/23networking:
    cat > "$IFFILE" <<EOF
    >> # Autogenerated by casper script 23networking
    # interfaces(5) file used by ifup(8) and ifdown(8)
    auto lo
    iface lo inet loopback
    EOF

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1734678/+subscriptions



More information about the foundations-bugs mailing list