1. 19 Feb, 2013 6 commits
  2. 18 Feb, 2013 12 commits
  3. 14 Feb, 2013 5 commits
  4. 11 Feb, 2013 16 commits
    • Michael Shigorin's avatar
      gear-store-tags · 375e1afe
      Michael Shigorin authored
      375e1afe
    • Michael Shigorin's avatar
      0.9.7-alt1 · eb569544
      Michael Shigorin authored
      - going nightly
      eb569544
    • Michael Shigorin's avatar
      live: tweak 50-setup-network regarding resolving · 77f1459f
      Michael Shigorin authored
      The issue has shown up in regular-*-20130207: /etc/resolv.conf
      would suddenly be empty upon successful bootup in virtualbox
      with a single DHCP configurable ethernet.
      
      dmesg has some trouble signs:
      
        aufs au_lkup_neg:267:kworker/0:2[998]:
        I/O Error, resolv.conf should be negative on b0
      
      sem@ tells something like that has been seen before in a different
      configuration (multiple aufs overlays with /etc/ and /var sitting
      in different ones resulting in broken hardlinks); rescue boot with
      a test "echo > /etc/resolv.conf" yields an I/O error either.
      
      The patch is loosely based upon livecd-net-eth and
      m-p-d::profiles/live/image-scripts.d/init3-{network,resolve}.
      
      See also #28484 for the (still ongoing) discussion.
      77f1459f
    • Michael Shigorin's avatar
      regular.mk: get good ol' interface naming back · 28f7f9be
      Michael Shigorin authored
      enp0s3 is quite inferior to eth0 in terms of usability
      even if it might be more convenient for the machine{,ry}.
      
      Let's stick with what works here in ALT Linux (see #28484).
      28f7f9be
    • Michael Shigorin's avatar
      live: employ livecd-net-eth · cec6b262
      Michael Shigorin authored
      Once upon a time the first and only ethernet interface
      on a Linux system used to be known under the name of eth0;
      but years passed and the systemd shadow has drawn closer
      even to the seemingly remote areas like interface names.
      
      In short, it might get named e.g. enp0s3 (a more human
      friendly name of course) and the exact name is to be
      figured out in runtime as well.
      
      Sigh.
      cec6b262
    • Michael Shigorin's avatar
      regular.mk: added r8168 · 96bdf369
      Michael Shigorin authored
      See #28390, #28473 and #28471; thanks zerg@ for reminder.
      96bdf369
    • Michael Shigorin's avatar
      syslinux: drop "menu label" for gfxboot · c12f0c17
      Michael Shigorin authored
      The issue is that gfxboot's gettext support works on "label"
      strings but doesn't work properly on "menu label" ones as of 4.04
      (the "menu label" translations pop up in the "Loading ..." window
      but menu items themselves are unaffected thus untranslated).
      
      NB: debian wheezy's syslinux-4.05 package patchset contains
      somewhat related 07-gfxboot-menu-label.patch; might be worth
      attention given that debian folks participate in upstream.
      c12f0c17
    • Michael Shigorin's avatar
      server.mk: added mdadm, lvm support to server-mini · 5834dac8
      Michael Shigorin authored
      Pretty natural but delayed somehow...
      5834dac8
    • Michael Shigorin's avatar
      regular.mk: added domain-client pkglist · 6a554e21
      Michael Shigorin authored
      It's specified in http://altlinux.org/regular and it rather modest
      (~13M image size growth on i586).
      6a554e21
    • Michael Shigorin's avatar
      added domain-client pkglist · 313b279d
      Michael Shigorin authored
      See also http://altlinux.org/domain for description;
      this should allow for client support.
      313b279d
    • Michael Shigorin's avatar
      fixed mp-commit and its use · ad264c70
      Michael Shigorin authored
      Now this is ugly: instead of commoditizing the repetitive code
      the result ended up working differently by creating several
      repositories for the target subdirs instead of the single one
      for the generated subprofile as a whole.
      
      This results in .disk/profile.tgz being basically useless
      in every image since c4311108.
      ad264c70
    • Michael Shigorin's avatar
      image.in: extended .gitignore a bit · ec8bcac5
      Michael Shigorin authored
      These generated directories aren't part of a profile itself.
      ec8bcac5
    • Michael Shigorin's avatar
      regular.mk: use branding*graphics for gtk based · 3161ec50
      Michael Shigorin authored
      The same "regular-gtk" based set of images received common
      desktop background provided; note that kde4 won't like it
      (branding package didn't really anticipate kde4 and is to
      be updated appropriately as well as extended for mate/fvwm).
      
      This one is also used for lightdm/gtk.
      3161ec50
    • Michael Shigorin's avatar
      regular.mk: switch from gdm2.20 to lightdm/gtk · 458d72b8
      Michael Shigorin authored
      "regular-gtk" based images moved from the (unsupported) gdm2.20
      to the (supported) lightdm with gtk greeter; while a couple of
      gdm2 forks have emerged it's still unclear whether mate or mint
      one will be actually alive, even short/mid-term.
      458d72b8
    • Michael Shigorin's avatar
      efi: added fatresize · d83eb787
      Michael Shigorin authored
      Helps with #28470 (FAT not being recognized) which is critical
      due to ESP being FAT by spec :-/
      
      Thanks timonbl4@ for the hint.
      d83eb787
    • Michael Shigorin's avatar
      regular.mk: disable plymouth for gnome3-based distros · 61ead13d
      Michael Shigorin authored
      The issue is that it's suddenly broken in current Sisyphus,
      looks like the peculiar set of assumptions in fedora-tweaked
      systemd+plymouth+gdm3 relies on tty1 being the X session tty
      and it's different here.
      61ead13d
  5. 04 Feb, 2013 1 commit