Replies: 1 comment 2 replies
-
I think this is more or less already possible. Put something like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see the kernel args are hardcoded in https://github.com/johang/sd-card-images/blob/master/2nd-stage-files/pre-2nd-stage-files-arm64/etc/initramfs/post-update.d/zz-update-uimg#L22
I have added
rootflags=noatime
for me to prevent wear-out of my sd-card. Similarly, one maybe wants to haverootflags=discard
added if one has an SSD with reliable TRIM feature.Maybe optional kernel command line args could be read from a config file? Armbian has
uEnv.txt
, but it shouldn't be to complicated or rely on forked packages. Maybe you have an idea for a simple solution? ThanksBy the way, great project, thank you! I like the minimalist approach very much!
Beta Was this translation helpful? Give feedback.
All reactions