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
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`;
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$
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
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
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
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
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
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