On Wed, 24.10.12 18:42, Lee, Chun-Yi (joeyli.kernel@xxxxxxxxx) wrote: > Add units/sys-firmware-efi-efivars.mount rule for support automount > EFI variable filesystem Good in principle, but as Kay mentioned we probably should not expose this as units, but just mount it from PID1's C code. More specifically add it to the table in src/core/mount-setup.c, but make sure to set the "fatal" bool in the table to false for this entry, to clarify that this is not a reason to fail. You probably also want to add the kmod to the table in src/core/kmod-setup.c since the mount point is not available if the kmod is not loaded. Thanks! Lennart -- Lennart Poettering - Red Hat, Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html