summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* cleaningdamien2001-10-281-1/+0
|
* return value at end of moduleDaouda Lo2001-10-273-8/+8
|
* - increase icewm weight.Daouda Lo2001-10-271-2/+2
|
* updated.Sebastien Dupont2001-10-261-8/+9
|
* search correct progress bar mode implementation.Sebastien Dupont2001-10-261-30/+22
|
* progress bar hackdamien2001-10-262-46/+53
|
* no adjust start and end on GPTPascal Rigaux2001-10-262-1/+4
|
* updatedSebastien Dupont2001-10-261-3/+10
|
* fix some bugs & interface progress implementation.Sebastien Dupont2001-10-261-17/+51
| | | | | | | TODO: progress before backend. search if directory already exist before custom install.
* merge differents versions.Sebastien Dupont2001-10-251-4/+34
|
* code correctiondamien2001-10-251-80/+53
|
* file sector, list of fonts for advanced install...Sebastien Dupont2001-10-251-32/+60
|
* applications choice, license widget, help widget.Sebastien Dupont2001-10-251-54/+173
|
* simple variables handled, code compression.damien2001-10-251-20/+26
|
* The new and shiny drakautoinst is coming. P|-|34Rdamien2001-10-251-16/+19
|
* The new drakautoinst is coming. P|-|34Rdamien2001-10-251-4/+237
|
* replace /initrd with /lib/initrdPascal Rigaux2001-10-244-11/+11
|
* updateddamien2001-10-241-5/+13
|
* added set_editabledamien2001-10-241-1/+7
|
* updateddamien2001-10-241-5/+7
|
* updated, lot of bugs.damien2001-10-241-65/+95
|
* scrollSebastien Dupont2001-10-241-98/+82
| | | | | `
* updateddamien2001-10-241-161/+67
|
* import_status & progress.Sebastien Dupont2001-10-241-9/+47
|
* gi update.Sebastien Dupont2001-10-241-0/+24
|
* add methods first_usable_sector and last_usable_sectorPascal Rigaux2001-10-244-2/+18
|
* (hds): in case of GPT, allow ext2 to be replaced by any kind of partitions ↵Pascal Rigaux2001-10-241-1/+1
| | | | (esp. EFI)
* gi updateSebastien Dupont2001-10-231-16/+41
|
* doc and progress bar.Sebastien Dupont2001-10-231-46/+141
|
* tagged as translatable some left out strignsPablo Saratxaga2001-10-231-2/+2
|
* gui: install from directorySebastien Dupont2001-10-231-17/+30
|
* gui supported.Sebastien Dupont2001-10-231-3/+61
|
* speedtouch config : added usa vpi vcidamien2001-10-221-2/+2
|
* Fixed connection device setting for "oki4w" driver.Till Kamppeter2001-10-211-1/+1
|
* (adjustEnd): in case the end is totalsectors, don't adjust since ↵Pascal Rigaux2001-10-191-0/+1
| | | | totalsectors / cylinder_size may not be an integer
* - Use /dev/random through devices::make() instead of /dev/urandomGwenolé Beauchesne2001-10-191-4/+24
| | | | | | - Localize file descriptor - Capitalize error message if no /dev/random found
* cleanupPascal Rigaux2001-10-191-0/+1
|
* - s/Win98 FAT32/FAT32/Gwenolé Beauchesne2001-10-191-4/+4
| | | | | | - s/Partition that contains an EFI file system/EFI (FAT-12/16/32)/ - Add "FAT32" to @important_types for IA-64 & /boot/efi
* handle empty $hd->{primary}{raw} (happens with no partitions on ia64)Pascal Rigaux2001-10-191-2/+6
|
* fix ending is last sector, not next onePascal Rigaux2001-10-191-2/+2
|
* add TODO for partition entry guidPascal Rigaux2001-10-191-0/+1
|
* - writing partition table now worksPascal Rigaux2001-10-191-42/+97
| | | | | - creating a new partition table now works (except GUIDs generation)
* OOize can_raw_addPascal Rigaux2001-10-191-1/+1
|
* - raw_add, can_raw_add moved to partition_table_rawPascal Rigaux2001-10-191-18/+3
| | | | | - using raw_removed
* (zero_MBR): defaults to GPT on ia64Pascal Rigaux2001-10-191-3/+25
| | | | | | (raw_add, can_raw_add, raw_removed): created, can now be overloaded in partition_table_*.pm's (get_geometry): keep the total_sectors as given by c::total_sectors, don't try to recompute it based on nb_cylinders (for hds where total_sectors is not a multiple of nb_cylinders)
* better handling of CHS overflow (mainly for non cylinder-boundary aligned ↵Pascal Rigaux2001-10-191-7/+12
| | | | part (like ia64))
* change Fontmap ghostscript file.Sebastien Dupont2001-10-181-1/+1
|
* drakfont support now .gsf fontsSebastien Dupont2001-10-181-7/+9
|
* - add checksum verif on partition entriesPascal Rigaux2001-10-182-8/+15
| | | | | - detect the type of partition since the partition table types seem quite poor
* read part of GPT partition table workingPascal Rigaux2001-10-182-1/+179
|