This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Replies: 1 comment
-
I had the same problem. I found that I needed to create the file and add the text to it. I don't know if the standard installation for bookworm lite has changed but I didn't need to do this before. @heyho74. I used this page to help me do it - https://stackoverflow.com/questions/51434915/etc-rc-local-is-missing-from-my-headless-ubuntu-18-04 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Trying a fresh install on a brand new 02W.
Fresh install of RaspiOS-ARM64-Lite, updated, with the commands pasted in to expand the swap and switch off power saving, and I'm receiving "can't read /etc/rc.local no such file or directory"
sudo sed -i 's/CONF_SWAPSIZE=100/CONF_SWAPSIZE=2048/g' /etc/dphys-swapfile && sudo sed -i 's/#CONF_MAXSWAP=2048/CONF_MAXSWAP=4096/g' /etc/dphys-swapfile && sudo sed -i '/^exit 0/i sudo iw wlan0 set power_save off' /etc/rc.local && sudo reboot sed: can't read /etc/rc.local: No such file or directory
Hoping there is an easy fix so that I can move on to the actual install.
Beta Was this translation helpful? Give feedback.
All reactions