mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
58634ab2e3
@ -118,7 +118,7 @@ EOF</userinput></screen>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>LFS_TGT=(uname -m)-lfs-linux-gnu</parameter></term>
|
<term><parameter>LFS_TGT=$(uname -m)-lfs-linux-gnu</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The <envar>LFS_TGT</envar> variable sets a non-default, but compatible machine
|
<para>The <envar>LFS_TGT</envar> variable sets a non-default, but compatible machine
|
||||||
description for use when building our cross-compiler and linker and when
|
description for use when building our cross-compiler and linker and when
|
||||||
|
@ -141,6 +141,7 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></
|
|||||||
set default=0
|
set default=0
|
||||||
set timeout=5
|
set timeout=5
|
||||||
|
|
||||||
|
insmod part_gpt
|
||||||
insmod ext2
|
insmod ext2
|
||||||
set root=(hd0,2)
|
set root=(hd0,2)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# obfuscate email addresses in XML/HTML
|
# obfuscate email addresses in XML/HTML
|
||||||
# Script written (and slight perl modification) by Archaic <archaic AT linuxfromscratch D0T org>
|
# Script written (and slight perl modification) by Archaic <archaic AT linuxfromscratch D0T org>
|
||||||
# Modified from "sed -i" to old style "sed -e" by Manuel Canales <manuel AT linuxfromscratch D0T org>
|
# Modified from "sed -i" to old style "sed -e" by Manuel Canales <manuel AT linuxfromscratch D0T org>
|
||||||
# to prevent hangs on very long files, like nonckunked books.
|
# to prevent hangs on very long files, like nonchunked books.
|
||||||
# Original Perl expression by Anderson Lizardo <lizardo AT linuxfromscratch D0T org>
|
# Original Perl expression by Anderson Lizardo <lizardo AT linuxfromscratch D0T org>
|
||||||
# Released under the GNU General Public License
|
# Released under the GNU General Public License
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user