1. 29 Jun, 2015 4 commits
    • Michael Shigorin's avatar
      regular.mk: rescue uses sysvinit · 5b6a8f96
      Michael Shigorin authored
      ...now explicitly.
      
      The problem started with systemd being tossed in but was ignored
      for some time -- until systemd-221-alt1 gained X11 dependency
      through /etc/X11/xinit.d/ script and triggered the libX11 test
      that breaks regular-rescue.iso build.
      
      pam_systemd and systemd-services still get in (and can be removed
      by hand with nothing else requiring those).
      5b6a8f96
    • Michael Shigorin's avatar
      init: rework de-systemd-ization · 30d38381
      Michael Shigorin authored
      It's the very same problem that must be solved within mkimage:
      some package lists get expanded early and some late thus having
      no chance to influence apt's choices of alternatives made early
      (in fact, too early).
      
      Until that, here's another kludge...
      
      PS: turns out that ^systemd- is not "drop ^systemd" but rather:
          systemd-analyze
          systemd-coredump
          systemd-journal-gateway
          systemd-networkd
          systemd-sysvinit
          -- thus one /really/ wants something else.
      30d38381
    • Michael Shigorin's avatar
      conf.d: further note on SYSTEM_PACKAGES · 93c3fbf7
      Michael Shigorin authored
      These _do not_ go into rescue images unlike COMMON_PACKAGES.
      93c3fbf7
    • Dmitriy Khanzhin's avatar
      7884fe3b
  2. 22 Jun, 2015 4 commits
  3. 16 Jun, 2015 6 commits
  4. 15 Jun, 2015 1 commit
  5. 12 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      live: implemented kernel driver cleanup · b76aa227
      Michael Shigorin authored
      This one is alike to install2's one; it's not a shared rootfs
      script/variable though as contexts differ a lot, let's be careful.
      
      The commit has been missing from 1.1.64 somehow, found in patch
      series while figuring out why LIVE_CLEANUP_KDRIVERS seems to be
      just ignored in live-privacy *after* the massive rebase of that
      branch...
      b76aa227
  6. 08 Jun, 2015 3 commits
  7. 05 Jun, 2015 3 commits
    • Michael Shigorin's avatar
      live.mk: initial rescue-remote · 5095b0c4
      Michael Shigorin authored
      This one has formed off the recent addition to regular-rescue.iso,
      namely the feature starting network and sshd upon generating some
      random password and setting it as the root one for the (remotely
      started) livecd session so that a person operating an IP-KVM/iKVM
      would be able to boot off the ISO file via virtual media and then
      look up an IP obtained via DHCP and the root password.
      5095b0c4
    • Michael Shigorin's avatar
      syslinux: introduce SYSLINUX_DIRECT · 18dbadd8
      Michael Shigorin authored
      There's a convention that syslinux configuration snippets
      carrying the names of subprofiles involved are picked up
      automatically; there were a few special cases already
      when this is actually inconvenient, and there's another
      one at hand so let's just step up and do it.
      
      NB: this is a sort of a hacky hook though, wish an elegant
          interface would come to mind some day.
      18dbadd8
    • Michael Shigorin's avatar
      dev: added a line to predefined shell history · 1e84c849
      Michael Shigorin authored
      This one has been proposed by Oleg Ivanov again,
      and more are supposed to come as people use it.
      1e84c849
  8. 03 Jun, 2015 1 commit
  9. 01 Jun, 2015 9 commits
  10. 31 May, 2015 8 commits
    • Michael Shigorin's avatar
      server: added k-m-staging to RPMS.main · e758b41b
      Michael Shigorin authored
      A recent commit has dropped wireless support from
      regular server images; staging modules might still
      come handy in some situations, let's keep those in
      but not as a part of default installation.
      e758b41b
    • Michael Shigorin's avatar
      tar2fs: fixed broken sfdisk use · 0cdc8a7d
      Michael Shigorin authored
      Yet another age old bug: `sfdisk -l' is mimicking what
      a person does by hand but the script is rather interested
      in what `sfdisk -g' provides, that is, geometry.
      
      And it's stupid enough to only grok C locale.
      0cdc8a7d
    • Michael Shigorin's avatar
      regular.mk: shuffle +wireless along · 1d0d1cea
      Michael Shigorin authored
      It's all started with glebfm@ wondering why
      kernel-modules-v4l-std-def ends up installed
      with altlinux-p7-server-ovz.iso; this has been
      tossed in by kernel-modules-staging-std-def
      which has been requested by +wireless.
      
      WiFi support is nice to have handy when one hits
      a wifi-only device and no means to bring networking
      up (the infamous "unzip.zip" situation) but it's
      a bit too much to force a bunch of extra drivers
      specifically known for sub-par or unknown quality
      onto everyone installing an ALT Linux based server.
      
      So let's contain that feature to desktop/rescue images
      and exclude it from their common base with server ones.
      1d0d1cea
    • Michael Shigorin's avatar
      regular.mk: moved openscada to regular-tde · 80c34ffa
      Michael Shigorin authored
      It's been added to al of tde-based images
      but it looks like LiveCDs make more sense,
      and it's the regular-tde.iso that hits both
      regular builds and starterkits; let's put it
      there and hope it gets spotted appropriately.
      80c34ffa
    • Michael Shigorin's avatar
      dev: add proposed commands to shell history · c17370da
      Michael Shigorin authored
      This has been suggested by Oleg Ivanov:
      
      http://lists.altlinux.org/pipermail/antique/2015-May/002353.html
      
      ...and does make sense; additions are welcome.
      
      Ah, and fix that silly thinko with ~/.zshrc perms while at that.
      c17370da
    • Michael Shigorin's avatar
      regular+tde: dropped asoundconf-gtk · d75db52a
      Michael Shigorin authored
      It pulls in a huge pile of dependencies including
      libopenblas -- this should be fixed in repositories
      of course but let's do something on our end too...
      d75db52a
    • Michael Shigorin's avatar
      base+regular: added openssh-blacklist · 73c8b983
      Michael Shigorin authored
      It's still recommended unfortunately.
      73c8b983
    • Michael Shigorin's avatar
      regular.mk: disable upower, bluez for tde images · b08f351f
      Michael Shigorin authored
      These make no sense as kdebluetooth is officially broken
      in TDE 3.5.13 and hal is used for power management.
      b08f351f