Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-22 Thread Jeremie Koenig
On Thu, Aug 12, 2010 at 11:49:22AM +0200, Jeremie Koenig wrote: On Thu, Aug 12, 2010 at 09:43:06AM +0200, Petter Reinholdtsen wrote: [Jeremie Koenig] - if [ ! -d /target/sys ]; then + if [ ! -d /target/sys ] [ $(udpkg --print-os) != hurd ]; then Would it be better to look for 'sysfs

Re: Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-22 Thread Jeremie Koenig
On Mon, Aug 23, 2010 at 12:18:43AM +0200, Samuel Thibault wrote: Hello, Jeremie Koenig, le Thu 12 Aug 2010 11:49:22 +0200, a écrit : An alternative would be to check for, say, /sys/devices in the installer itself. Does this sound reasonable? So? Aurelien, could you confirm whether

Re: [PATCH 2/7] Override $(genext2fs) in config/hurd.cfg

2010-08-21 Thread Jeremie Koenig
. -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100821172913.ga6...@jk.fr.eu.org

Bug#593865: busybox: please include CONFIG_FEATURE_INITRD on Hurd

2010-08-21 Thread Jeremie Koenig
, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org --- busybox-1.17.1.orig/debian/config/os/hurd 2010-08-03 04:34:13.0 + +++ busybox-1.17.1/debian/config/os/hurd 2010-08-12 09:27:03.0 + @@ -1,5 +1,6 @@ CONFIG_PLATFORM_LINUX=n CONFIG_INIT_TERMINAL_TYPE=mach

Re: anna resolver and non-installable packages

2010-08-20 Thread Jeremie Koenig
-newt-terminal, cdebconf-newt-entropy -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org BASE = ftp.debian.org/debian/dists/testing/main/debian-installer DIRS = $(wildcard $(BASE)/binary-*) all: summary download: wget -r -np -A Packages.bz2 http://$(BASE)/ %/Packages

Re: [PATCH 3/7] Fine-tune the Hurd configuration

2010-08-20 Thread Jeremie Koenig
Hi, On Wed, Aug 18, 2010 at 12:36:03AM +0200, Samuel Thibault wrote: Jeremie Koenig, le Mon 16 Aug 2010 13:20:22 +0200, a écrit : * Use the newer module --nounzip grub command to load the gzipped initrd, and let the gunzip: store driver handle the decompression. I'd rather wait

Re: Bug#592690: localechooser: the Hurd console has display level 3 capability

2010-08-18 Thread Jeremie Koenig
On Tue, Aug 17, 2010 at 10:16:39PM -0400, Christian PERRIER wrote: Quoting Jeremie Koenig (j...@jk.fr.eu.org): My alioth login is jkoenig-guest. I just validated you, Jérémie, for commit. Sorry that this came *after* Samuel committed most of your work but I think it'll be useful for post

Re: Bug#592690: localechooser: the Hurd console has display level 3 capability

2010-08-16 Thread Jeremie Koenig
Hi everyone, On Thu, Aug 12, 2010 at 09:53:17AM -0400, Christian PERRIER wrote: Quoting Jeremie Koenig (j...@jk.fr.eu.org): Package: localechooser (...) The Hurd console supports all the display level 3 languages, thanks to its neat dynamic VGA font support. The attached patch enables

Bug#593212: rootskel: please add Hurd support

2010-08-16 Thread Jeremie Koenig
on Hurd. If you apply this, please remember to fill-in the bug number in the changelog, create the empty src/etc/fstab-hurd, and set execute permissions on src/sbin/reopen-console-hurd. Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: debian/changelog

[PATCH 5/7] Include a BDF font on Hurd images.

2010-08-16 Thread Jeremie Koenig
systems will convert it to BGF first. Signed-off-by: Jeremie Koenig j...@jk.fr.eu.org --- Makefile | 23 --- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 556cbe0..2d855cb 100644 --- a/Makefile +++ b/Makefile @@ -624,7 +624,7

[PATCH 6/7] Temporary workaround: preseed file for Hurd images

2010-08-16 Thread Jeremie Koenig
by preseeding the answer to yes. Signed-off-by: Jeremie Koenig j...@jk.fr.eu.org --- Makefile |7 +++ hurd-installer-mirror-preseed.cfg |4 hurd-installer-mirror-pubkey | Bin 0 - 1198 bytes 3 files changed, 11 insertions(+), 0 deletions(-) create

[PATCH 7/7] Work around my laziness wrt. signing the Release file for my repository.

2010-08-16 Thread Jeremie Koenig
Signed-off-by: Jeremie Koenig j...@jk.fr.eu.org --- util/get-packages |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/util/get-packages b/util/get-packages index a80fe16..3013743 100755 --- a/util/get-packages +++ b/util/get-packages @@ -77,7 +77,7 @@ fi # All

[PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-16 Thread Jeremie Koenig
The /lib/ld.so symlink is what Hurd binaries use, and points to ld.so.1. The empty /servers/exec file is necessary at boot time, to register the exec server started by Mach as a multiboot module. Signed-off-by: Jeremie Koenig j...@jk.fr.eu.org --- Makefile | 10 ++ 1 files changed, 10

[PATCH 1/7] Fix the generation of pkg-lists/standard-udebs

2010-08-16 Thread Jeremie Koenig
* Add pkg-lists/standard-udebs as a dependency for monolthic images (it is removed automatically on clean, but was never generated). * Messy sources.list.udeb will come with non-udeb packages and duplicated udebs; handle those. Signed-off-by: Jeremie Koenig j...@jk.fr.eu.org --- Makefile

[PATCH 2/7] Override $(genext2fs) in config/hurd.cfg

2010-08-16 Thread Jeremie Koenig
in question is included. Signed-off-by: Jeremie Koenig j...@jk.fr.eu.org --- Makefile|8 config/hurd.cfg |9 + 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 07ab485..d873b58 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,10

Hurd patches for installer/build

2010-08-16 Thread Jeremie Koenig
Hi, these are the patches I'm using to build my Hurd d-i images. I believe the first five should be considered for inclusion: [PATCH 1/7] Fix the generation of pkg-lists/standard-udebs [PATCH 2/7] Override $(genext2fs) in config/hurd.cfg [PATCH 3/7] Fine-tune the Hurd configuration [PATCH 4/7]

[PATCH 3/7] Fine-tune the Hurd configuration

2010-08-16 Thread Jeremie Koenig
* Use mklibs-copy for the time being. * Use the newer module --nounzip grub command to load the gzipped initrd, and let the gunzip: store driver handle the decompression. * Disable the uninstallable or otherwise broken standard udebs from the monolithic images. Signed-off-by: Jeremie Koenig j

Re: Bug#592690: localechooser: the Hurd console has display level 3 capability

2010-08-16 Thread Jeremie Koenig
-guest. Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100816131505.ga10...@jk.fr.eu.org

Re: [PATCH 5/7] Include a BDF font on Hurd images.

2010-08-16 Thread Jeremie Koenig
On Mon, Aug 16, 2010 at 01:20:24PM +0200, Jeremie Koenig wrote: +else + # The hurd console uses a BDF font + if [ -d $(LOCALE_PATH)/C.UTF-8 ] [ -e /usr/src/unifont.bdf ]; then \ + $(submake) $(TREE)/usr/share/hurd/vga-system.bdf

Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-16 Thread Jeremie Koenig
On Mon, Aug 16, 2010 at 10:41:59AM -0700, Steve Langasek wrote: On Mon, Aug 16, 2010 at 01:20:23PM +0200, Jeremie Koenig wrote: +ifeq ($(DEB_HOST_ARCH_OS),hurd) + # On Hurd the SONAME for the dynamic linker is ld.so.1, but binaries + # have the ld.so symlink as the interpreter. Ideally

Re: [PATCH 7/7] Work around my laziness wrt. signing the Release file for my repository.

2010-08-16 Thread Jeremie Koenig
. Point taken, I'll be sure either not to do it again or to include big fat warnings all over the place if I do :-) -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-12 Thread Jeremie Koenig
On Thu, Aug 12, 2010 at 09:43:06AM +0200, Petter Reinholdtsen wrote: [Jeremie Koenig] - if [ ! -d /target/sys ]; then + if [ ! -d /target/sys ] [ $(udpkg --print-os) != hurd ]; then Would it be better to look for 'sysfs' in /proc/filesystems to avoid hardcoding OS names

Bug#592671: partman-target: /target/etc/fstab is not created on Hurd

2010-08-11 Thread Jeremie Koenig
/changelog. Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: partman-target/debian/changelog === --- partman-target/debian/changelog (revision 64302) +++ partman-target/debian/changelog (working copy) @@ -1,10

Bug#586870: partman-base: use a system-specific default filesystem

2010-08-11 Thread Jeremie Koenig
Hi, On Wed, Aug 04, 2010 at 08:42:02PM +0200, Aurelien Jarno wrote: On Sun, Aug 01, 2010 at 04:30:17PM +0200, Samuel Thibault wrote: Jeremie Koenig, le Wed 23 Jun 2010 06:53:23 +0200, a écrit : [complicated run-time patch for default filesystem selection] So, what do people think about

Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-11 Thread Jeremie Koenig
on Hurd. Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: debian-installer-utils/debian/changelog === --- debian-installer-utils/debian/changelog (revision 64302) +++ debian-installer-utils/debian/changelog

Bug#592690: localechooser: the Hurd console has display level 3 capability

2010-08-11 Thread Jeremie Koenig
, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: localechooser/debian/changelog === --- localechooser/debian/changelog (revision 64302) +++ localechooser/debian/changelog (working copy) @@ -1,11 +1,15 @@ localechooser (2.28

Bug#588776: base-installer: please don't rely on /proc/mounts, which is not available on Hurd

2010-07-12 Thread Jeremie Koenig
check when /proc/mounts does not exist. -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: base-installer/debian/changelog === --- base-installer/debian/changelog (revision 63843) +++ base-installer/debian/changelog (working

Bug#588761: netcfg: please include Hurd support

2010-07-11 Thread Jeremie Koenig
nonetheless. Anyway, the attached patch makes netcfg-static work on Hurd. Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: netcfg/debian/changelog === --- netcfg/debian/changelog (revision 63843) +++ netcfg/debian

Bug#586870: partman-base: use a system-specific default filesystem

2010-06-22 Thread Jeremie Koenig
the situation when/if more system-specific defaults prove to be necessary. Any thoughts? (or irrepressible urges to commit my patch? :-) Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: partman-base/debian/changelog

Bug#586871: partman-basicfilesystems: please include Hurd support

2010-06-22 Thread Jeremie Koenig
by ext2fs; - the errors=remount-ro option is not supported. See the attached patch. Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: partman-basicfilesystems/debian/changelog === --- partman-basicfilesystems/debian

Bug#586687: debian-installer: build scripts can use outdated packages

2010-06-21 Thread Jeremie Koenig
the most recent version of a given udeb from apt.udeb/cache. This may cause images to be built with outdated udebs. The attached patch makes it use 'dpkg --compare-versions' instead. Thanks, -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: debian/changelog

installer/build: get-packages grabs outdated udebs

2010-06-17 Thread Jeremie Koenig
Hello, The get-packages script uses sort | tail -1 to get the most recent version of a given udeb from apt.udeb/cache. The attached patch makes it use dpkg --compare-versions instead. -- Jeremie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org Index: debian/changelog

Re: d-i oldworld mac: floppies fail on 4400/200 and 7200/75

2004-04-14 Thread Jeremie Koenig
this week-end, but maybe Sven can carry the oldworld box to Munich if some oldworld-related stuff is planned. I'm not sure it's top-priority for the BSP, though. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: d-i oldworld mac: floppies fail on 4400/200 and 7200/75

2004-04-14 Thread Jeremie Koenig
. There's a bug in rsrce I worked around in this version, but I'm not really sure it was the problem. Can you try it ? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: stuffit WAS: Debian-installer, older hardware, boot loaders, ...

2004-04-02 Thread Jeremie Koenig
that it compiles with gcc. miBoot's source code is full of mac-specific C constructs and header files references. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#241228: Oldworld from floppy, installing the kernel fails

2004-03-31 Thread Jeremie Koenig
append root=/dev/bla to the kernel command line and set this option in quik.conf ? No, but maybe you should use initrd=/... rather than append= I think quik can load the initrd, but the kernel can't. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Bug#241228: Oldworld from floppy, installing the kernel fails

2004-03-31 Thread Jeremie Koenig
before Sven started autobuilding them, for Rick Thomas who wanted to test this stuff. I've removed them now that they're no more needed. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Debian-installer, older hardware, boot loaders, miboot amiboot ..

2004-03-30 Thread Jeremie Koenig
On Sun, Mar 28, 2004 at 11:55:03AM -0500, Joey Hess wrote: Jeremie Koenig wrote: The plan was to request a sarge-ignore tag on the d-i build-depends on miboot, which is in contrib, and try to find a better solution for next releases. This is the first I've heard of this. Has the sarge

Re: Debian-installer, older hardware, boot loaders, miboot amiboot ..

2004-03-30 Thread Jeremie Koenig
On Tue, Mar 30, 2004 at 03:38:31PM +0100, Colin Watson wrote: On Tue, Mar 30, 2004 at 04:33:04PM +0200, Jeremie Koenig wrote: On Sun, Mar 28, 2004 at 11:55:03AM -0500, Joey Hess wrote: Jeremie Koenig wrote: The plan was to request a sarge-ignore tag on the d-i build-depends on miboot

Re: OldWorld floppy images

2004-03-28 Thread Jeremie Koenig
have a bootloader-installer for oldworld powermacs yet. I'll hopefully write this soon. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#240602: boot-floppies: sarge - there may be multiple driver floppies - need to ask for more

2004-03-28 Thread Jeremie Koenig
of the floppies, you are expected to be able to fetch udebs by other means (the network or the CD), so you shouldn't need to load a second floppy in most cases. It's possible anyway be backing up to the main-menu and re-selecting the load-floppy menu item. -- Jeremie Koenig [EMAIL PROTECTED

Re: Debian-installer, older hardware, boot loaders, miboot amiboot ..

2004-03-28 Thread Jeremie Koenig
in the boot-floppies source code, without any license or source code. I'd say the legal situation will be improved much already ! Would it be really problematic to upload the boot block along with miboot in contrib or non-free ? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email

Re: OldWorld floppy images

2004-03-26 Thread Jeremie Koenig
: QM_MODULES: Function not implemented The Makefile seems to call depmod when creating the tree and VERSIONED_SYSTEM_MAP is defined, but after a quik grep -r, I fail to see how this could be the case... -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: OldWorld floppy images

2004-03-26 Thread Jeremie Koenig
working... I don't know it it was the same problem. I can't be of much help here, my focus for now is mainly oldworld/boot specific things. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

legal stuff about miBoot

2004-03-26 Thread Jeremie Koenig
miBoot 1.0d4 under the GPL ? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

being added to the alioth project

2004-03-26 Thread Jeremie Koenig
I'd need svn write access in order to maintain oldworld stuff without bothering Sven. Could someone add me to the alioth project ? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: being added to the alioth project

2004-03-26 Thread Jeremie Koenig
On Fri, Mar 26, 2004 at 06:49:33PM +0100, sprite wrote: I'd need svn write access in order to maintain oldworld stuff without bothering Sven. Could someone add me to the alioth project ? Oops, forgot my username. (jkoenig-guest) -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE

Re: legal stuff about miBoot

2004-03-26 Thread Jeremie Koenig
. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: OldWorld floppy images

2004-03-25 Thread Jeremie Koenig
and macutils, then see the hack in /usr/bin/miboot to get the resource fork integrated back (it's rather ugly, but not my fault ;-) I'm not really sure it's worth it, however... Who needs something else than a 80 characters wide console ? :-P -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE

Re: OldWorld floppy images

2004-03-25 Thread Jeremie Koenig
me to pick the drivers I wanted it to install, so I may not have picked the right module(s). Which ones should I have used? You mean, in anna when loading the floppy ? Pickup everything, and hopefully your scsi host will be detected. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE

Bug#239758: debian-installer: tmpfs disk gets full when trying bootstrapping again

2004-03-24 Thread Jeremie Koenig
with limited memory. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: OldWorld floppy images

2004-03-24 Thread Jeremie Koenig
for you (the other will probably give no video output). -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: OldWorld floppy images

2004-03-23 Thread Jeremie Koenig
on that machine is terminally old/tired/flakey I hope you're right ;-) So, can we make a root.img file that will fit on a 1.440 MB disk? Yes, I'll try to do this today, as well as a boot image that works for you. Hope this helps! It does, thanks ! -- Jeremie Koenig [EMAIL PROTECTED

Re: testing beyond Intel [PATCH]

2004-03-22 Thread Jeremie Koenig
On Mon, Mar 22, 2004 at 11:29:59AM +0100, Sven Luther wrote: On Sat, Mar 20, 2004 at 03:01:11PM +0100, Jeremie Koenig wrote: I've got building oldworld floppies (patch to the build/ directory, and packages for miBoot and my hacked resource editor), and I'm just waiting for some miBoot legal

Re: testing beyond Intel [PATCH]

2004-03-20 Thread Jeremie Koenig
and my hacked resource editor), and I'm just waiting for some miBoot legal stuff to be sorted out (the version I use doesn't have a license.) But in the meantime, I can provide boot floppies to Rick if he needs them. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: m68k bootloader package(s)?

2004-03-17 Thread Jeremie Koenig
to be the clean way. Don't forget that Debian must distribute the source code of GPL software, and the easier way to do this is still packaging it. Also, miBoot can't be built from source with free software, so it must go to contrib, don't forget it if you're in a similar situation. -- Jeremie Koenig

build/Makefile over-calls depkg-architecture.

2004-03-11 Thread Jeremie Koenig
The build system top-level Makefile invokes dpkg-architecture each time it reenters (ie quite often), which slows it down. The attached patch makes make list significantly faster. -- Jeremie Koenig [EMAIL PROTECTED] build.diff.gz Description: Binary data

Re: debian-installer on oldworld -- how-to ?

2004-03-07 Thread Jeremie Koenig
or wednesday) -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#230502: debian-installer wiped out my MBR

2004-01-31 Thread Jeremie Koenig
detected), then reboot. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: d-i first-stage configuration

2004-01-30 Thread Jeremie Koenig
that the script has send to stdout : - The menu item title to use; - Debconf substitutions variable values to be used with the main-menu template. This way, the resulting extended item titles could be translated with no pain. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE

Re: d-i first-stage configuration

2004-01-30 Thread Jeremie Koenig
On Sat, Jan 31, 2004 at 03:03:57AM +0100, Jeremie Koenig wrote: ... two return codes to the menutest script. One for disappairing from the menu (country-chooser when LANG=C). I'v just seen that this one is already implemented with isinstallable. -- Jeremie Koenig [EMAIL PROTECTED

Use configure scripts more widely

2004-01-30 Thread Jeremie Koenig
be cool :-) -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bits about countrychooser and languagechooser

2004-01-25 Thread Jeremie Koenig
? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Debian Installer beta2 working on an OldWorld PowerMac-6500/225

2004-01-22 Thread Jeremie Koenig
won't be able to use/test BootX at all, so I can't do it myself. Of course your help would be welcome on any of the above items, too. Let me know if there's anything you'd like to work on, so we can coordinate our efforts. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email

linux-kernel-di and powerpc-small

2004-01-21 Thread Jeremie Koenig
-* should be renamed to nic-*-modules, or they won't get built. -- Jeremie Koenig [EMAIL PROTECTED] Index: copy-modules === RCS file: /cvsroot/d-i/debian-installer/kernel/linux-kernel-di/copy-modules,v retrieving revision 1.12 diff -u

Re: linux-kernel-di and powerpc-small

2004-01-21 Thread Jeremie Koenig
the modules/i386-xfs directory. Steve? Er, no it won't. I suppose the flavor could be 386-xfs though. Well, with i386 as the arch and xfs as the falvour, it'll use modules/i386-xfs, it's the line just above my own addition. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email

miBoot problems

2004-01-20 Thread Jeremie Koenig
On Mon, Jan 19, 2004 at 05:08:05PM +0100, Jeremie Koenig wrote: - miBoot's freeness is unclear to me ATM. I guess providing a boot floppy in the contrib/non-free section would be much work for a few OldWorld users that would probably be able to create it themselves if we

Re: miBoot problems

2004-01-20 Thread Jeremie Koenig
miboot was simply the bootloader, that would need to be pointed at the d-i images to be booted? It's _inside_ the image. So far the binary is distributed by Debian inside boot-floppy-hfs.img and inside the boot-floppies source code and cvs repository (ouch!). -- Jeremie Koenig [EMAIL PROTECTED

OldWorld status.

2004-01-19 Thread Jeremie Koenig
here. If someone wants the build patch or images to test right now, just ask. Thanks to Sven Luther and Joey Hess for getting a bootable -small kernel in the archive, by the way. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Re: Installation report and plans for oldworld power macintoshes

2004-01-17 Thread Jeremie Koenig
. However, archdetect wasn't on the initrd. I think it has been pulled in by anna, but I don't know if it has been run. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Installation report and plans for oldworld power macintoshes

2004-01-15 Thread Jeremie Koenig
for wrong subarches from being installed. It'd only help with the boot loader. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Installation report and plans for oldworld power macintoshes

2004-01-15 Thread Jeremie Koenig
On Thu, Jan 15, 2004 at 12:57:33PM -0600, Stephen R Marenka wrote: On Thu, Jan 15, 2004 at 01:23:14PM +0100, Jeremie Koenig wrote: Ok, I won't care. I do care about something, however : is there a distribution of miBoot in a readable archive format (there seem to be no stuffit free

Bug#227498: failed install with 20040111 sarge netinst ISO on Tosh SatPro 4300 Laptop

2004-01-14 Thread Jeremie Koenig
. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Installation report and plans for oldworld power macintoshes

2004-01-14 Thread Jeremie Koenig
. -- Jeremie Koenig [EMAIL PROTECTED]

Bug#219888: Could so have a look at this anna patch ?

2004-01-11 Thread Jeremie Koenig
, - high/critical, don't show anything. But of course I can change this if it seems inappropriate. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: CUstom boot images HOWTO?

2004-01-10 Thread Jeremie Koenig
linux.bin and it boots. I think there's a text file on the floppy explaining this with more details. (I'm assuming you're speaking about the woody installer, not the one in developement for the testing distribution.) -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#219888: Could so have a look at this anna patch ?

2004-01-09 Thread Jeremie Koenig
comments, which is why I'm writing this message. Sorry if it is superfluous. Thanks, -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: beta 2 plans

2004-01-06 Thread Jeremie Koenig
could give it a try in some time (1-2 weeks, exams are coming soon and I'm not in a very good situation wrt them...) Alternatively, I could lend it to you if you wish. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Re: beta 2 plans

2004-01-06 Thread Jeremie Koenig
it would be a possibility also. This is possible, too. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#222500: The state engine has (i mean.. had :) some problems.

2003-12-03 Thread Jeremie Koenig
, since a stack of them is now used via recursive calls of step_go(). -- Jeremie Koenig [EMAIL PROTECTED] diff -ur anna.219888/anna.c anna/anna.c --- anna.219888/anna.c Tue Nov 25 21:19:27 2003 +++ anna/anna.c Sat Nov 29 17:57:13 2003 @@ -6,13 +6,46 @@ #include sys/utsname.h #include anna.h

Bug#222506: anna: reinstall packages when new packages depend on them.

2003-12-03 Thread Jeremie Koenig
have to deselect already installed package only once depends have been resolved. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Arch: all udebs generated by binary-arch targets

2003-12-03 Thread Jeremie Koenig
packages in their binary-arch targets. Sorry for asking to get beaten up with pointers to manauls or policy. - binary-arch should generate arch-dependant packages, - binary-indep Arch: all packages, - binary both. (IIRC this is in policy.) -- Jeremie Koenig [EMAIL PROTECTED

Bug#222573: anna: reinstall packages when new packages depend on them.

2003-12-03 Thread Jeremie Koenig
have to deselect already installed package only once depends have been resolved. (i've resent this since i haven't got any news from the previous try which was 24 hours ago. Hope it won't get duplicated.) -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#222506: anna: reinstall packages when new packages depend on them.

2003-12-03 Thread Jeremie Koenig
retitle 222506 anna: proposes some already installed packages thanks On Sun, Nov 30, 2003 at 11:05:07AM +, Jeremie Koenig wrote: Since anna first deselect already installed packages, and then resolve dependencies using libdebian-installer, some installed packages get reselected

Bug#201396: anna: udebs in udeb_exclude will be installed anyway

2003-12-03 Thread Jeremie Koenig
by an override file (similar to the ones used by ftpmasters). -- Jeremie Koenig [EMAIL PROTECTED] diff -ur anna.state-engine/anna.c anna/anna.c --- anna.state-engine/anna.cSat Nov 29 17:57:13 2003 +++ anna/anna.c Sun Nov 30 02:34:17 2003 @@ -104,6 +104,10 @@ if (uname(uts) == 0

Re: di download

2003-11-29 Thread Jeremie Koenig
/d-i/powerpc/ -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: (low priority) udeb naming

2003-11-27 Thread Jeremie Koenig
and a deb to have the same name when the udeb is the fat-free equivalent for the real package. After all, they're more or less two flavours of the same package. This could be tested automatically by allowing only name collisions within the same the same source package. -- Jeremie Koenig [EMAIL

Bug#219528: Random root tmpfs filesystem size.

2003-11-27 Thread Jeremie Koenig
tags 219528 + patch thanks On Wed, Nov 26, 2003 at 09:34:14AM +0100, Jeremie Koenig wrote: I'll produce a better fix, such as grepping /proc/filesystems. Here it is. -- Jeremie Koenig [EMAIL PROTECTED] diff -ru rootskel.before/src/sbin/init rootskel/src/sbin/init --- rootskel.before/src/sbin

Bug#219888: anna: Give the user full control of modules to be installed

2003-11-26 Thread Jeremie Koenig
On Mon, Nov 10, 2003 at 09:31:12PM +0100, Jeremie Koenig wrote: Ok, I'll look into these too. I'll test the new patch and send it tomorrow evening. Well, this was more like 2 weeks, but here is a patch anyway. Can someone have a look ? (to anna's changelog too, BTW, it looks weird.) Changes

Bug#219528: Random root tmpfs filesystem size.

2003-11-26 Thread Jeremie Koenig
tag 219528 - patch thanks (i hope i got it right, it's the first time i use [EMAIL PROTECTED] Is it ok to CC the bug report ?) On Fri, Nov 07, 2003 at 05:15:08AM +0100, Jeremie Koenig wrote: I think the limit should be set manually (as documented in /usr/src/linux/Documentation/filesystems

Bug#219528: Random root tmpfs filesystem size.

2003-11-26 Thread Jeremie Koenig
spoken too fast, I hope someone around can enlight us. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Tagging some bugs.

2003-11-26 Thread Jeremie Koenig
this ? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#220163: installation-reports: netboot install attempt via PXE (fwd)

2003-11-11 Thread Jeremie Koenig
modules we have into this image? I agree, please include this in your bug report. Choosing the netboot image and having to use floppies anyway sucks. FWIW, i'm using bterm and nic-extra-modules on homemade netboot images and they work perfectly. -- Jeremie Koenig [EMAIL PROTECTED

Re: Translation testing

2003-11-11 Thread Jeremie Koenig
will give you a simpler way, if there's one.. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#220163: installation-reports: netboot install attempt via PXE (fwd)

2003-11-11 Thread Jeremie Koenig
On Tue, Nov 11, 2003 at 12:33:59PM -0500, Joey Hess wrote: We're missing bogl-bterm and a lot of other utf-8 and terminal stuff on the netboot initrd. I will add it. Could you please s/nano/nano-udeb/ in pkg-lists/netboot/common ? Netboot images don't build any more. -- Jeremie Koenig [EMAIL

Bug#219888: anna: Give the user full control of modules to be installed

2003-11-10 Thread Jeremie Koenig
the qustion is shown ? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Processed: tag pending d-i bugs

2003-11-10 Thread Jeremie Koenig
when we sbumit them ? -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#219888: anna: Give the user full control of modules to be installed

2003-11-10 Thread Jeremie Koenig
is shown ? I don't know. I'll try and see, so we don't need a seen test not to overwrite prefilled values. -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#219888: anna: Give the user full control of modules to be installed

2003-11-10 Thread Jeremie Koenig
On Mon, Nov 10, 2003 at 07:53:14PM +0100, Steinar H. Gunderson wrote: On Mon, Nov 10, 2003 at 07:43:09PM +0100, Jeremie Koenig wrote: BTW, anna does : debconf_fset(debconf, ANNA_CHOOSE_MODULES, seen, false); before the question is asked. I think there are other instances

Bug#219889: anna: Poorly handles commas in components descriptions

2003-11-09 Thread Jeremie Koenig
; } char * -- Jeremie Koenig [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

  1   2   >