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? >

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)"

Bug#593865: busybox: please include CONFIG_FEATURE_INITRD on Hurd

2010-08-21 Thread Jeremie Koenig
rrides. Thanks, -- Jeremie Koenig 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: [PATCH 2/7] Override $(genext2fs) in config/hurd.cfg

2010-08-21 Thread Jeremie Koenig
On Sat, Aug 21, 2010 at 02:14:14PM -0300, Otavio Salvador wrote: > Hello, > > On Fri, Aug 20, 2010 at 9:24 PM, Samuel Thibault wrote: > > I believe this can be commited. > > I see no problem with it being commited; it looks right for me. Done (r64432), sorry for the delay

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 decompress

Re: anna resolver and non-installable packages

2010-08-20 Thread Jeremie Koenig
, load-iso, iso-scan, cdebconf-newt-udeb, cdebconf-newt-terminal, cdebconf-newt-entropy -- Jeremie Koenig 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 htt

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&

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

2010-08-16 Thread Jeremie Koenig
bian-boot IMHO. 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 http://jk.fr.eu.org -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe&qu

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 symli

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) $(TR

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

2010-08-16 Thread Jeremie Koenig
gin is jkoenig-guest. Thanks, -- Jeremie Koenig 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

[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: Jere

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] Ad

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

2010-08-16 Thread Jeremie Koenig
question is included. Signed-off-by: Jeremie Koenig --- 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 @@ all: list

[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 --- Makefile |4 +++- 1 files

[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 --- Makefile | 10 ++ 1 files changed, 10 insertions(+), 0

[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 --- 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 these options make apt

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

2010-08-16 Thread Jeremie Koenig
with no kernel?" warning by preseeding the answer to "yes". Signed-off-by: Jeremie Koenig --- Makefile |7 +++ hurd-installer-mirror-preseed.cfg |4 hurd-installer-mirror-pubkey | Bin 0 -> 1198 bytes 3 files changed, 11 insertions(+), 0

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

2010-08-16 Thread Jeremie Koenig
other systems will convert it to BGF first. Signed-off-by: Jeremie Koenig --- 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 @@ sources.lis

Bug#593212: rootskel: please add Hurd support

2010-08-16 Thread Jeremie Koenig
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 http://jk.fr.eu.org Index: debian/changelog

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

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

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

2010-08-11 Thread Jeremie Koenig
, -- Jeremie Koenig 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) UNRELEASED; urgency

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

2010-08-11 Thread Jeremie Koenig
Hurd. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: debian-installer-utils/debian/changelog === --- debian-installer-utils/debian/changelog (revision 64302) +++ debian-installer-utils/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] > >

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

2010-08-11 Thread Jeremie Koenig
itute the bug number in debian/changelog. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: partman-target/debian/changelog === --- partman-target/debian/changelog (revision 64302) +++ partman-target/debian/changelog (working co

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 http://jk.fr.eu.org Index: base-installer/debian/changelog === --- base-installer/debian/changelog (revision 63843) +++ base-installer/debian/changelog (working copy) @@ -1,3 +1,9

Bug#588761: netcfg: please include Hurd support

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

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

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

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

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

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

2010-06-21 Thread Jeremie Koenig
-1" to get 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 http://jk.fr.eu.or

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 http://jk.fr.eu.org Index: debian

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

2004-04-14 Thread Jeremie Koenig
rchive. 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: d-i oldworld mac: floppies fail on 4400/200 and 7200/75

2004-04-14 Thread Jeremie Koenig
't be available 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 subjec

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

2004-04-02 Thread Jeremie Koenig
code so 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]

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

2004-03-31 Thread Jeremie Koenig
, they were built 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]

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

2004-03-31 Thread Jeremie Koenig
I really 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]>

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 ta

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

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

2004-03-28 Thread Jeremie Koenig
URLS", > which was used, if i remember well, for miboot in boot-floppies. No, miBoot and the said boot block used to sit around 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

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

2004-03-28 Thread Jeremie Koenig
;ve loaded one 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 Koen

Re: OldWorld floppy images

2004-03-28 Thread Jeremie Koenig
> It was expected, we don't 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]

Re: legal stuff about miBoot

2004-03-26 Thread Jeremie Koenig
s and works perfectly, OTOH. We're using Linux 2.4.25, IIRC. -- 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

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]

legal stuff about miBoot

2004-03-26 Thread Jeremie Koenig
ed. Is there any problem with Debian distributing 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]

Re: OldWorld floppy images

2004-03-26 Thread Jeremie Koenig
checked my cable, things got 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]

Re: OldWorld floppy images

2004-03-26 Thread Jeremie Koenig
The problem being during the depmod > phase, which dies with : > > depmod: 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... --

Re: OldWorld floppy images

2004-03-25 Thread Jeremie Koenig
oth driver floppys (net and CD). > Things got a bit confused when it asked 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

Re: OldWorld floppy images

2004-03-25 Thread Jeremie Koenig
deb[-src] http://sprite.fr.eu.org/dist/debian as well as hfsutils 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 th

Re: OldWorld floppy images

2004-03-24 Thread Jeremie Koenig
uld work 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]

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

2004-03-24 Thread Jeremie Koenig
too small on systems 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-23 Thread Jeremie Koenig
noises and it never ejected the disk. It just > hung. That's more worrying... > I believe that the floppy drive 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

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

Re: testing beyond Intel [PATCH]

2004-03-20 Thread Jeremie Koenig
kages for miBoot 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]> --

Re: m68k bootloader package(s)?

2004-03-17 Thread Jeremie Koenig
t to install it to an HFS filesystem. It seemed 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&#

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
d solve the miBoot dependency problem (miBoot will be in contrib.) But that's for later. Is there anyone around who could check and sponsor my packages when they're ready ? (hopefully tomorrow 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
iscs/disc0/disc" from a shell within debian-installer (once your disk has been detected), then reboot. -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Use configure scripts more widely

2004-01-30 Thread Jeremie Koenig
r media, which would be cool :-) -- 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
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 Koe

Re: d-i first-stage configuration

2004-01-30 Thread Jeremie Koenig
ng from the menu (country-chooser when LANG=C). The other one would indicate 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&

Re: Bits about countrychooser and languagechooser

2004-01-25 Thread Jeremie Koenig
mean, don't do complicated things.) Also, what about adding the C and POSIX locales somehow ? -- 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
, especially the bootx part, as I 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 Koen

Re: linux-kernel-di and powerpc-small

2004-01-21 Thread Jeremie Koenig
sions: > > > > i3862.4.22 xfs ... > > > > And use 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 t

linux-kernel-di and powerpc-small

2004-01-21 Thread Jeremie Koenig
ic-modules-* 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 retrievi

Re: miBoot problems

2004-01-20 Thread Jeremie Koenig
r the next release. Does it sound reasonable ? > I thought 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 sourc

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 >

OldWorld status.

2004-01-19 Thread Jeremie Koenig
send patches when everything will be working well 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, e

Re: Installation report and plans for oldworld power macintoshes

2004-01-17 Thread Jeremie Koenig
sinstallable" > script? I'll test. 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
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 se

Re: Installation report and plans for oldworld power macintoshes

2004-01-15 Thread Jeremie Koenig
ken. Who did > comment that out and why ? I don't think so. The piece of code I'm speaking about is just keeping udebs 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]

Installation report and plans for oldworld power macintoshes

2004-01-14 Thread Jeremie Koenig
c/passwd was empty. I launched the installer again, chroot-set a root password and everything was ok. -- Jeremie Koenig <[EMAIL PROTECTED]>

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

2004-01-14 Thread Jeremie Koenig
ediately after loading the module (no wait at all). For the record, this is #219680. -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

2004-01-11 Thread Jeremie Koenig
ow extra things to install, - 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
oppy over 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]> -- T

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

2004-01-09 Thread Jeremie Koenig
hes are about 1 month old without 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
ld it for you, and you test 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]

Re: beta 2 plans

2004-01-06 Thread Jeremie Koenig
here, and I 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

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

2003-12-03 Thread Jeremie Koenig
ude 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 (u

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 > reselecte

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

2003-12-03 Thread Jeremie Koenig
ly we 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 t

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

2003-12-03 Thread Jeremie Koenig
nk) which generate > > Arch: all 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

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

2003-12-03 Thread Jeremie Koenig
ly we 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]

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

2003-12-03 Thread Jeremie Koenig
eally "states" any longer, however, 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 @@

Re: di download

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

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 --- roots

Re: (low priority) udeb naming

2003-11-27 Thread Jeremie Koenig
allow (and probably recommand) a udeb 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 s

Tagging some bugs.

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

Bug#219528: Random root tmpfs filesystem size.

2003-11-26 Thread Jeremie Koenig
8k mac. Sorry if i've 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]

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/

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 l

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. --

Re: Translation testing

2003-11-11 Thread Jeremie Koenig
who know what they're speaking about 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
work install is > being attempted? It's not like we're trying to cram stuff onto a floppy > here, so why not put all the network 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 s

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"); > > > >

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

2003-11-10 Thread Jeremie Koenig
> I don't object Good :-) > > BTW: can I use a substitution for the Default: field, rather than > > setting the value before the qustion 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]

Re: Processed: tag pending d-i bugs

2003-11-10 Thread Jeremie Koenig
all d-i bugs d-i 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
he Default: field, rather than setting the value before the qustion is shown ? -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

2003-11-09 Thread Jeremie Koenig
e_strcpy(buf+n, package->short_description, size-n); +return n; } char * -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

  1   2   >