1. 04 Aug, 2015 1 commit
  2. 23 Jul, 2015 1 commit
  3. 21 Jul, 2015 1 commit
    • Michael Shigorin's avatar
      wireless: add rescue support · 82aa1304
      Michael Shigorin authored
      The "full" target should care for rescue bits as well
      (remember that THE_* won't go there); thus regular-rescue.iso
      will receive these couple hundred useful kilobytes as well.
      82aa1304
  4. 20 Jul, 2015 2 commits
  5. 11 Jul, 2015 1 commit
    • Michael Shigorin's avatar
      stage2: no kernels no go · a277a6cc
      Michael Shigorin authored
      The flexible KFLAVOURS handling has a downside:
      if no packages match the regexp it's silently OK
      until too late, and the error is incomprehensible.
      Let's fix the latter at least.
      a277a6cc
  6. 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
  7. 29 Jun, 2015 7 commits
  8. 22 Jun, 2015 4 commits
  9. 16 Jun, 2015 6 commits
  10. 15 Jun, 2015 1 commit
  11. 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
  12. 08 Jun, 2015 3 commits
  13. 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
  14. 03 Jun, 2015 1 commit
  15. 01 Jun, 2015 6 commits
    • Michael Shigorin's avatar
      gear-store-tags · 2e131656
      Michael Shigorin authored
      2e131656
    • Michael Shigorin's avatar
      1.1.66-alt1 · a78e3b8c
      Michael Shigorin authored
      - remote rescue
      a78e3b8c
    • Michael Shigorin's avatar
      rescue: adjust for rescue-remote as well · 345375f5
      Michael Shigorin authored
      The added initscript used to be purged by 98-init-rescue
      which has been somewhat overlooked during vain attempts
      to build an image that would actually run it!
      345375f5
    • Michael Shigorin's avatar
      regular.mk: rescue with remote access and a minute · 1258934e
      Michael Shigorin authored
      The goal of implementing rescue_remote was regular-rescue.iso
      indeed; so let's both add it and bump the default boot timeout
      to 600 deciseconds, that is, a minute: 20 seconds might be way
      too low for some slow IP-KVM/iKVM use cases.
      1258934e
    • Michael Shigorin's avatar
      syslinux: added 84rescue_remote.cfg · 54d19238
      Michael Shigorin authored
      This one provides cmdline arguments for startup-rescue >= 0.24
      which would bring up networking and sshd in its turn thus allowing
      remote access to the host booted in this mode.
      
      The feature has been asked for by many people including mithraen@
      and valintinr@ (and I'd make use of it another day too).
      
      See the appropriate startup-rescue commit description for notes
      on implementation; this default set of variable values should be
      both useful and illustrative though.
      54d19238
    • Michael Shigorin's avatar
      security+extra: added pwgen too · 85e9b375
      Michael Shigorin authored
      apg(1) is already there but let's provide another
      well known utility either, habits use to vary...
      85e9b375