Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-06 Thread Andreas Barth
* Colin Watson (cjwat...@debian.org) [110906 10:10]: > On Mon, Sep 05, 2011 at 08:58:16PM -0600, Javier Vasquez wrote: > > Even when gNewSense has been able to make grub work, not sure if only > > for laptops, or mini-pcs included, on debian this is broken for > > mini-pcs, when trying to load the

Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-06 Thread Colin Watson
On Mon, Sep 05, 2011 at 08:58:16PM -0600, Javier Vasquez wrote: > Hi, I'm an user, not a dev, but I own a lemote mini-pc, not the > laptop, and the linux kernel for loongson-2f can be loaded through > initrd. Yep. Matt was more asking about other (non-Loongson) MIPS systems, though. > Actually t

Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-05 Thread Javier Vasquez
Hi, I'm an user, not a dev, but I own a lemote mini-pc, not the laptop, and the linux kernel for loongson-2f can be loaded through initrd. Actually that's the way archloong does it. This doesn't have anything to do to the ability to boot with grub. Actually archloong does not support grub (neith

Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-05 Thread Matt Kraai
Hi Joey, On Mon, Sep 05, 2011 at 10:42:33AM -0400, Joey Hess wrote: > Matt Kraai wrote: > > When I install on a Lemote Yeeloong, the resulting system fails to > > boot because the root filesystem uses ext4 and the kernel doesn't have > > a way to mount it since it doesn't use an initrd. The attac

Re: Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-05 Thread Joey Hess
Colin Watson wrote: > > This adds subarch-specific logic to a new location. If mipsel > > uses an initrd now, perhaps this in templates-arch should be changed? > > The templates mechanism doesn't support per-subarchitecture defaults > particularly sensibly AFAICT. I agree it's a bit grotty to do

Re: Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-05 Thread Colin Watson
On Mon, Sep 05, 2011 at 10:42:33AM -0400, Joey Hess wrote: > Matt Kraai wrote: > > When I install on a Lemote Yeeloong, the resulting system fails to > > boot because the root filesystem uses ext4 and the kernel doesn't have > > a way to mount it since it doesn't use an initrd. The attached patch

Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-05 Thread Joey Hess
Matt Kraai wrote: > When I install on a Lemote Yeeloong, the resulting system fails to > boot because the root filesystem uses ext4 and the kernel doesn't have > a way to mount it since it doesn't use an initrd. The attached patch > should make it do so. This adds subarch-specific logic to a new

Bug#640418: Does not use an initrd on mipsel/loongson-2f systems

2011-09-04 Thread Matt Kraai
Package: base-installer Version: 1.120 Tags: patch Hi, When I install on a Lemote Yeeloong, the resulting system fails to boot because the root filesystem uses ext4 and the kernel doesn't have a way to mount it since it doesn't use an initrd. The attached patch should make it do so. -- Matt Kr