Bug 15765 - udf+cp1251 support
Summary: udf+cp1251 support
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: hal-mount-subfs (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Michael A. Kangin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 13:12 MSD by viy
Modified: 2008-07-28 21:21 MSD (History)
0 users

See Also:


Attachments
hal-mount-subfs.cp1251.patch (707 bytes, patch)
2008-05-23 13:13 MSD, viy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description viy 2008-05-23 13:12:38 MSD
надо в 90-submount-fs-options-cp1251.fdi добавить поддержку udf.
минимальный набор ниже.
то же желательно и для koi8-r
---
/usr/share/doc/hal-mount-subfs-0.1.4/examples/90-submount-fs-options-cp1251.fdi
2008-04-11 17:39:23 +0300
+++ /etc/hal/fdi/policy/90-submount-fs-options-cp1251.fdi	2008-05-23 12:08:29 +0300
@@ -20,6 +20,10 @@
                <append key="volume.policy.mount_options"
type="string">,mode=0444,iocharset=cp1251,ro</append>
 	  </match>
 
+	  <match key="volume.policy.mount_option.fs" string="udf">
+               <append key="volume.policy.mount_options"
type="string">,iocharset=cp1251</append>
+	  </match>
+
 	  <match key="volume.policy.mount_option.fs" string="ext3">
                <merge key="volume.policy.mount_options"
type="string">nodev,nosuid,noexec,noatime,commit=1</merge>
 	  </match>
Comment 1 viy 2008-05-23 13:13:15 MSD
Created attachment 2642 [details]
hal-mount-subfs.cp1251.patch
Comment 2 Michael A. Kangin 2008-07-03 20:25:05 MSD
Исправлено в 0.1.5-alt1. Тестируйте.

Спасибо!