1. 03 Jul, 2015 2 commits
    • Michael Shigorin's avatar
      live.mk, regular.mk: use desktop+sane · 928d7a81
      Michael Shigorin authored
      I decided that it's worth the added size to sprinkle more
      hardware-related packages like SANE throughout the regular
      crop so that compatibility tests are easier to do; there's
      sane usage in there already, let's port live-gimp over too.
      928d7a81
    • Michael Shigorin's avatar
      desktop+sane: it's reused now · 80a9c2a9
      Michael Shigorin authored
      There's a rarely-used live-gimp for new GIMP builds
      and looks like there's another target now...
      80a9c2a9
  2. 29 Jun, 2015 7 commits
  3. 22 Jun, 2015 4 commits
  4. 16 Jun, 2015 6 commits
  5. 15 Jun, 2015 1 commit
  6. 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
  7. 08 Jun, 2015 3 commits
  8. 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
  9. 03 Jun, 2015 1 commit
  10. 01 Jun, 2015 9 commits
  11. 31 May, 2015 3 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