]> git.proxmox.com Git - pve-kernel-2.6.32.git/commitdiff
enable HFS file system
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 3 Apr 2012 06:00:54 +0000 (08:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 3 Apr 2012 06:03:20 +0000 (08:03 +0200)
Makefile
README
changelog.Debian
config-2.6.32.diff
proxmox-ve/changelog.Debian

index e03f03153fd8a41174f08de2a944197cb8809acd..11ec3cc0c84e0648cffca0edba3c86970cc59797 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.0
 
 KERNEL_VER=2.6.32
-PKGREL=63
+PKGREL=64
 # also include firmware of previous versrion into 
 # the fw package:  fwlist-2.6.32-PREV-pve
 KREL=10
diff --git a/README b/README
index 94415f9ce82ade26ba30b5d2037cc6e06ba3139c..4f67f7c0fe8c95049eda3d0fa4a239211693677f 100644 (file)
--- a/README
+++ b/README
@@ -90,11 +90,16 @@ see config-2.6.32.diff
         CONFIG_USB_IP_VHCI_HCD=m
         CONFIG_USB_IP_HOST=m
 
-- enable IBM JFS file system
+- enable IBM JFS file system 
 
   This is disabled in RHEL kernel for no real reason, so we enable
   it as requested by users (bug #64)
 
+- enable apple HFS and HFSPLUS
+
+  This is disabled in RHEL kernel for no real reason, so we enable
+  it as requested by users
+
 - enable CONFIG_BRIDGE=y
 
   Else we get warnings on boot, that
index 051f83f54e26568684dda20aff3222104df513ef..af97f9cef5b3822f1a6c524009ecf0b026427614 100644 (file)
@@ -1,3 +1,9 @@
+pve-kernel-2.6.32 (2.6.32-64) unstable; urgency=low
+
+  * enable HFS file system
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Apr 2012 07:59:11 +0200
+
 pve-kernel-2.6.32 (2.6.32-63) unstable; urgency=low
 
   * set CONFIG_BRIDGE=y (avoid sysctl warnings)
index b3e90f73f5d0c44489de8e721dab9b13aa30510c..7bb3507741b08b00c5f9c5d461f39e7e0718a213 100644 (file)
@@ -1,5 +1,5 @@
 --- config-2.6.32-042stab049.6.x86_64  2012-02-13 07:18:08.000000000 +0100
-+++ config-2.6.32      2012-03-20 09:09:34.000000000 +0100
++++ config-2.6.32      2012-04-03 07:58:35.000000000 +0200
 @@ -103,7 +103,7 @@
  CONFIG_FAIR_GROUP_SCHED=y
  CONFIG_CFS_BANDWIDTH=y
  CONFIG_FS_POSIX_ACL=y
  CONFIG_XFS_FS=m
  CONFIG_XFS_QUOTA=y
+@@ -3938,8 +3949,8 @@
+ # CONFIG_ADFS_FS is not set
+ # CONFIG_AFFS_FS is not set
+ CONFIG_ECRYPT_FS=m
+-# CONFIG_HFS_FS is not set
+-# CONFIG_HFSPLUS_FS is not set
++CONFIG_HFS_FS=m
++CONFIG_HFSPLUS_FS=m
+ # CONFIG_BEFS_FS is not set
+ # CONFIG_BFS_FS is not set
+ # CONFIG_EFS_FS is not set
 @@ -4087,7 +4098,7 @@
  # Kernel hacking
  #
index 7cb07cb8f59c3513df9c562ce3bca00bb841c388..513df75be1ef3ad73b2626ef1d1794d7fa5dea96 100644 (file)
@@ -1,4 +1,4 @@
-proxmox-ve-2.6.32 (2.0-63) unstable; urgency=low
+proxmox-ve-2.6.32 (2.0-64) unstable; urgency=low
 
   * re-package to update version number