Skip to content

Releases: nerves-project/nerves_initramfs

v0.5.0

25 Jan 15:53

Choose a tag to compare

  • New features
    • Added nerves_initramfs support for aarch64 targets.
    • buildroot 2020.11.1
    • fwup v1.8.3

v0.4.0

08 May 03:48

Choose a tag to compare

  • New features
    • Add file-to-cpio.sh helper script to release so that systems using
      nerves_initramfs don't need to maintain a copy.
    • fwup v1.7.0

v0.3.3

31 Mar 17:28

Choose a tag to compare

  • New features

    • Change Linux command line override format to actually work. New format is
      to pass -- and then key or key=value parameters. For example,
      -- rootfs.path=/dev/sda2 run_repl
    • Create /dev/rootdisk symlinks - These are used various places to generically
      refer to the boot block device. Creating them here is more reliable than
      other locations since the symlinks are based on the nerves_initramfs
      configuration rather than trying to derive them from mount information.
    • Buildroot 2020.02
    • fwup v1.5.2 - footprint reductions
  • Bug fixes

    • Fix block calculation for call to device mapper

v0.3.2

21 Jan 16:35

Choose a tag to compare

  • New features

    • Add a readfile() function
  • Bug fixes

    • Fix static build of init

v0.3.1

19 Jan 04:33

Choose a tag to compare

  • New features

    • Print out version on start
    • Support debug builds. Debug initramfs cpio images can be concatenated onto
      the ones in use to "turn on" debug prints.
    • Rename info() to print() since that's what the function does
  • Bug fixes

    • Fix bug where uboot environment reads would not wait for the target disk to
      enumerate
    • Fix issue where UUIDs were case sensitive on the hex digits

v0.3.0

14 Jan 20:21

Choose a tag to compare

  • New features

    • Support probing disks by UUID (as well as partitions)
    • New commands: ls(), sleep(), reboot(), poweroff(), fwup_revert()
  • Bug fixes

    • Fix U-Boot environment block reading/writing
    • Clean up all files before switching the rootfs
    • Various script language fixes

v0.2.0

08 Jan 20:33

Choose a tag to compare

Add GPT support and include fwup so that it's possible to revert images.

v0.1.2

26 Nov 20:37

Choose a tag to compare

Create one tar file that has all of the release binaries.

v0.1.1

26 Nov 17:58

Choose a tag to compare

Rename project and various fixes to the language.

v0.1.0

25 Nov 17:48

Choose a tag to compare

Initial release