1. 23 Jan, 2016 5 commits
    • Christian Seiler's avatar
      Imported Upstream version 0.1 · a0f9c194
      Christian Seiler authored
      a0f9c194
    • Christian Seiler's avatar
      Add (optional) support for loading modules · 8e2a2fac
      Christian Seiler authored
      Add support for loading modules in tiny-initramfs. The support is
      extremely simple, it just looks for a file /modules in the initramfs
      image, where each line should be the absolute path (within the
      initramfs image) to the module file name, followed optionally by a
      space and the options.
      
      No dependency resolution is performed, the modules are loaded in the
      order they are specified in the /modules file. The construction of the
      initramfs image should take care of the proper order of the modules and
      adding all required dependencies.
      
      If a module cannot be loaded, an error message will be shown, but
      tiny-initramfs will still try to mount the root file system.
      8e2a2fac
    • Christian Seiler's avatar
      Install binary as init, add variant support · d1d07f53
      Christian Seiler authored
      Install the binary as init (in pkglibexecdir) instead of tiny_initramfs
      and add support for variants (init-$VARIANT) that may be passed to
      configure. That way, builds of tiny-initramfs with different compile
      time options may be installed simultaneously on a given system.
      d1d07f53
    • Christian Seiler's avatar
      Default to silent automake rules · 454a1478
      Christian Seiler authored
      454a1478
    • Christian Seiler's avatar
      Use xz and lzip for 'make dist' · a20bbfd8
      Christian Seiler authored
      a20bbfd8
  2. 21 Jan, 2016 3 commits
  3. 19 Jan, 2016 2 commits
    • Christian Seiler's avatar
      Reduce code size a bit · 47f4b2e4
      Christian Seiler authored
      Do some changes that reduce the code size a bit.
      47f4b2e4
    • Christian Seiler's avatar
      NFSv4 support · ebb5caa6
      Christian Seiler authored
      Add basic NFSv4 mounting support. This increases code size a bit (will
      thus be made optional later), but it now supports mounting NFSv4 shares
      directly - as long as sec=sys is used and no idmapper is required.
      
      The kernel must have compiled-in support for NFSv4 for this to work.
      ebb5caa6
  4. 07 Jan, 2016 5 commits
  5. 05 Jan, 2016 1 commit