1. 27 Aug, 2022 1 commit
  2. 26 Aug, 2022 5 commits
  3. 25 Aug, 2022 3 commits
  4. 12 Sep, 2017 2 commits
  5. 25 Jul, 2017 2 commits
  6. 27 Nov, 2016 9 commits
  7. 17 Mar, 2016 2 commits
  8. 28 Feb, 2016 6 commits
  9. 28 Jan, 2016 1 commit
  10. 27 Jan, 2016 1 commit
  11. 26 Jan, 2016 4 commits
  12. 23 Jan, 2016 4 commits
    • Christian Seiler's avatar
      Merge tag 'upstream/0.1' into debian/master · 1240a283
      Christian Seiler authored
      Upstream version 0.1
      1240a283
    • 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