Changeset 7e71b37
- Timestamp:
- 08/22/2014 12:49:06 PM (10 years ago)
- Branches:
- 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
- Children:
- 2e86ff8
- Parents:
- 47c35fd
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter02/creatingpartition.xml
r47c35fd r7e71b37 60 60 <note><para>For experienced users, other partitioning schemes are possible. 61 61 The new LFS system can be on a software <ulink 62 url="&blfs-root; /view/&short-version;/postlfs/raid.html">RAID</ulink> array or an <ulink63 url="&blfs-root; /view/&short-version;/postlfs/aboutlvm.html">LVM</ulink> logical volume.62 url="&blfs-root;view/&short-version;/postlfs/raid.html">RAID</ulink> array or an <ulink 63 url="&blfs-root;view/&short-version;/postlfs/aboutlvm.html">LVM</ulink> logical volume. 64 64 However, some of these options require an <ulink 65 url="&blfs-root; /view/&short-version;/postlfs/initramfs.html">initramfs</ulink>, which is65 url="&blfs-root;view/&short-version;/postlfs/initramfs.html">initramfs</ulink>, which is 66 66 an advanced topic. These partitioning methodologies are not recommended for 67 67 first time LFS users.</para></note> -
chapter06/dbus.xml
r47c35fd r7e71b37 75 75 packages that are not included in LFS. Instructions for running the 76 76 testsuite can be found in the BLFS book at 77 <ulink url="&blfs-root; /view/&short-version;/general/dbus.html"/>.</para>77 <ulink url="&blfs-root;view/&short-version;/general/dbus.html"/>.</para> 78 78 79 79 <para>Install the package:</para> -
chapter08/fstab.xml
r47c35fd r7e71b37 85 85 <filename>/etc/fstab</filename>. To check if the disk drive supports 86 86 this option, run 87 <ulink url=" http://www.linuxfromscratch.org/blfs/view/cvs/general/hdparm.html">hdparm</ulink>87 <ulink url="&blfs-root;view/&short-version;/general/hdparm.html">hdparm</ulink> 88 88 on the applicable disk drive. For example, if:</para> 89 89 -
chapter08/grub.xml
r47c35fd r7e71b37 32 32 below to work, you need to jump ahead to BLFS and install 33 33 <userinput>xorriso</userinput> from the <ulink 34 url=" http://www.linuxfromscratch.org/blfs/view/&short-version;/multimedia/libisoburn.html">34 url="&blfs-root;view/&short-version;/multimedia/libisoburn.html"> 35 35 libisoburn</ulink> package.</para> 36 36 -
chapter09/reboot.xml
r47c35fd r7e71b37 22 22 23 23 <listitem><para>A text mode browser such as <ulink 24 url='&blfs-root; /view/&short-version;/basicnet/lynx.html'>Lynx</ulink>24 url='&blfs-root;view/&short-version;/basicnet/lynx.html'>Lynx</ulink> 25 25 will allow you to easily view the BLFS book in one virtual terminal, while 26 26 building packages in another.</para></listitem> 27 27 28 28 <listitem><para>The <ulink 29 url='&blfs-root; /view/&short-version;/general/gpm.html'>GPM</ulink> package will allow29 url='&blfs-root;view/&short-version;/general/gpm.html'>GPM</ulink> package will allow 30 30 you to perform copy/paste actions in your virtual 31 31 terminals.</para></listitem> … … 33 33 <listitem><para>If you are in a situation where static IP configuration 34 34 does not meet your networking requirements, installing a package 35 such as <ulink url='&blfs-root; /view/&short-version;/basicnet/dhcpcd.html'>dhcpcd</ulink>35 such as <ulink url='&blfs-root;view/&short-version;/basicnet/dhcpcd.html'>dhcpcd</ulink> 36 36 or the client portion of <ulink 37 url='&blfs-root; /view/&short-version;/basicnet/dhcp.html'>dhcp</ulink> may be37 url='&blfs-root;view/&short-version;/basicnet/dhcp.html'>dhcp</ulink> may be 38 38 useful.</para></listitem> 39 39 40 40 <listitem><para>Installing <ulink 41 url='&blfs-root; /view/&short-version;/postlfs/sudo.html'>sudo</ulink> may be useful for41 url='&blfs-root;view/&short-version;/postlfs/sudo.html'>sudo</ulink> may be useful for 42 42 building packages as a non-root user and easily installing the resulting 43 43 packages in your new system. </para></listitem> … … 45 45 <listitem><para>If you want to access your new system from a remote system 46 46 within a comfortable GUI environment, install <ulink 47 url='&blfs-root; /view/&short-version;/postlfs/openssh.html'>openssh</ulink> and its47 url='&blfs-root;view/&short-version;/postlfs/openssh.html'>openssh</ulink> and its 48 48 prerequsite, <ulink 49 url='&blfs-root; /view/&short-version;/postlfs/openssl.html'>openssl</ulink>.49 url='&blfs-root;view/&short-version;/postlfs/openssl.html'>openssl</ulink>. 50 50 </para></listitem> 51 51 52 52 <listitem><para>To make fetching files over the internet easier, install 53 <ulink url='&blfs-root; /view/&short-version;/basicnet/wget.html'>wget</ulink>.53 <ulink url='&blfs-root;view/&short-version;/basicnet/wget.html'>wget</ulink>. 54 54 </para></listitem> 55 55 56 56 <listitem><para>If one or more of your disk drives have a GUID partition 57 57 table (GPT), either <ulink 58 url='&blfs-root; /view/&short-version;/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink59 url='&blfs-root; /view/&short-version;/postlfs/parted.html'>parted</ulink> will be useful.58 url='&blfs-root;view/&short-version;/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink 59 url='&blfs-root;view/&short-version;/postlfs/parted.html'>parted</ulink> will be useful. 60 60 </para></listitem> 61 61
Note:
See TracChangeset
for help on using the changeset viewer.