diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-24 22:41:25 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-24 22:41:25 +0000 |
commit | 06596602b6719866e22245bfab57a1064bb5f5d0 (patch) | |
tree | 8c224fd4d28f69f8b2f859e9d02db6f614a0da4e /chapter08 | |
parent | bccc28841facca8ece8b0ecac5b5f04cd6c545e0 (diff) |
add a comment about reiserfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/lilo.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/lilo.xml b/chapter08/lilo.xml index 7a9458317..6aa228939 100644 --- a/chapter08/lilo.xml +++ b/chapter08/lilo.xml @@ -29,6 +29,10 @@ image=/boot/lfskernel <para><partition> must be replaced by the LFS partition's designation.</para> +<para>Also note that if you are using reiserfs for your root partition, +the line <userinput>read-only</userinput> should be changed to +<userinput>read-write</userinput>.</para> + <para>Now the boot loader gets updated by running:</para> <para><screen><userinput>/sbin/lilo</userinput></screen></para> |