testing i386 I noticed we need this, otherwise when I hit return at the syslinux prompt I get:
"Can't load linux" or something. --- syslinux.cfg.tillman Sat Mar 9 13:18:23 2002 +++ syslinux.cfg Sat Mar 9 13:18:41 2002 @@ -1,5 +1,5 @@ # see /usr/doc/syslinux/syslinux.doc.gz for file format description -DEFAULT linux +DEFAULT linux.bin ifdef(`__size2880__', `APPEND vga=normal load_ramdisk=1 ramdisk_size=16384 initrd=root.bin __disksize__ __flavor__', `APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384 root=/dev/fd0 __disksize__ __flavor__') Sat, Mar 09, 2002 at 08:08:35AM -0700 wrote: > On Fri, Mar 08, 2002 at 10:02:30PM -0700, Chris Tillman wrote: > > Here's an updated effort. I also went into the makefiles and changed > > our targets to linux*.bin, to match the philosophy already used for > > root*.bin and rescue*.bin. This makes everything more parallel and > > maybe a little more readable, still ending up with the desired result. > > > > I split the diff into 3 pieces, for docs, messages, and real code. > > BTW, I did a powerpc build and test successfully with this one. > > -- > *------v--------- Installing Debian GNU/Linux 3.0 --------v------* > | <http://www.debian.org/releases/woody/installmanual> | > | debian-imac (potato): <http://debian-imac.sourceforge.net> | > | Chris Tillman [EMAIL PROTECTED] | > | May the Source be with you | > *----------------------------------------------------------------* > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]