File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.3.3
4+
5+ * New features
6+ * Change Linux command line override format to actually work. New format is
7+ to pass ` -- ` and then ` key ` or ` key=value ` parameters. For example,
8+ ` -- rootfs.path=/dev/sda2 run_repl `
9+ * Create /dev/rootdisk symlinks - These are used various places to generically
10+ refer to the boot block device. Creating them here is more reliable than
11+ other locations since the symlinks are based on the nerves_initramfs
12+ configuration rather than trying to derive them from mount information.
13+ * Buildroot 2020.02
14+ * fwup v1.5.2 - footprint reductions
15+
16+ * Bug fixes
17+ * Fix block calculation for call to device mapper
18+
319## v0.3.2
420
521* New features
Original file line number Diff line number Diff line change 1- VERSION =0.3.2
1+ VERSION =0.3.3
22
33BISON ?= bison
44FLEX ?= flex
You can’t perform that action at this time.
0 commit comments