1
0
mirror of synced 2026-04-14 23:37:56 +00:00

Use long options for xt-guess-suite-and-mirror

This commit is contained in:
Stéphane Jourdois
2010-07-11 13:24:27 +02:00
committed by Stéphane Jourdois
parent a6cd6d6eb0
commit 9e43d6a268

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 = `xt-guess-suite-and-mirror -s` # Default distribution to install.
dist = `xt-guess-suite-and-mirror --suite` # Default distribution to install.
image = sparse # Specify sparse vs. full disk images.
#
@@ -241,7 +241,7 @@ initrd = /boot/initrd.img-`uname -r`
#
# The default mirror for debootstrap to install Debian-derived distributions
#
mirror = `xt-guess-suite-and-mirror -m`
mirror = `xt-guess-suite-and-mirror --mirror`
#
# A mirror suitable for use when installing the Dapper release of Ubuntu.