View Single Post
Posts: 1,101 | Thanked: 1,185 times | Joined on Aug 2008 @ Spain
#339
Originally Posted by Jimcz View Post
Yes, that's the boot menu I use. So how do I edit it without reflashing? That's where I am having my trouble. What program or command should I use and how can I save/overwrite it?
The initfs partition is mounted read-only, you have to mount it rw to change anything:
"mount -o remount,rw /mnt/initfs" and when you are done "mount -o remount,ro /mnt/initfs"
 

The Following User Says Thank You to maacruz For This Useful Post: