1. 08 Jun, 2015 2 commits
  2. 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
  3. 03 Jun, 2015 1 commit
  4. 01 Jun, 2015 9 commits
  5. 31 May, 2015 14 commits
  6. 13 May, 2015 1 commit
  7. 05 May, 2015 1 commit
    • Michael Shigorin's avatar
      mkimage-profiles.asciidoc: index optimization · f1704f27
      Michael Shigorin authored
      The new archdep part has been initially included into
      "The Basics" chapter which it doesn't really belong to,
      let's move it into Addendum.
      
      NB: I'd better try building a package and skimming over
          at least the index upon having modified docs next time.
      f1704f27
  8. 04 May, 2015 5 commits
  9. 02 May, 2015 2 commits
  10. 27 Apr, 2015 1 commit
  11. 20 Apr, 2015 1 commit
    • Michael Shigorin's avatar
      pkg.in/lists: archdep suffices for pkglists · ac5dbb4b
      Michael Shigorin authored
      This is an initial implementation of architecture dependent
      contents handling for package lists more or less in the vein
      of mkimage-profiles-desktop's one *but* using suffix part to
      filter words in or out *not* prefix part to replace it with
      a comment marker (thus filtering out lines).
      
      The syntax should be pretty obvious:
      
        a b@i586 c@x86_64
      
      will get "a b" given ARCH=i586 and "a c" given ARCH=x86_64;
      please see doc/archdep.txt for a more elaborate description
      and a conversion script.
      ac5dbb4b