1
0
mirror of synced 2026-01-20 17:38:02 +00:00

Default file system is now ext4 (instead of ext3)

This commit is contained in:
Axel Beckert 2017-01-10 21:24:13 +01:00
parent 7a3791d1aa
commit 40191bbd07
3 changed files with 3 additions and 1 deletions

View File

@ -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.

1
debian/changelog vendored
View File

@ -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

View File

@ -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)