[gobolinux-devel] 014.b grub enumeration.

2008-03-19 Thread Carlo Calica
Hi, Just tried to install on real hardware. Sorta a pathological case and grub isn't installed correctly. This is with recent snapshots of Installer and ConfigTools. My hd setup: /dev/hda /dev/hdb /dev/sda (SATA SI 3114 chipset, PCI card) /dev/sdb (SATA SI 3114 chipset, PCI card) /dev/sdc (SATA

Re: [gobolinux-devel] [gobolinux-commits] r2977 - trunk/ConfigTools/bin

2008-03-19 Thread André Detsch
On Wed, Mar 19, 2008 at 8:38 AM, <[EMAIL PROTECTED]> wrote: > +ifconfig ath${i} &> /dev/null && echo eth${i} Maybe (...) && echo ath${i}? > +ifconfig wlan${i} &> /dev/null && echo eth${i} Same here, but echo wlan${i} What about: for iface_type in eth ath wlan do for i in `seq 0 9`;

Re: [gobolinux-devel] [gobolinux-commits] r2977 - trunk/ConfigTools/bin

2008-03-19 Thread Jonas Karlsson
On 19/03/2008, André Detsch <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2008 at 8:38 AM, <[EMAIL PROTECTED]> wrote: > > +ifconfig ath${i} &> /dev/null && echo eth${i} > > Maybe (...) && echo ath${i}? > > > > +ifconfig wlan${i} &> /dev/null && echo eth${i} > > Same here, but echo wlan$

[gobolinux-devel] Name of GoboLinux 014 bugfix release

2008-03-19 Thread Hisham
Hi, I notice the "014.b" name is gaining traction. I strongly suggest to use a more obvious name, such as "014.1". The "b" can be confused as meanining "beta". -- Hisham ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.g

Re: [gobolinux-devel] 014.b grub enumeration.

2008-03-19 Thread hisham . hm
On 3/19/08, Carlo Calica <[EMAIL PROTECTED]> wrote: > Hi, > > Just tried to install on real hardware. Sorta a pathological case and > grub isn't installed correctly. This is with recent snapshots of > Installer and ConfigTools. > > My hd setup: > /dev/hda > /dev/hdb > /dev/sda (SATA SI 3114 chipset

Re: [gobolinux-devel] Name of GoboLinux 014 bugfix release

2008-03-19 Thread Michael Homer
On Thu, Mar 20, 2008 at 8:05 AM, Hisham <[EMAIL PROTECTED]> wrote: > Hi, > > I notice the "014.b" name is gaining traction. I strongly suggest to > use a more obvious name, such as "014.1". The "b" can be confused as > meanining "beta". I thought we'd settled on 014A long ago, to be honest. Alth

Re: [gobolinux-devel] Name of GoboLinux 014 bugfix release

2008-03-19 Thread Lucas C. Villa Real
On Wed, Mar 19, 2008 at 2:44 PM, Michael Homer <[EMAIL PROTECTED]> wrote: > On Thu, Mar 20, 2008 at 8:05 AM, Hisham <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I notice the "014.b" name is gaining traction. I strongly suggest to > > use a more obvious name, such as "014.1". The "b" can be conf

Re: [gobolinux-devel] Name of GoboLinux 014 bugfix release

2008-03-19 Thread Carlo Calica
On 3/19/08, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > > Right. I'm ok with 014.1. Or maybe 014.01, then 014.10 and then > 014.11. No more than 3 bug fix releases would be allowed in this case > ;-) > I like this. -- Carlo J. Calica ___ gobolin

Re: [gobolinux-devel] 014.b grub enumeration.

2008-03-19 Thread Carlo Calica
On 3/19/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I'm booting with a CD/Flash mix. The CD contains isolinux, kernel, > > initrd, and NO squashfs images. The initrd won't find any squashfs > > images and will fallback to the usb flash. > > > > Any idea what's wrong? What can I t