From 84d214c7214b00cf82294ee088a80ba4498799bf Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 5 Sep 2020 22:01:36 +0200 Subject: Expand the capabilities of the 'toram' boot parameter toram=all Prevent writes to disk since we are supposed to run from RAM; equivalent to parameter "toram". toram=os Load OS modules into RAM, but write persistent data to USB. --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 8c9d944..195c366 100644 --- a/README.txt +++ b/README.txt @@ -386,6 +386,11 @@ persistence=name => Use this if you are using a different toram => copy the OS from the media to to RAM before running it. You can remove the boot media after booting. +toram=all => Prevent writes to disk since we are supposed to run from RAM; + equivalent to parameter "toram". + +toram=os => Load OS modules into RAM, but write persistent data to USB. + === Troubleshooting === blacklist=mod1[,mod2[...]] => Add one or more kernel modules -- cgit v1.2.3