mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fixed the storage policy file created in the HAL instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5514 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1f93d11fb8
commit
75da594d10
@ -337,17 +337,17 @@ should be in files contained in the /etc/hal/fdi/policy directories.
|
||||
<deviceinfo version="0.2">
|
||||
|
||||
<device>
|
||||
<match key="info.udi" \
|
||||
<match key="info.udi"
|
||||
string="/org/freedesktop/Hal/devices/computer">
|
||||
|
||||
<!-- Set the iocharset variable in the /etc/fstab file entry -->
|
||||
<merge \
|
||||
key="storage.policy.default.mount_option.iocharset=<replaceable>[iocharset]</replaceable>" \
|
||||
<merge
|
||||
key="storage.policy.default.mount_option.iocharset=<replaceable>[iocharset]</replaceable>"
|
||||
type="bool">true</merge>
|
||||
|
||||
<!-- Set the codepage variable in the /etc/fstab file entry -->
|
||||
<merge \
|
||||
key="storage.policy.default.mount_option.codepage=<replaceable>[codepage]</replaceable>" \
|
||||
<merge
|
||||
key="storage.policy.default.mount_option.codepage=<replaceable>[codepage]</replaceable>"
|
||||
type="bool">true</merge>
|
||||
|
||||
</match>
|
||||
@ -363,9 +363,8 @@ EOF</userinput></screen>
|
||||
ease readability of the file, put everything between the
|
||||
<angle brackets> and <merge></merge> tags on one
|
||||
line. You must have at least one space character
|
||||
<quote><keycap> </keycap></quote> where the backslashes
|
||||
<quote><keycap>\</keycap></quote> are. The file would then look like
|
||||
this (trimmed at the top and bottom to show only changed lines):</para>
|
||||
where the ends of the lines were. The file would then look like this
|
||||
(trimmed at the top and bottom for brevity):</para>
|
||||
|
||||
<screen><literal> <device>
|
||||
<match key="<replaceable>[text]</replaceable>" string="<replaceable>[text]</replaceable>">
|
||||
|
Loading…
Reference in New Issue
Block a user