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

Debian Boot Floppies CVS: boot-floppies koptein



CVSROOT:	/cvs/debian-boot
Module name:	boot-floppies
Changes by:	koptein	1999-11-18 00:46:28

Modified files:
	utilities/dbootstrap: dbootstrap.h 

Log message:
Added two new entries to BootArgs: lang and mice

struct BootArgs {
char *root;
char *lang;
char *kbd;
char *mice;
char *disksize;
int istecra;
int ismono;
} bootargs;

It is for the language and the mice-type; We should save this settings
resident to /etc/sysconf

/etc/sysconf/
language
keyboard
mouse

This makes it a litte bit easier for other applications (xconfigurator or
any other setup-tool).

Please test if this two new entries in BootArgs breaks anything (like
sizeof BootArgs ... )


Reply to: