Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 12:53:34 +0930
From:      "O'Connor, Daniel" <darius@dons.net.au>
To:        Guido Falsi <mad@madpilot.net>
Cc:        Kyle Evans <kevans@freebsd.org>, Dmitrii Postolov <dpostolov@yandex.ru>, freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: EFISYS shortcuts on Xfce desktops
Message-ID:  <944A1715-1DD2-4192-B103-48BB95C08ECB@dons.net.au>
In-Reply-To: <A3D9AF6A-7CBB-4B18-A323-7CF712CED5B2@dons.net.au>
References:  <613031596851658@mail.yandex.ru> <CACNAnaE7H0YmnR4zkTNn3PaomZT-GfNdH8HSrsmaHvDdeRu0oA@mail.gmail.com> <ae54a42c-48c5-f1c8-bd04-76a33a1028a5@madpilot.net> <4DBD56C1-D81B-4F8E-9B2B-F6E3961A64C3@dons.net.au> <A3D9AF6A-7CBB-4B18-A323-7CF712CED5B2@dons.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help


> On 18 Aug 2020, at 11:29, O'Connor, Daniel <darius@dons.net.au> wrote:
> I think it would make sense to patch the port to add another stanza =
which matches EFISYS as well as EFI.
>=20
> What do you think?

I was going to file a bug but bugzilla is having a nap right now.

This patch works for me:
[midget 12:47] /tmp/hal >cat =
files/patch-fdi_policy_10osvendor_20-storage-methods.fdi
--- fdi/policy/10osvendor/20-storage-methods.fdi.orig   2020-08-18 =
12:41:54.869810000 +0930
+++ fdi/policy/10osvendor/20-storage-methods.fdi        2020-08-18 =
12:42:14.480922000 +0930
@@ -104,6 +104,9 @@
        <match key=3D"volume.label" string=3D"EFI">
          <merge key=3D"volume.ignore" type=3D"bool">true</merge>
        </match>
+       <match key=3D"volume.label" string=3D"EFISYS">
+         <merge key=3D"volume.ignore" type=3D"bool">true</merge>
+       </match>
       </match>

       <match key=3D"volume.fstype" string_outof=3D"ntfs;vfat">

--
Daniel O'Connor
"The nice thing about standards is that there
are so many of them to choose from."
 -- Andrew Tanenbaum





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?944A1715-1DD2-4192-B103-48BB95C08ECB>