]> code.delx.au - refind/blobdiff - install.sh
Version 0.7.0 release with misc. filesystem driver improvements.
[refind] / install.sh
index 1e87e7c410e04a93d59d13db13ce290470f53217..a2c5612b53b8462a479529e5dd92e725afd588d1 100755 (executable)
@@ -33,6 +33,7 @@
 #
 # Revision history:
 #
+# 0.7.0   -- Added support for the new Btrfs driver
 # 0.6.12  -- Added support for PreLoader as well as for shim
 # 0.6.11  -- Improvements in script's ability to handle directories with spaces
 #            in their names
@@ -247,6 +248,8 @@ CopyDrivers() {
               ;;
          reiserfs) DriverType="reiserfs"
               ;;
+         btrfs) DriverType="btrfs"
+              ;;
          hfsplus) DriverType="hfs"
               ;;
          *) BootFS=""