X-Git-Url: https://code.delx.au/refind/blobdiff_plain/45db1723901c7accd95b4cf996c2bb4bdca59fff..e07b72471fa62945801b4a4e3bcac662a1b4888d:/install.sh diff --git a/install.sh b/install.sh index 1e87e7c..a2c5612 100755 --- a/install.sh +++ b/install.sh @@ -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=""