Default file system is now ext4 (instead of ext3)
This commit is contained in:
parent
7a3791d1aa
commit
40191bbd07
@ -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
1
debian/changelog
vendored
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user