summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix generation of grub md5 password on 64 bit installsChristophe Fergeau2010-02-101-1/+3
| | | | | | | we can't directly run grub-md5-crypt in 64 bit installs since it will run grub which is a 32 bit binary, and the install root fs doesn't have 32 bit user-land support. chroot into the target system if ::prefix is set to have proper 32 bit support if needed.
* rework detection of already crypted grub passwordsChristophe Fergeau2010-02-101-10/+9
|
* fix French translationChristophe Fergeau2010-02-101-1/+1
|
* Update NEWSPascal Terjan2010-02-102-2/+5
|
* move NEWS entry to right fileChristophe Fergeau2010-02-102-1/+2
|
* fix grub-md5-crypt call when running from a chrootChristophe Fergeau2010-02-102-1/+2
| | | | This should fix encrypted grub passwords in installer (bug #57461)
* 13.11Pascal Terjan2010-02-102-1/+3
|
* drakboot: fix crypted password detectionPascal Terjan2010-02-102-1/+3
|
* fix using empty dmraidPascal Terjan2010-02-093-2/+15
|
* no rerved-blocks-percentageAntoine Ginies2010-02-091-1/+1
|
* partitioning_wizard: fix a crash on empty diskPascal Terjan2010-02-092-1/+2
|
* now busybox-1.16.0 provide the mke2fs toolAntoine Ginies2010-02-091-2/+0
|
* updated tr translationAtilla Öntaş2010-02-091-1016/+879
|
* Add back and fix lvm in patitioning wizardPascal Terjan2010-02-083-4/+6
|
* add support for asturian (#56990)Thierry Vignaud2010-02-073-0/+4
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2010-02-071-4/+5
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2010-02-071-6/+10
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2010-02-071-3/+3
|
* display lvm/dmraid/... name in combo box, and disable lvm for nowPascal Terjan2010-02-042-2/+5
|
* 13.1013.10Thierry Vignaud2010-02-043-1/+5
|
* (write_grub) ensure /boot/grub/menu.lst permissions are 0600 since itThierry Vignaud2010-02-043-1/+5
| | | | can contains a password
* (setupBootloader__general, read_grub_menu_lst, write_grub) default toThierry Vignaud2010-02-044-10/+5
| | | | always crypt grub passwords
* - handle new drivers:Thierry Vignaud2010-02-043-19/+39
| | | | | | | | | | | | o ATA: pata_atp867x, pata_piccolo, pata_rdc o DVB: dvb-usb-ec168, dvb-usb-friio, earth-pt1 o ISDN: avmfritz, mISDNinfineon, netjet, speedfax, w6692 o network: vmxnet3 o radio: radio-miropcm20, radio-usb-si470x o RAID: 3w-sas, hpsa, pmcraid o SCSI: be2iscsi, bfa, pm8001, vmw_pvscsi o TV: cx25821, saa7164 o wifi: r8187se, r8192_pci, r8192u_usb, rt2800pci, vt6655_stage, vt6656_stage
* wrap & sort wifi driversThierry Vignaud2010-02-041-8/+13
|
* factorize some testsThierry Vignaud2010-02-041-2/+2
|
* wrap & sort SCSI driversThierry Vignaud2010-02-041-5/+6
|
* wrap & sort RAID driversThierry Vignaud2010-02-041-4/+5
|
* wrap & sort DVB & TV driversThierry Vignaud2010-02-041-8/+12
|
* wrap & sort [ps]ata driversThierry Vignaud2010-02-041-6/+14
|
* add a revision historyAntoine Ginies2010-02-042-32/+38
|
* update the html docAntoine Ginies2010-02-041-75/+63
|
* update the docAntoine Ginies2010-02-041-48/+36
|
* step two of kamethod is based on rescue (IS_RESCUE needed)Antoine Ginies2010-02-041-0/+2
|
* add missing dir, new path to mke2fs.staticAntoine Ginies2010-02-041-2/+3
|
* fix options used by tar in ka method (it's a busybox tar), don't close stderrAntoine Ginies2010-02-041-2/+7
|
* partitioning wizard: offer to install on dmraid and existing lvmPascal Terjan2010-02-042-2/+7
|
* fix disabled diagnostics pragmaThierry Vignaud2010-02-041-1/+1
|
* (read_grub_menu_lst,write_grub) fix support for crypted grub passwordsThierry Vignaud2010-02-042-4/+13
| | | | due to fscking combinediff that forgot one file
* minimu modules neede for crypted passwordsThierry Vignaud2010-02-031-0/+2
|
* 13.9Thierry Vignaud2010-02-032-1/+3
|
* (setupBootloader__general, crypt_grub_password, is_already_crypted,Thierry Vignaud2010-02-034-1/+40
| | | | read_grub_menu_lst, write_grub) add support for crypted grub passwords
* (read_grub_menu_lst) perl_checker cleanupThierry Vignaud2010-02-031-1/+1
|
* (write_grub::format) factorize codeThierry Vignaud2010-02-031-2/+4
|
* (write_grub) allow timeout to be '0'Thierry Vignaud2010-02-033-1/+4
|
* (setupBootloader__general) make an advanced option out of 'ACPI' sinceThierry Vignaud2010-02-031-1/+1
| | | | | it now works out of the box everywhere and it's now mainly a debug option
* (get_apple_boot_parts) extract it out of setupBootloader__general()Thierry Vignaud2010-02-031-1/+6
| | | | for readability
* (setupBootloader__general) wrap for readabilityThierry Vignaud2010-02-031-6/+13
|
* (setupBootloader__general) add a title for security optionsThierry Vignaud2010-02-031-0/+1
|
* (setupBootloader__general) make restrict's 'validate' callback more readableThierry Vignaud2010-02-032-3/+7
|
* (setupBootloader__general) make 'restric' an advanced optionThierry Vignaud2010-02-031-1/+2
|