Changeset 9e76c64 for chapter10/grub.xml


Ignore:
Timestamp:
02/08/2024 04:32:26 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
c7c614de
Parents:
e49e2ea (diff), 4816dc6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/grub.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    106106    </note>
    107107
    108 <!-- This does not seem to be true any more
    109     <note><para><application>grub-install</application> is a script and calls another
    110     program, grub-probe, that may fail with a message "cannot stat `/dev/root'".
    111     If so, create a temporary symbolic link from your root partition to /dev/root:</para>
    112 
    113 <screen role="nodump"><userinput>ln -sv /dev/sda2 /dev/root</userinput></screen>
    114 
    115     <para>The symbolic link will only be present until the system is rebooted.
    116     The link is only needed for the installation procedure.
    117     </para></note>
    118 -->
    119108  </sect2>
    120109
Note: See TracChangeset for help on using the changeset viewer.