bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #36132] Requires write access outside of /boot


From: Tamus Royce
Subject: [bug #36132] Requires write access outside of /boot
Date: Fri, 20 Apr 2012 15:41:40 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0

Follow-up Comment #5, bug #36132 (project grub):

I think I forgot how flexible linux can be.

In my situation I solved it by moving the configuration files to /boot/grub2. 
Then I simply linked /etc/grub2 to /boot/grub2.  I have to remember to do this
for each system, but it works!

mkdir /boot/grub2
cp -p /etc/grub.d/* /boot/grub2
mv /etc/grub.d /etc/grub.d.bak/
ln -s /boot/grub2 /etc/grub.d

Vladimir, thank you for your help.  There was something I wasn't
understanding.

I would still like this as a feature.  But I guess it would be part of the
installer, because symlinking solves the issue without changing any code.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36132>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]