summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2011-02-13 21:59:58 +0000
committerSamuel Thibault <sthibault@debian.org>2011-02-13 21:59:58 +0000
commit6de41e17e124be90f341bbe98d771081667795b6 (patch)
tree7023a23269f2a16b53f414b1a92a88f2880039b8
parent5494b9a2a20c03976a020bf93580604cbc777367 (diff)
downloadinstallation-guide-6de41e17e124be90f341bbe98d771081667795b6.zip
Disable G-I on kfreebsd-*.
-rw-r--r--build/arch-options/kfreebsd-amd642
-rw-r--r--build/arch-options/kfreebsd-i3862
-rw-r--r--debian/changelog1
3 files changed, 3 insertions, 2 deletions
diff --git a/build/arch-options/kfreebsd-amd64 b/build/arch-options/kfreebsd-amd64
index f7bac3872..10b7675f6 100644
--- a/build/arch-options/kfreebsd-amd64
+++ b/build/arch-options/kfreebsd-amd64
@@ -19,7 +19,7 @@ smp_config_option="Symmetric multi-processing support"
fdisk="fdisk.txt;cfdisk.txt"
network="supports-tftp;supports-bootp;supports-nfsroot"
boot="bootable-disk;bootable-usb;isohybrid-unsupported"
-frontend="newt;gtk"
+frontend="newt;not-gtk"
other="supports-wireless;supports-pcmcia;supports-serial-console"
smp="smp-alternatives"
goodies="supports-lang-chooser"
diff --git a/build/arch-options/kfreebsd-i386 b/build/arch-options/kfreebsd-i386
index dfd813561..dc691cbd2 100644
--- a/build/arch-options/kfreebsd-i386
+++ b/build/arch-options/kfreebsd-i386
@@ -21,7 +21,7 @@ network="supports-tftp;supports-bootp;supports-nfsroot"
# For Lenny i386 does not have floppy images
#boot="supports-floppy-boot;bootable-disk;bootable-usb"
boot="bootable-disk;bootable-usb;isohybrid-unsupported"
-frontend="newt;gtk"
+frontend="newt;not-gtk"
other="supports-wireless;supports-pcmcia;supports-serial-console"
smp="supports-smp-somtimes"
goodies="supports-lang-chooser"
diff --git a/debian/changelog b/debian/changelog
index 185e16b7a..89bece007 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ installation-guide (2011xxxx) UNRELEASED; urgency=low
[ Samuel Thibault ]
* Reference the French translation of the brltty manual in fr.
+ * Disable G-I on kfreebsd-*.
[ Joey Hess ]
* Fix typo in example preseed. Closes: #612631