1
0
mirror of synced 2026-04-17 00:00:12 +00:00

Rename xen-guess-debian-mirror to xt-guess-suite-and-mirror

--HG--
rename : bin/xen-guess-debian-mirror => bin/xt-guess-suite-and-mirror
This commit is contained in:
Axel Beckert
2010-03-10 19:52:50 +01:00
parent 967f926ed2
commit 3c5940f8d3
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ memory = 128Mb # Memory size
swap = 128Mb # Swap size
# noswap = 1 # Don't use swap at all for the new system.
fs = ext3 # use the EXT3 filesystem for the disk image.
dist = `xen-guess-debian-mirror -s` # Default distribution to install.
dist = `xt-guess-suite-and-mirror -s` # Default distribution to install.
image = sparse # Specify sparse vs. full disk images.
#
@@ -211,7 +211,7 @@ initrd = /boot/initrd.img-`uname -r`
#
# The default mirror for debootstrap to install Debian-derived distributions
#
mirror = `xen-guess-debian-mirror -m`
mirror = `xt-guess-suite-and-mirror -m`
#
# A mirror suitable for use when installing the Dapper release of Ubuntu.