summaryrefslogtreecommitdiff
path: root/distrib/utils/sysinst/arch/prep
AgeCommit message (Expand)Author
2003-11-30- Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough)dsl
2003-10-19Checkpoint a load of changes - seems to work ok still.dsl
2003-07-25Sprinkle a load of consts, and change a few variable names.dsl
2003-07-07Another pass of the rototiller. Mainly:dsl
2003-06-27Add run-time selection of installation language.dsl
2003-06-14Implement a limit on the size of / so that its guaranteed readable by the boo...dsl
2003-06-13Fix code that determines BIOS CHS from MBR - used to get confused by big disks.dsl
2003-06-13Remove all references to minfsdmb and STDNEEDMB - neither are used any more.dsl
2003-06-12Move emulbackup message to MI set (conditional on AOUT2ELF marker).dsl
2003-06-12Move a couple of messages into msg.mbr.??dsl
2003-06-11rototil of the set selection menudsl
2003-06-10Use dynamic menu for final editing of partition stabledsl
2003-06-06Remove a load of messages that are no longer used.dsl
2003-06-03Add NULL to all process_menu() calls - value is passed through to thedsl
2003-05-30Make all architectures (except amiga and mac68k) use the MI make_bsd_partitions.dsl
2003-05-30Further collapsing of MD code:dsl
2003-05-29psrtsize and partstart are only over used inside md_make_bsd_partitions,dsl
2003-05-21Reduce the number of global variables slightly, use the ones that aredsl
2003-05-18Use MD menus and msgs for mbr code.dsl
2003-05-14Add messages "mbrpart_start_special" and "mbrpart_size_special" tohe
2003-05-07Pull some code fragments from machine and language dependant files into mbr.cdsl
2003-05-07Use C structure mbr_sector_t instead of char[] for 'mbr'.dsl
2003-04-06When installing from floppy disks, let the user say which is the last onejmmv
2003-01-12hack to have only one copy of fstypenames[]christos
2003-01-11Make everything compile again. All platforms compile on i386 now.christos
2003-01-10pass lint[pass1]christos
2002-12-05FILE *log -> FILE *logfp, to avoid warnings about gcc-current'sfvdl
2002-09-09add "don't change" option to mbr partition type selection.grant
2002-08-12make mbr and disklabel editor consistently use Start, End, Size ingrant
2002-08-02set root partition default bsize and fsize.grant
2002-07-26enouth -> enough.wiz
2002-04-09Polish language translation of sysinst. Build withhubertf
2002-04-08Polish language translation of sysinst. Build withhubertf
2001-11-29Update for the new kernel set names.thorpej
2001-01-16Add prep installernonaka