summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add bug IDThierry Vignaud2008-03-031-1/+1
|
* sortThierry Vignaud2008-03-031-2/+2
|
* - do not propose to deselect media if none can be deselectedPascal Rigaux2008-03-032-0/+3
|
* typo fixThierry Vignaud2008-03-031-2/+2
|
* be a little less verbosePascal Rigaux2008-03-031-1/+0
|
* - adapt code to upgrade from redhat for mdv extensions (& for ManboThierry Vignaud2008-03-032-5/+7
| | | | | Core by the way)
* - bootloader-config:Pascal Rigaux2008-03-032-1/+3
| | | | | o have a nicer name for "mnb" kernels
* fix SpinButton class (looks like it had no users)Olivier Blin2008-03-031-1/+1
|
* (do_pkgs_standalone::install) run gurpmi instead of urpmi in GUI mode (#24044)Thierry Vignaud2008-03-032-6/+13
| | | | | (needs urpmi > 5.6)
* - auto allocate: do not create /home if drive is smaller than 7GBPascal Rigaux2008-03-033-7/+12
|
* update translation for PolishTomasz Bednarski2008-03-031-2/+2
|
* updatesKeld Simonsen2008-03-011-107/+41
|
* update translation for HebrewDotan Kamber2008-03-011-8/+8
|
* update translation for HebrewDotan Kamber2008-03-011-5/+5
|
* update translation for HebrewDotan Kamber2008-03-011-7/+6
|
* Update Finnish translationThomas Backlund2008-02-291-26/+18
|
* - drakbug:Pascal Rigaux2008-02-292-1/+5
| | | | | | o do not catch exception if $^S is undef (occurs when "eval { require foo }" and foo.pm do "use not_available")
* Updated Slovenian translationJure Repinc2008-02-291-53/+44
|
* Updated Slovenian translationJure Repinc2008-02-291-109/+41
|
* update translation for PolishTomasz Bednarski2008-02-291-2/+2
|
* revert unwanted commitsOlivier Blin2008-02-282-1/+1
|
* 1.8Olivier Blin2008-02-284-2/+4
|
* use export -rBASEOlivier Blin2008-02-281-1/+1
|
* 10.6.25Olivier Blin2008-02-283-1/+5
|
* log changesOlivier Blin2008-02-281-0/+1
|
* remove spurious '*' character (grmpf)Olivier Blin2008-02-281-1/+1
|
* log changesOlivier Blin2008-02-281-0/+2
|
* create fs::any::prepare_minimal_root() out of ↵Olivier Blin2008-02-282-11/+17
| | | | install::install2::formatPartitions() (to be used in draklive-install
* use fs::anyOlivier Blin2008-02-282-0/+2
|
* use newly moved fs::any::create_minimal_files (oops)Olivier Blin2008-02-281-1/+1
|
* move create_minimal_files() from install::any to fs::anyOlivier Blin2008-02-283-14/+14
|
* move mapper devices initialization slightly before (for next commit)Olivier Blin2008-02-281-6/+6
|
* remove spurious spacesOlivier Blin2008-02-281-1/+1
|
* replace probeall__real() with a probeall_update_cache() function that also ↵Olivier Blin2008-02-281-2/+2
| | | | updates the pci/usb probe cache
* 1.23Olivier Blin2008-02-282-1/+10
|
* probe usb-storage/sbp2 only when probing USB/SCSI buses (to make automatic ↵Olivier Blin2008-02-281-1/+2
| | | | boot faster on IDE)
* clear tty2 after shell is killedOlivier Blin2008-02-281-1/+3
|
* log "killed shell" message on tty3Olivier Blin2008-02-281-1/+1
|
* fix indentationOlivier Blin2008-02-281-3/+3
|
* support new modules location (#38207) by reusing some DrakX code (and ↵Olivier Blin2008-02-282-52/+13
| | | | duplicating a bit of install::commands)
* run /sbin/insmod explicitely (not to call fake insmod in rescue)Olivier Blin2008-02-281-1/+1
|
* make dhcp the first choice (instead of static) in the network type menuOlivier Blin2008-02-281-2/+2
|
* space-pad top line with spaces to the right (like help message)Olivier Blin2008-02-281-1/+3
|
* add a space in front of top line (like help message)Olivier Blin2008-02-281-4/+6
|
* 10.6.24Pascal Rigaux2008-02-282-1/+3
|
* move where it should be (bad merge)Pascal Rigaux2008-02-281-1/+1
|
* adapt to perl 5.10Olivier Blin2008-02-282-22/+23
|
* 1.22Olivier Blin2008-02-272-1/+6
|
* fix automatic IDE media detection (was broken with multiple CD drives, #36161)Olivier Blin2008-02-271-4/+3
| | | | | | | | | | This is fixed by also loading media adapters for IDE bus, it was probably broken when we switched to modular IDE in the kernel. This should also allow keeping the bootsplash during stage2 load (previously automatic IDE mode was not working in the "automatic" code path, but working only if one IDE drives was present, after having disabled automatic mode...)
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-275-21/+21
| | | | | | - update comments and messages accordingly - rename already_probed_scsi_adapters as already_probed_media_adapters