Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add network::easy_dhcp function. Quietly setup eth0 in dhcp and restart network. | Damien Chaumette | 2003-01-07 | 1 | -1/+27 |
| | |||||
* | let it ask for root capabilites if launched in standalone mode | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | fsedit::part2hd() returns a scalar, no need to do "my ($hd) = ↵ | Pascal Rigaux | 2003-01-07 | 2 | -2/+2 |
| | | | | fsedit::part2hd(...)" | ||||
* | use internal_error instead of die for better error message (esp. backtrace) | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | fix typo (operator priority related) | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | 9.1-0.8mdk | Thierry Vignaud | 2003-01-07 | 1 | -1/+8 |
| | |||||
* | fix looking for broken alternatives | Pascal Rigaux | 2003-01-07 | 1 | -0/+1 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 34 | -101/+96 |
| | | | | "every", "partition" | ||||
* | printerdrake is back alive | Thierry Vignaud | 2003-01-07 | 2 | -4/+8 |
| | |||||
* | cleanup and add a comment (!) | Pascal Rigaux | 2003-01-07 | 1 | -3/+2 |
| | |||||
* | fixes | Thierry Vignaud | 2003-01-07 | 1 | -6/+12 |
| | |||||
* | CList and CTree being deprecated and unsupported in perl-gtk2, | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | | | | | don't bother handle them | ||||
* | perl_checker fix | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | - new way to use request help | Daouda Lo | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | - compress code (pixel) | Daouda Lo | 2003-01-07 | 1 | -5/+2 |
| | | | | | | - use ask_warn when no browser is found on the system and BROWSER env var not set. | ||||
* | beautify | Thierry Vignaud | 2003-01-07 | 1 | -4/+4 |
| | |||||
* | simplif installed spoolers "detection" | Thierry Vignaud | 2003-01-07 | 1 | -5/+1 |
| | |||||
* | - remove useless $_ setting | Thierry Vignaud | 2003-01-07 | 1 | -29/+11 |
| | | | | | | | - simplify overgianted look for functions - mask isprinterconfigured() as bogus: if $done is 1 then $sectionfound *is* already 1 | ||||
* | - simplify by reusing list_passwd() | Thierry Vignaud | 2003-01-07 | 1 | -27/+20 |
| | | | | | | | | | | - simplify program flow - one perl_checker fix - simplify directories list building - simplify test: if a file is a plain regular file, testing if it's a directory is useless; anyway, this test is probably bogus and should just be -e and not -f | ||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-07 | 1 | -1/+124 |
| | |||||
* | - adapt to new setupBootloader | Pascal Rigaux | 2003-01-07 | 3 | -10/+9 |
| | | | | | | - add bootloader configuration in summary (still rough) - various cleanup | ||||
* | nicer debug message | Pascal Rigaux | 2003-01-07 | 1 | -0/+1 |
| | |||||
* | (method_choices): returns the choices of bootloaders (lilo, grub, yaboot...) ↵ | Pascal Rigaux | 2003-01-07 | 1 | -132/+154 |
| | | | | | | | | | | | | | + cleanup (suggest_onmbr): "lilo" and "grub" are now "unsafe" "on_mbr" choices - renaming of $lilo with $bootloader - $bootloader->{methods} is replaced by the much simpler $bootloader->{method}, the special handling of grub (which need to also generate lilo.conf) is nicely handled in bootloader::install() - cleanup error handling: it was using the ugly (though safe) /tmp/.error temporary file, better use an exception | ||||
* | move setupBootloader before summary | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | - part of setupBootloader() are now in setupBootloader__mbr_or_not(), | Pascal Rigaux | 2003-01-07 | 1 | -139/+144 |
| | | | | | | | | setupBootloader__general() and setupBootloader__boot_bios_drive() - this allows the creation of the new setupBootloader_simple() which is somehow similar to the old setupBootloader() in beginner mode - setupBootloader() is now always expert mode | ||||
* | common::secured_file() is a wrapper around c::is_secure_file() | Pascal Rigaux | 2003-01-06 | 1 | -0/+6 |
| | |||||
* | fix "Where do you want to install the bootloader?" dialog box | Pascal Rigaux | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - perl checker | Daouda Lo | 2003-01-06 | 1 | -3/+2 |
| | | | | | - no retval | ||||
* | fix typos (thanks perl_checko!) | Pascal Rigaux | 2003-01-06 | 2 | -8/+10 |
| | |||||
* | - support help system | Daouda Lo | 2003-01-06 | 1 | -5/+4 |
| | | | | | - remove unused function | ||||
* | selectInstallClass now automatically detect if an existing install is there, | Pascal Rigaux | 2003-01-06 | 2 | -30/+31 |
| | | | | | and propose update or install based on this | ||||
* | - function on_request_help to display online help. | Daouda Lo | 2003-01-06 | 1 | -0/+12 |
| | | | | | - use it as callback to help button or help menu. | ||||
* | synchronized with XFree86 4.2.99 keyboard layout names | Pablo Saratxaga | 2003-01-06 | 1 | -4/+4 |
| | |||||
* | (partition_with_diskdrake): fix reloading partition table | Pascal Rigaux | 2003-01-06 | 1 | -0/+1 |
| | |||||
* | - selectMouse is now just after selectLanguage | Pascal Rigaux | 2003-01-06 | 1 | -2/+2 |
| | | | | | - selectSCSI is before selectInstallClass | ||||
* | (mount): do not fsck.ext2 when mounting readonly | Pascal Rigaux | 2003-01-06 | 1 | -9/+13 |
| | |||||
* | (selectKeyboard): read existing keyboard config even if not upgrading (it | Pascal Rigaux | 2003-01-06 | 1 | -4/+2 |
| | | | | | | | | | | | | won't do anything when not upgrading :) (selectInstallClass): do not move step doPartitionDisks after setupSCSI on upgrade (since the "upgrade" part of the job of doPartitionDisks is now done in selectInstallClass) (selectMouse): "addToBeDone mouse::write()" was done only on upgrade, replace it with an "addToBeDone" done in any case which only does "mouse::write()" if $o->{isUpgrade} is set (since isUpgrade *will* be set correctly but is not set at this step) | ||||
* | when reading existing config, remove double quotes around the default label | Pascal Rigaux | 2003-01-06 | 1 | -0/+1 |
| | |||||
* | replace *F with $F | Pascal Rigaux | 2003-01-06 | 1 | -10/+9 |
| | |||||
* | fix an *old* bug causing pbs when formatting more than one partition using | Pascal Rigaux | 2003-01-06 | 1 | -6/+6 |
| | | | | | format v0 (occurs when the sizes differ) | ||||
* | fix printerdrake regarding gimp configuration | Thierry Vignaud | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-06 | 1 | -7/+7 |
| | |||||
* | prevent one to write in log buffer | Thierry Vignaud | 2003-01-06 | 1 | -0/+2 |
| | |||||
* | require a recent enough ldetect-lst for fixed usb hubs detection | Thierry Vignaud | 2003-01-06 | 1 | -2/+5 |
| | |||||
* | when taking files from perl-GTK2, don't /usr/lib/libDrakX/ugtk2.pm since we ↵ | Pascal Rigaux | 2003-01-06 | 1 | -1/+1 |
| | | | | don't need it | ||||
* | 9.1-0.7mdk | Thierry Vignaud | 2003-01-06 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2003-01-06 | 1 | -3/+1 |
| | |||||
* | fix displaying of spooler list | Thierry Vignaud | 2003-01-06 | 1 | -5/+6 |
| | |||||
* | fix displaying list of availlable printer spoolers | Thierry Vignaud | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | put full data in all variants of the data structure | Thierry Vignaud | 2003-01-06 | 1 | -2/+2 |
| |