Changeset e3a72b1 for chapter03


Ignore:
Timestamp:
10/15/2003 08:31:59 AM (21 years ago)
Author:
Greg Schafer <greg@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8f75224
Parents:
f046b9b
Message:

Expand Grub details and add a warning.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter03/creatingpart.xml

    rf046b9b re3a72b1  
    1111<ulink url="&hints-root;lfs_next_to_existing_systems.txt"/>.</para>
    1212
    13 <para>For a minimal system you will need a partition of around 1 GB.
     13<para>For a minimal system you will need a partition of around 1.2 GB.
    1414This is enough to store all the source tarballs and compile all the packages.
    1515But if you intend to use the LFS system as your primary Linux system, you
     
    2424a swap partition.</para>
    2525
    26 <para>Start the <userinput>cfdisk</userinput> program with an argument naming
    27 the hard disk upon which the new partition must be created -- for example
     26<para>Start a disk partitioning program such as <userinput>cfdisk</userinput>
     27or <userinput>fdisk</userinput> with an argument naming the hard disk upon
     28which the new partition must be created -- for example
    2829<filename>/dev/hda</filename> for the primary IDE disk. Create a Linux native
    29 partition and a swap partition, if needed. Please refer to the man page of
    30 <userinput>cfdisk</userinput> if you don't yet know how to use the program.</para>
     30partition and a swap partition, if needed. Please refer to the man pages of
     31<userinput>cfdisk</userinput> or <userinput>fdisk</userinput> if you don't yet
     32know how to use the programs.</para>
    3133
    3234<para>Remember the designation of your new partition -- something like
Note: See TracChangeset for help on using the changeset viewer.