1. 20 Aug, 2014 1 commit
  2. 12 Aug, 2014 1 commit
    • Michael Shigorin's avatar
      net: enable connman service either · 24cee065
      Michael Shigorin authored
      Stupid systemd will shadow connmand initscript with
      connman.service but will not enable connman.service
      when told to enable connmand initscript.  Sigh.
      24cee065
  3. 09 Jun, 2014 1 commit
    • Michael Shigorin's avatar
      net: rework NM support · 78f21583
      Michael Shigorin authored
      Non-GUI packages moved to base+nm pkglist to enable standalone
      installation of those; and GTK bits left in desktop+nm for use
      by images lacking their own new and improved(tm) variant.
      
      Note that both GNOME3 and KDE4 aren't lacking anymore.
      78f21583
  4. 28 Apr, 2014 1 commit
    • Michael Shigorin's avatar
      net: fix the comment · 2d99b8a4
      Michael Shigorin authored
      The issue at hand is that we must not reconfigure an interface
      that NFS with the rootfs we're running off is mounted over.
      2d99b8a4
  5. 10 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      net: fix a thinko (it's connmand) · 039af304
      Michael Shigorin authored
      The service and initscript have "connmand" name
      while the package is called "connman" indeed.
      
      Shame on me; this became apparent
      while building regular-e18-sysv.
      039af304
  6. 29 Nov, 2013 1 commit
    • Michael Shigorin's avatar
      net: brief remark regarding livecd-save-nfs · 7e91e1b6
      Michael Shigorin authored
      A bit longer version is: add the script which cares to protect
      the interfaces which has been brought up during NFS root bootup
      already from being tampered with by NetworkManager so as to avoid
      losing network with networked rootfs.
      7e91e1b6
  7. 23 Sep, 2013 1 commit
  8. 30 Jul, 2013 1 commit
    • Michael Shigorin's avatar
      net: avoid NM showstopper at boot by default · 873737a2
      Michael Shigorin authored
      Intro: NetworkManager-wait-online.service would, well, wait
      for some network interface to become online or for timeout
      to kick in.
      
      Problem: if a LiveCD is tested in offline environment
      that timeout will only impede the boot.
      
      Proposed solution: use/net/nm/nodelay target has been implemented
      to disable that service as proposed by sem@ and done in Simply;
      "+nm" target changed to be an alias to this one.
      873737a2
  9. 01 Jul, 2013 2 commits
    • Michael Shigorin's avatar
      net, services: in Soviet Russia... · a97ef4c9
      Michael Shigorin authored
      ...net uses services, not services use net.  That is,
      "network" is a service that needs to be enabled by the
      now-existing mechanism of "services" feature, don't be
      fooled by "network services" here.
      a97ef4c9
    • Michael Shigorin's avatar
      initial net feature · 3ee510aa
      Michael Shigorin authored
      This one supports /etc/net, NM and connman; pruning the tree
      to get rid of hardwired remnants is going to take some more time.
      3ee510aa