diff options
author | Eric Hameleers <alien@slackware.com> | 2020-09-05 22:01:36 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-09-05 22:01:36 +0200 |
commit | 84d214c7214b00cf82294ee088a80ba4498799bf (patch) | |
tree | ab38fd87be6832a0b05f400f90a02cc9b0aaeab6 /README.txt | |
parent | 8665fb1422c6f5ef1cd7e094a749f6281b94f168 (diff) | |
download | liveslak-84d214c7214b00cf82294ee088a80ba4498799bf.tar.gz liveslak-84d214c7214b00cf82294ee088a80ba4498799bf.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |