glantank_1.8_arm.changes ACCEPTED

2008-05-09 Thread Debian Installer
Accepted: glantank-installer_1.8_arm.udeb to pool/main/g/glantank/glantank-installer_1.8_arm.udeb glantank-utils_1.8_arm.deb to pool/main/g/glantank/glantank-utils_1.8_arm.deb glantank_1.8.dsc to pool/main/g/glantank/glantank_1.8.dsc glantank_1.8.tar.gz to pool/main/g/glantank/glantank_1.8

flash-kernel_1.9_arm.changes ACCEPTED

2008-05-09 Thread Debian Installer
Accepted: flash-kernel-installer_1.9_arm.udeb to pool/main/f/flash-kernel/flash-kernel-installer_1.9_arm.udeb flash-kernel_1.9.dsc to pool/main/f/flash-kernel/flash-kernel_1.9.dsc flash-kernel_1.9.tar.gz to pool/main/f/flash-kernel/flash-kernel_1.9.tar.gz flash-kernel_1.9_arm.deb to pool/m

Installation with recipe / protection of first partition

2008-05-09 Thread Andreas Miller
Hello, I want to protect the first partition (HP-Tools) of my system from all manipulations, but to do an automatically installation of the rest of my Etch system with (preseed / recipe). The parameter keep might help but I do not know how to configure the details, i.e. the unknown size of the

Processing of glantank_1.8_arm.changes

2008-05-09 Thread Archive Administrator
glantank_1.8_arm.changes uploaded successfully to localhost along with the files: glantank_1.8.dsc glantank_1.8.tar.gz glantank-utils_1.8_arm.deb glantank-installer_1.8_arm.udeb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Processing of flash-kernel_1.9_arm.changes

2008-05-09 Thread Archive Administrator
flash-kernel_1.9_arm.changes uploaded successfully to localhost along with the files: flash-kernel_1.9.dsc flash-kernel_1.9.tar.gz flash-kernel_1.9_arm.deb flash-kernel-installer_1.9_arm.udeb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: Please consider adding an option to install dash as /bin/sh in expert mode for beta2

2008-05-09 Thread Otavio Salvador
Raphael Geissert <[EMAIL PROTECTED]> writes: > Otavio Salvador wrote: > >> Jérémy Bobbio <[EMAIL PROTECTED]> writes: >> >>> On Sun, May 04, 2008 at 01:11:25PM -0500, Raphael Geissert wrote: Would it be possible to add an extra page to d-i in expert mode to install dash and configure it

Re: Please consider adding an option to install dash as /bin/sh in expert mode for beta2

2008-05-09 Thread Raphael Geissert
Otavio Salvador wrote: > Jérémy Bobbio <[EMAIL PROTECTED]> writes: > >> On Sun, May 04, 2008 at 01:11:25PM -0500, Raphael Geissert wrote: >>> Would it be possible to add an extra page to d-i in expert mode to >>> install dash and configure it as the default /bin/sh? >>> dash uses a debconf prompt

Update of the installation guide for new x86 boot menu (was: syslinux vesamenu)

2008-05-09 Thread Frans Pop
Joey Hess wrote: > I'd want to update the version of isolinux in debian-cd to current > testing, add vesamenu.c32 to debian-cd alongside it, and apply my > debian-cd patch first. The d-i patch can be merged in once debian-cd is > ready for it. Everything is now in place and seems to be working cor

Re: Debian installer and braille

2008-05-09 Thread Samuel Thibault
Samuel Thibault, le Wed 07 May 2008 11:46:04 +0100, a écrit : > Frans Pop, le Wed 07 May 2008 12:27:23 +0200, a écrit : > > On Sunday 04 May 2008, Samuel Thibault wrote: > > > Aaaah, that's in brltty-x11 actually. See the > > > http://wiki.debian.org/DebianInstaller/Accessibility > > > page I've ju

Re: cairo bug workarounded at d-i

2008-05-09 Thread Marc 'HE' Brockschmidt
Otavio Salvador <[EMAIL PROTECTED]> writes: > With that in mind, I'd like to ask for the cairo unblock. Unblocked. Marc -- BOFH #286: Telecommunications is downgrading. pgpOLXacwyADU.pgp Description: PGP signature

Re: bypassing partman while preseeding to get multiple VG

2008-05-09 Thread Geert Stappers
Op 09-05-2008 om 10:05 schreef Tim Stoop: > To elaborate on my previous message: > On Wed, May 7, 2008 at 4:59 PM, Tim Stoop <[EMAIL PROTECTED]> wrote: > > > - /boot outside of LVM, 500M > > - LVM "dom0" of 10G with several partitions for the dom0 > > - LVM "domU" empty (at least while installing)

Re: [RFC v4] [PATCH 3/3] Add WPA support to netcfg

2008-05-09 Thread Otavio Salvador
Glenn Saberton <[EMAIL PROTECTED]> writes: > diff --git a/packages/netcfg/wireless.c b/packages/netcfg/wireless.c <...> > +int netcfg_wireless_set_security (struct debconfclient *client, char *iface) > +{ > + int ret = 0 ; > + debconf_subst (client, "netcfg/wireless_security_type", "iface", ifac

[RFC v4] [PATCH 3/3] Add WPA support to netcfg

2008-05-09 Thread Glenn Saberton
Add support to netcfg. This patch add functionality to choose to install from a WPA PSK protected wifi network. If wpasupplicant is not available, fall back to previous behaviour. Fixes bug #327309 --- packages/netcfg/Makefile |4 +- packages/netcfg/base-installer

[RFC v4] [PATCH 0/3] WPA support for netcfg

2008-05-09 Thread Glenn Saberton
Thanks for the patience so far. Hopefully these ones are much better than the last ones. We now check if wpasupplicant is installed and if not, fall back to the old behaviour. I will post configs and info for a wpasupplicant udeb either tonight or tomorrow. Glenn Saberton (3): Whitespace changes

[RFC v4] [PATCH 2/3] Create ask_wifi_configuration function.

2008-05-09 Thread Glenn Saberton
This function takes some of the confusion out of the dhcp switch. Especially once we add more cases for WPA support. --- packages/netcfg/dhcp.c | 61 ++-- 1 files changed, 33 insertions(+), 28 deletions(-) diff --git a/packages/netcfg/dhcp.c b/packag

[RFC v4] [PATCH 1/3] Whitespace changes to prepare for more cases.

2008-05-09 Thread Glenn Saberton
Once the WPA cases are added the enum spans many columns. Break it into one line per tag. Change whitespace in a few functions that we will be working on to make future patches cleaner. --- packages/netcfg/dhcp.c |4 ++-- packages/netcfg/netcfg-static.c | 13 ++--- package

Re: bypassing partman while preseeding

2008-05-09 Thread Ferenc Wagner
"Tim Stoop" <[EMAIL PROTECTED]> writes: > I've got a fairly strict partitioning scheme that I want to setup through > preseeding. It's really very simple, but partman can't do it (afaict): > > - /boot outside of LVM, 500M > - LVM "dom0" of 10G with several partitions for the dom0 > - LVM "domU" em

Re: bypassing partman while preseeding

2008-05-09 Thread Tim Stoop
Hi all, To elaborate on my previous message: On Wed, May 7, 2008 at 4:59 PM, Tim Stoop <[EMAIL PROTECTED]> wrote: > - /boot outside of LVM, 500M > - LVM "dom0" of 10G with several partitions for the dom0 > - LVM "domU" empty (at least while installing), rest of the disk > I forgot to say that I