Skip to content

Releases: arcmags/ramroot

2.0.2

26 Aug 00:36
Compare
Choose a tag to compare

zram compression algorithm is now explicitly set to lzo. lzo has been added to modules via the ramroot initcpio install script.

The discard option has been added when mounting the zram file system.

2.0.1 - bug fix

27 Oct 07:04
2.0.1
476a5fd
Compare
Choose a tag to compare

Fixed memory calculation error. Added memory message to boot prompt. Added zram fail checks.

2.0.0: big updates: now configured via config file, ability to add or remove…

25 Oct 03:32
2.0.0
bc1e487
Compare
Choose a tag to compare

ramroot 2.0.0

Bunch of updates/improvements/simplifications:

  • added required init binaries/modules to ramroot install hook rather than /etc/mkinitcpio.conf

  • removed excess init binaries by utilizing their busybox versions instead

  • now configured via config file /etc/ramroot.conf

  • ability to add/remove arbitrary other mounts

  • endless zram environment customization options via /etc/ramroot/ directory

  • greatly simplified main helper script

Install from AUR and go! No more extra steps necessary no enable ramroot.

1.1.8

31 Jan 06:38
Compare
Choose a tag to compare

Now working with encryption! Also made a ton of syntax improvements.

1.1.7

09 Dec 05:27
Compare
Choose a tag to compare

More status verbosity + minor fixes.

1.1.6

01 Dec 22:06
Compare
Choose a tag to compare

Added option to mount other partitions in /etc/fstab normally.
Added option to display 'Arch on RAM' banner in /etc/issue upon successful RAM boot.
Added vfat to required MODULES in /etc/mkinitcpio.conf. This is necessary to copy a vfat formatted boot partition to RAM if autodetect is in HOOKS.

1.1.5

30 Nov 02:30
Compare
Choose a tag to compare
updated to new standard for /etc/mkinitcpio.conf arrays

1.1.4

15 Nov 17:50
Compare
Choose a tag to compare
mode added

1.1.3

15 Nov 05:02
Compare
Choose a tag to compare
added --dryrun, --no, and --timeout OPTIONS

1.1.2

08 Nov 09:35
Compare
Choose a tag to compare
added man page, reworked README, and more