From 40191bbd074897a040edd9cb707f902e642f31dd Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 10 Jan 2017 21:24:13 +0100 Subject: [PATCH] Default file system is now ext4 (instead of ext3) --- NEWS.markdown | 1 + debian/changelog | 1 + etc/xen-tools.conf | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.markdown b/NEWS.markdown index f9c199a..6a21c59 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -22,6 +22,7 @@ Other Changes * Risen default values for RAM sizes in /etc/xen-tools/xen-tools.cfg to cope with risen resource consumption and availability. (Closes Debian bug report #776487) +* Default file system is now ext4 (instead of ext3). * release-testing: Work around umount race condition between tests. diff --git a/debian/changelog b/debian/changelog index ec7da46..b354f4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium + Risen default values for RAM sizes in /etc/xen-tools/xen-tools.cfg to cope with risen resource consumption and availability. (Closes: #776487) + + Default file system is now ext4 (instead of ext3). * Declare compliance with Debian Policy 3.9.8. (No changes needed.) * Use NEWS.markdown as upstream changelog, don't install it as docs. * Switch many URLs (upstream and in packaging) to https:// and update diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 74dff10..bc7133e 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -130,7 +130,7 @@ memory = 256M # Suffix (G, M, k) required #maxmem = 2G # Suffix (G, M, k) optional swap = 512M # Suffix (G, M, k) required # noswap = 1 # Don't use swap at all for new systems. -fs = ext3 # Default file system for any disk +fs = ext4 # Default file system for any disk dist = `xt-guess-suite-and-mirror --suite` # Default distribution is determined by Dom0's distribution image = sparse # Specify sparse vs. full disk images (file based images only)