[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian Boot Floppies CVS: boot-floppies koptein



> > Log message:
> > * changed the kbd-version to 0.97
> > * added prep-tftpimage
> 
> We'll probably have to switch to console-tools for potato. See thread by 
> Yann Dirson <dirson@debian.org> (kbd and console-tools maintainer) on
> debian-devel.

Ah, thnx for the info. 


What is the current status for this:

cc -g -Wall -D_GNU_SOURCE -O2 -fomit-frame-pointer -fno-builtin  -DBB_VER='"0.27"' -DBB_BT='"19990414-1602"' -DINCLUDE_DBOOTSTRAP
-c ../dbootstrap/tmp.bootconfig.c -o ../dbootstrap/tmp.bootconfig.o
bootconfig.c:12: dbootstrap.h: No such file or directory
bootconfig.c:13: lang.h: No such file or directory
make[4]: [../dbootstrap/tmp.bootconfig.o] Error 1 (ignored)


What about msdos vers. ext2? 

#define KERDISKIMG      "resc1440%s%s.bin"
#define DRVDISKIMG      "drv1440%s%s.bin"
#define BASETGZ         "base2_1.tgz"
#define ADDONS          "addons.tgz"

and:

/* ED: floppy filesystem type is not the same for all architectures */
#if #cpu(sparc) || #cpu(powerpc)
static char *fs_type = "ext2";
#else
static char *fs_type = "msdos";
#endif

What can we do now for the big 'missing space on one floppy' pain? 

This are my current sizes: (glibc-2.1, ext2, reduced kernel image)

-rw-r--r-- root/root   1019393 1999-03-21 22:48 root.bin
-rw-rw-r-- root/root   1474560 1999-03-21 18:37 drv1440.bin
-rw-r--r-- root/root    768526 1999-03-21 18:37 linux
-rw-rw-r-- root/root     86508 1999-03-21 18:37 sysmap.gz

Removing /usr/doc, /use/info and /usr/man from the root.bin ??

Greetings,

    Hartmut


Reply to: