summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* drop keytable line in grub config file since grub doesn't handle it anymorePascal Rigaux2004-01-081-1/+0
| | | | | (patch dropped long ago in grub 0.90-3mdk)
* - simplify lilo boot message. Not mentioning the timeout parameter fixes ↵Pascal Rigaux2004-01-081-22/+3
| | | | | | | | bugzilla #5429 - remove /boot/grub/messages and don't use the i18n command which are obsolete since grub doesn't handle it anymore
* logging when __DIE__ing is dangerous:Pascal Rigaux2004-01-072-3/+0
| | | | | | | - in diskdrake, logging the error via c::syslog caused $@ to be undefined, causing the error to be dropped! (esp "you need to reboot") - during install, no known error, but it's better to remove it anyway (bye bye the "warning: ..." in ddebug.log, sniff)
* when called from commands.pm, install_any is not loadedPascal Rigaux2004-01-071-1/+4
|
* DVD+RW support, perl_checker, fix bogus cron messageStew Benedict2004-01-071-19/+19
|
* handle lilo not installedPascal Rigaux2004-01-072-12/+6
|
* we need latest perl-MDK-CommonPascal Rigaux2004-01-071-1/+1
|
* use whereis_binary()Pascal Rigaux2004-01-071-4/+1
|
* pass --splash <resolution> to mkinitrdPascal Rigaux2004-01-073-5/+15
| | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst)
* livedrake is deprecated/removedPascal Rigaux2004-01-071-1/+1
|
* perl_checker compliancePascal Rigaux2004-01-068-12/+12
|
* perl_checker compliancePascal Rigaux2004-01-061-1/+1
|
* obsolete live_updatePascal Rigaux2004-01-061-2/+0
|
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-0612-166/+9
|
* perl_checker compliancePascal Rigaux2004-01-061-2/+2
|
* kill unused variablesThierry Vignaud2004-01-061-3/+3
|
* perl_checker compliancePascal Rigaux2004-01-064-10/+7
|
* use $::prefixPascal Rigaux2004-01-065-17/+16
|
* updated pot filePablo Saratxaga2004-01-062-41/+17
|
* get rid of g_auto_install (unused & not working)Pascal Rigaux2004-01-067-76/+13
|
* basic lvm2 support (not tested yet!)Pascal Rigaux2004-01-065-41/+27
|
* - drakfloppy must not be in drakxtools-newt, must now require mkbootdiskPascal Rigaux2004-01-061-2/+5
| | | | | (which is not installed by default anymore)
* remove mkbootdisk supportPascal Rigaux2004-01-065-72/+2
|
* deprecated for some time alreadyPascal Rigaux2004-01-061-1665/+0
|
* perl_checker cleanupsThierry Vignaud2004-01-061-2/+2
|
* do not discard 0 when perms are 0xx likeThierry Vignaud2004-01-061-1/+1
|
* (require_root_capability) let be --testing awareThierry Vignaud2004-01-061-1/+1
|
* perl_checker cleanupsThierry Vignaud2004-01-063-44/+14
|
* add missing argumentThierry Vignaud2004-01-061-1/+1
|
* kill unused variableThierry Vignaud2004-01-061-2/+0
|
* typo fixThierry Vignaud2004-01-052-2/+2
|
* use $::prefixPascal Rigaux2004-01-051-5/+5
|
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-058-12/+12
|
* - generate /etc/modprobe.preload (same as /etc/modules)Pascal Rigaux2004-01-051-9/+8
| | | | | - fix call to generate-modprobe.conf
* split drakboot into bootloader and autologin configurationThierry Vignaud2004-01-051-18/+1
|
* revert code for testing perl_checker :-/Pascal Rigaux2004-01-051-1/+1
|
* perl_checker fixesPascal Rigaux2004-01-059-9/+7
|
* updated pot filePablo Saratxaga2004-01-052-786/+1477
|
* only die if an error actually happened...Thierry Vignaud2004-01-051-1/+1
|
* use new wizards APIThierry Vignaud2004-01-051-1/+1
|
* get rid of val_refThierry Vignaud2004-01-051-7/+9
|
* the #-PO: comment must be before the N("...") with nothing in betweenPascal Rigaux2004-01-051-2/+2
|
* do not remve network interfaces in --testing modeThierry Vignaud2004-01-051-1/+1
|
* fix delete wizard stepsThierry Vignaud2004-01-051-7/+9
|
* grub altconfigfile is kind of brokenPascal Rigaux2004-01-021-6/+0
|
* fix ask_dir dialog (#6152)Guillaume Cottenceau2003-12-301-1/+4
|
* _ask_dir: when a directory is selected, need a / in between the "filename" ↵Guillaume Cottenceau2003-12-301-1/+1
| | | | and the "selection" (#6152)
* some suggestions from jmdault, perl_checkerStew Benedict2003-12-291-15/+22
|
* (wip but requested for string freeze)Thierry Vignaud2003-12-298-797/+1010
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* fix typoThierry Vignaud2003-12-291-2/+1
|