1. 26 Mar, 2012 1 commit
    • Michael Shigorin's avatar
      initial ISO9660 metadata support · ed7bf0db
      Michael Shigorin authored
      As was noted by Alexey Shabalin in libosinfo context,
      current ALT Linux images tend to lack ISO9660 metadata
      -- which they did have back in the day of Master 2.4.
      
      Please note that the data collection occurs this way
      due to mkimage's config.mk resetting the values to be
      empty; this was worked around by using another config
      file, $(BUILDDIR)lib/iso.mk, and including it later
      but that would require a separate target with per-target
      CONFIG variable which isn't elegant at all given the need
      to actually build up the metadata set.
      
      So the variables were changed (to be more readable anyways)
      and then proxied back to BOOT_*.  This might be cleaned up
      some day after the inclusion order is tweaked or mkimage
      defaults get set-if-unset-yet (?=).
      ed7bf0db
  2. 25 Mar, 2012 1 commit
    • Michael Shigorin's avatar
      ve/generic += openssh suite · 17bd880e
      Michael Shigorin authored
      openssh-server is in need indeed on almost any server instance;
      thanks Aleksey Cheusov for reporting the shortage.
      
      This might be amended in the future but is reasonable right now.
      17bd880e
  3. 21 Mar, 2012 1 commit
  4. 19 Mar, 2012 6 commits
  5. 12 Mar, 2012 6 commits
    • Michael Shigorin's avatar
      gear-store-tags · deb63e0d
      Michael Shigorin authored
      deb63e0d
    • Michael Shigorin's avatar
      0.5.7-alt1 · 3f85ed2b
      Michael Shigorin authored
      - distro tweaks
      3f85ed2b
    • Michael Shigorin's avatar
      hide intermediate distro targets · a07959e2
      Michael Shigorin authored
      There are pseudo-distro targets that are useful to combine
      the needed bits and pieces for a few more different end-user
      images but that are useless themselves (e.g. desktop-base
      wouldn't even start X session before someone would have
      installed a window manager).
      
      Let's just hide these under the hood so that `make help',
      `make everything' and potential frontends don't bother.
      a07959e2
    • Michael Shigorin's avatar
      initial TDE distros · af6b9940
      Michael Shigorin authored
      A minimal live, tiny desktop system and a test LTSP installer;
      all of these work.
      af6b9940
    • Michael Shigorin's avatar
      initial TDE (KDE3 descendant) support · 71f44090
      Michael Shigorin authored
      The package list taken from mkimage-profiles-desktop
      and trimmed down due to current TDE packaging difference
      as well as extras being defined elsewhere.
      71f44090
    • Michael Shigorin's avatar
      refactored base part from distro/ltsp-icewm · 872afb3c
      Michael Shigorin authored
      ltsp-icewm used to be the only ALTSP (testbed) distro over here
      but now its terminal server part works good enough to seperate
      it from the UI part.
      
      A few additions to facilitate testing, tweaking and benchmarking:
      iftop, openssh-server, mplayer
      872afb3c
  6. 07 Mar, 2012 4 commits
  7. 05 Mar, 2012 2 commits
  8. 21 Feb, 2012 1 commit
  9. 20 Feb, 2012 2 commits
  10. 18 Feb, 2012 1 commit
  11. 17 Feb, 2012 1 commit
    • Michael Shigorin's avatar
      features.in/x11: add lightdm support · 482e7bc9
      Michael Shigorin authored
      It's preferred for Razor-qt's logout app to be able to turn
      the system off or reboot it; xdm lacks consolekit support.
      
      Thanks Alexander Sokoloff for the hint.
      482e7bc9
  12. 16 Feb, 2012 2 commits
  13. 14 Feb, 2012 1 commit
  14. 09 Feb, 2012 3 commits
    • Michael Shigorin's avatar
      10bootloader: replace both grub and lilo · 34531980
      Michael Shigorin authored
      As it happens, I've stumbled upon a successfully built image
      with alterator-grub in BASE and lilo in install2's installer-steps.
      Of course the installer bailed out after dealing with packages :-/
      
      Thanks Leo-sp50 for pointing out the (hopefully) right direction.
      34531980
    • Michael Shigorin's avatar
      grub by default in "production" targets · 9c6824ea
      Michael Shigorin authored
      There's still an annoying problem (a race?) manifesting itself
      as installer bailing out between packages installation and lilo
      setup with X segfault in logs; while the culprit is not known yet,
      let's avoid that for most images by moving the bootloader request
      from the former "leaf" target (which noe became a "node") into an
      experimental server-systemd one.
      
      Thanks Leo-sp50 for bringing that to my attention again; see also
      http://forum.russ2.com/index.php?showtopic=3310&pid=31364&st=0&#entry31364
      9c6824ea
    • Michael Shigorin's avatar
      distro/installer related graph cleanup · 62ab13cc
      Michael Shigorin authored
      As was duly noted by Leo-sp50, both server.mk and desktop.mk
      duplicate a few bits layered over bare distro/installer which
      happened to be both a dependency (thus should reduce redundancy)
      and a "real distro" target (well, it doesn't just work yet, need
      to provide networking and sources.list in install2 by hand).
      
      Fixed by moving a "node" to distro/.installer along with typical
      additions and leaving a bare installer as is by now; there's a
      need to get it working at least for DHCP/ftp.altlinux.org case.
      62ab13cc
  15. 07 Feb, 2012 2 commits
    • Michael Shigorin's avatar
      image.in/Makefile: introduced save-profile · 4355f401
      Michael Shigorin authored
      From now on, non-empty SAVE_PROFILE variable will indicate
      the need to carry the particular generated profile inside
      the image built from it.
      
      Thanks gns@ for this feature in liveflash.eeepc.
      4355f401
    • Michael Shigorin's avatar
      "untag" install2 tagged scripts · 3dd02033
      Michael Shigorin authored
      So far the tagged scripts concept is too fragile,
      and these were used unconditionally anyways.
      
      features.in/Makefile is broken regarding copying
      tagged scripts right now...
      3dd02033
  16. 06 Feb, 2012 6 commits