[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-edu-commits] debian-edu/ 01/01: Fix cf/cf.grub:



On Thu, Oct 20, 2016 at 12:31:17PM +0000, Wolfgang Schweer wrote:
> commit ef010ab2ef62ca8a61c0319bec9768ae71299e4c
> Author: Wolfgang Schweer <wschweer@arcor.de>
> Date:   Thu Oct 20 14:30:00 2016 +0200
> 
>     Fix cf/cf.grub:

so the editfiles section now looks like this:

editfiles:
    debian.installation.!roaming.!standalone::
      { /etc/default/grub
        BeginGroupIfNoSuchLine 'GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet"'
          HashCommentLinesStarting 'GRUB_CMDLINE_LINUX_DEFAULT'
          LocateLineMatching '#.*GRUB_CMDLINE_LINUX_DEFAULT.*'
          InsertLine 'GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet"'
        EndGroup
      }

editfiles:
    debian.installation.!server.!ltspclient::
      { /etc/default/grub
        BeginGroupIfNoSuchLine 'GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet splash"'
          HashCommentLinesStarting 'GRUB_CMDLINE_LINUX_DEFAULT'
          LocateLineMatching '#.*GRUB_CMDLINE_LINUX_DEFAULT.*'
          InsertLine 'GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet splash"'
        EndGroup
      }


which is wrong I think, as now roaming+standalone get the old network
names, while they shouldn't…

Not quite sure how to correct this… Wolfgang could you maybe please have
a look? ;-)


-- 
cheers,
	Holger

Attachment: signature.asc
Description: Digital signature


Reply to: