diff for duplicates of <20131104160843.5c0cabd2@opensuse.site> diff --git a/a/1.txt b/N1/1.txt index 831ad87..f96895d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ > # probe filesystem metadata of disks > KERNEL!="sr*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode" > ... -> ENV{ID_FS_LABEL_ENC}=="?*", ENV{ID_FS_USAGE}=="filesystem|other", \ +> ENV{ID_FS_LABEL_ENC}="?*", ENV{ID_FS_USAGE}="filesystem|other", \ > SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" > > I understand that if blkid sets variable ID_FS_LABEL_ENC to @@ -39,7 +39,7 @@ I confirm this. The culprit is this rule in 60-persistent-storage.rules: # for partitions import parent information -ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*" +ENV{DEVTYPE}="partition", IMPORT{parent}="ID_*" I'm not really sure how exactly to fix it. I.e. normally it is assumed that device is either partitioned or not. Situation when we have @@ -47,3 +47,7 @@ filesystem on a whole disk *and* individual partitions ... not sure. I'm interested in which information actually needs to be imported from parent. May be it should be less aggressive. +-- +To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in +the body of a message to majordomo@vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5e4cf81..919a853 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01974651407333528403@scdbackup.webframe.org\0" "From\0Andrey Borzenkov <arvidjaar@gmail.com>\0" "Subject\0Re: How important is the MBR partition offset of grub-mkrescue ?\0" - "Date\0Mon, 4 Nov 2013 16:08:43 +0400\0" + "Date\0Mon, 04 Nov 2013 12:08:43 +0000\0" "To\0The development of GNU GRUB <grub-devel@gnu.org>\0" "Cc\0linux-hotplug@vger.kernel.org" " scdbackup@gmx.net\0" @@ -22,7 +22,7 @@ "> # probe filesystem metadata of disks\n" "> KERNEL!=\"sr*\", IMPORT{program}=\"/sbin/blkid -o udev -p $tempnode\"\n" "> ...\n" - "> ENV{ID_FS_LABEL_ENC}==\"?*\", ENV{ID_FS_USAGE}==\"filesystem|other\", \\\n" + "> ENV{ID_FS_LABEL_ENC}=\"?*\", ENV{ID_FS_USAGE}=\"filesystem|other\", \\\n" "> SYMLINK+=\"disk/by-label/$env{ID_FS_LABEL_ENC}\"\n" "> \n" "> I understand that if blkid sets variable ID_FS_LABEL_ENC to\n" @@ -49,13 +49,17 @@ "I confirm this. The culprit is this rule in 60-persistent-storage.rules:\n" "\n" "# for partitions import parent information\n" - "ENV{DEVTYPE}==\"partition\", IMPORT{parent}=\"ID_*\"\n" + "ENV{DEVTYPE}=\"partition\", IMPORT{parent}=\"ID_*\"\n" "\n" "I'm not really sure how exactly to fix it. I.e. normally it is assumed\n" "that device is either partitioned or not. Situation when we have\n" "filesystem on a whole disk *and* individual partitions ... not sure.\n" "\n" "I'm interested in which information actually needs to be imported from\n" - parent. May be it should be less aggressive. + "parent. May be it should be less aggressive.\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-hotplug\" in\n" + "the body of a message to majordomo@vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -c0548743c94cdac61047f4da3e52fec21ed322f080e89558f0c4bde633b22ee5 +6e316ca62cedfe2ed261e3da613e16a94403f5bf828615550bcaa4b406e0312a
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.