X-Git-Url: https://git.datadissipation.net/gentoo-patches/blobdiff_plain/fe7acb28bea94e087426d4096483e7fa62359a34..d71630d95e8c0c0f1672f5a42fb4a266d7b6dd34:/README.md?ds=inline diff --git a/README.md b/README.md index 703facf..a109517 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ * `dracut-zfs-mount` - mount all ZFS datasets from the imported pools before switching to the new root, helpful if crucial system binaries/libraries are on a separate dataset. Note that the mountpoints will technically change from `$PATH` to `/sysroot/$PATH`. This is mostly harmless, but remounting a dataset will mount it at the actual `/sysroot/$PATH`, so be careful. +* `nvcc-protobuf-fix` - get rid of a manually forced compiler error triggered by an incomplete type, causes NVCC to always fail and is safe to ignore.