ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexey Morozov <alex-altlinux@idisys.iae.nsk.su>
To: Eugene Vlasov <eugene@ikz.ru>,
	ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Cc: rider@altlinux.org
Subject: Re: [sisyphus] Вопрос по hal
Date: Fri, 11 Feb 2005 19:21:41 +0600
Message-ID: <20050211132141.GR10142@pyro.hopawar.private.net> (raw)
In-Reply-To: <20050211100602.GA13898@eugene-home.ikz.ru>

[-- Attachment #1: Type: text/plain, Size: 1874 bytes --]

On Fri, Feb 11, 2005 at 03:06:02PM +0500, Eugene Vlasov wrote:
> Приветствую, Eugene Vlasov.
> В письме от Fri, Feb 11, 2005 at 02:27:01PM +0500 вы пишете:
> 
> > Но возник один вопрос: Иначе как положив в /usr/share/hal/fdi/95userpolicy
> > свой файл конфигурации нельзя прописать свои опции монтирования? Например,
> > заставить его писать iochaset для партиций vfat не utf8 (и добавить ro для
> > cdrom)? То есть мне не очень нравится, что все это лежит в /usr.
> 
> Еще в догонку: после прописывания в своем файле конфигурации
> iocharset=koi8-r для vfat в fstab прописались две опции
> (iocharset=koi8-r,iocharset=utf8), пришлось ковырять
> /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi. А если мне надо
> будет убрать noexec (иногда  это надо)? Опять править этот файл?
Не надо. Достаточно сделать три вещи:

1. Повесить багу на Антона Фарыгина, который должен был сделать
поведение hal в части кодировок приемлемым из коробки.

2. Повесить ЕЩЕ одну багу на Антона Фарыгина, который должен был в
0.4.7 ПЕРЕНЕСТИ часть настроек из /usr в /etc.

3. Обратить внимание на то, как прописываются опции монтирования.
Вот мой /usr/share/hal/fdi/95userpolicy/vfat-charset.fdi:

<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">

  <device>

    <match key="block.is_volume" bool="true">
      <match key="volume.fsusage" string="filesystem">
        <!-- Use KOI8-R charset for vfat -->
        <match key="volume.fstype" string="vfat">
          <merge key="volume.policy.mount_option.iocharset=utf8" type="bool">fals
e</merge>
          <merge key="volume.policy.mount_option.iocharset=koi8-r" type="bool">tr
ue</merge>
        </match>
      </match>
    </match>
  </device>
</deviceinfo>

Но вообще, проблема решается не ковырянием в XML'ках, а развешиванием
багов :-)).


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-02-11 13:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-11  9:27 Eugene Vlasov
2005-02-11 10:06 ` Eugene Vlasov
2005-02-11 13:21   ` Alexey Morozov [this message]
2005-02-14 12:31     ` Anton Farygin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050211132141.GR10142@pyro.hopawar.private.net \
    --to=alex-altlinux@idisys.iae.nsk.su \
    --cc=eugene@ikz.ru \
    --cc=rider@altlinux.org \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git