Ignore:
Timestamp:
08/12/2008 12:15:25 AM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3, 6.3-rc3
Children:
58ca0b5, b0a3c467
Parents:
0fa8146
Message:

Updates for the 6.3-rc3 release including mods to shorten some line lengths to fit the PDF output on a page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/hal.xml

    r0fa8146 rb8eb6bc  
    417417
    418418&lt;deviceinfo version="0.2"&gt;
    419   &lt;device&gt;
    420 
    421     &lt;!-- this is to be able to mount media in drives we cannot poll,
    422          e.g. IDE Zip Drives and PC style floppy drives --&gt;
    423     &lt;match key="storage.media_check_enabled" bool="false"&gt;
    424       &lt;match key="storage.no_partitions_hint" bool="true"&gt;
    425         &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
    426         &lt;!-- Insert other options here --&gt;
    427       &lt;/match&gt;
    428     &lt;/match&gt;
    429 
    430     &lt;match key="volume.fsusage" string="filesystem"&gt;
    431 
    432       &lt;!-- allow these mount options for vfat --&gt;
    433       &lt;match key="volume.fstype" string="vfat"&gt;
    434         &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
    435         &lt;!-- Insert other options here --&gt;
    436       &lt;/match&gt;
    437     &lt;/match&gt;
    438 
    439   &lt;/device&gt;
     419&lt;device&gt;
     420
     421&lt;!-- this is to be able to mount media in drives we cannot poll,
     422     e.g. IDE Zip Drives and PC style floppy drives --&gt;
     423&lt;match key="storage.media_check_enabled" bool="false"&gt;
     424  &lt;match key="storage.no_partitions_hint" bool="true"&gt;
     425    &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
     426    &lt;!-- Insert other options here --&gt;
     427  &lt;/match&gt;
     428&lt;/match&gt;
     429
     430&lt;match key="volume.fsusage" string="filesystem"&gt;
     431
     432  &lt;!-- allow these mount options for vfat --&gt;
     433  &lt;match key="volume.fstype" string="vfat"&gt;
     434    &lt;append key="volume.mount.valid_options" type="strlist"&gt;usefree&lt;/append&gt;
     435    &lt;!-- Insert other options here --&gt;
     436  &lt;/match&gt;
     437&lt;/match&gt;
     438
     439&lt;/device&gt;
    440440&lt;/deviceinfo&gt;</literal>
    441441EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.