[SOLVED] How to pass permanent rootflags to snapshots' kernel? #129
-
Hello, What is the right way to pass permanent rootflags to the snapshots? So far I have in my
Then in
Don't mind the duplication of
That above line explains the duplication of When I boot from that snapshot, Should I simply edit That would probably work but I'm not sure it's the cleanest way of doing it. That would mean some parms can be written in the Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hello,
This is a weakness of the script, which needs to be improved. The duplication is normal, It is always the last parameter that is used for kernel parameters. While waiting for this part of the script to be rewritten, you can proceed as you described: |
Beta Was this translation helpful? Give feedback.
Hello,
This is a weakness of the script, which needs to be improved.
The duplication is normal, It is always the last parameter that is used for kernel parameters.
The parameter "rw" is a residue of an old version of the script.
rootflags=subvol=\""${snap_dir_name}"\""
was placed at the end, because some users already specified this parameter in their/etc/defa…