Ignore:
Timestamp:
09/30/2003 07:21:06 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2df36e4
Parents:
b028890
Message:

incorporate option and parameter tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1249 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/bootdisk.xml

    rb028890 r3df86b66  
    141141utility that also has many transformation capabilities.</para>
    142142
    143 <para><command>if=/dev/zero</command>: This parameter assigns
     143<para><parameter>if=/dev/zero</parameter>: This parameter assigns
    144144<command>dd</command>'s input file to a device that returns an infinite
    145145stream of zeroes.</para>
    146146
    147 <para><command>of=/tmp/rfloppy</command>: This parameter directs
     147<para><parameter>of=/tmp/rfloppy</parameter>: This parameter directs
    148148<command>dd</command>'s output to <filename>/tmp/rfloppy</filename>.</para>
    149149
    150 <para><command>bs=1k count=4096</command>: These parameters tell
     150<para><parameter>bs=1k count=4096</parameter>: These parameters tell
    151151<filename>dd</filename> to read and write in "chunks" of 1024 bytes and
    152152process 4096 "chunks".</para>
     
    184184
    185185<para>If your <command>mount</command> supports the
    186 <userinput>-o loop</userinput> option <emphasis>and</emphasis> your
     186<option>-o loop</option> option <emphasis>and</emphasis> your
    187187<filename>/etc/mtab</filename> is a real file, rather than a symlink to
    188188<filename>/proc</filename>, the three above commands can be replaced
     
    509509
    510510<para>Unmount the loopback file.  If you used <command>mount</command>'s
    511 <userinput>-o loop</userinput> option, the "bond" between the loop device
     511<option>-o loop</option> option, the "bond" between the loop device
    512512and the file will be removed when the unmount is done.  Just omit the
    513513<command>losetup -d /dev/loop1</command> from the following
     
    592592of <filename>/dev/floppy/0</filename>.</para>
    593593
    594 <screen><userinput><command>rdev -r /dev/floppy/0 16865
    595 dd if=/tmp/rootfs.gz of=/dev/floppy/0 bs=1k seek=481</command></userinput></screen>
     594<screen><userinput><command>rdev -r /dev/floppy/0 <replaceable>16865</replaceable>
     595dd if=/tmp/rootfs.gz of=/dev/floppy/0 bs=1k seek=<replaceable>481</replaceable></command></userinput></screen>
    596596
    597597<para>In this command, <command>seek</command> was used to position to
     
    628628image on the diskette.</para>
    629629
    630 <screen><userinput><command>rdev -r /dev/floppy/0 49152</command></userinput></screen>
     630<screen><userinput><command>rdev -r /dev/floppy/0 <replaceable>49152</replaceable></command></userinput></screen>
    631631
    632632<para>Note that the initrd image is <emphasis>not</emphasis> copied to
Note: See TracChangeset for help on using the changeset viewer.