summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* handle "format" for combo'sPascal Rigaux2002-01-291-6/+22
|
* visually unselect X and docs when minimal installPascal Rigaux2002-01-291-0/+1
|
* fix pixel's minimal example using interactive.Thierry Vignaud2002-01-291-0/+2
|
* rephrase a little bit highest levelGuillaume Cottenceau2002-01-291-1/+1
| | | | | to not refer to "level 4" anymore
* use formatAlaTeX for describing security levelsGuillaume Cottenceau2002-01-291-11/+11
|
* handle the case where samba and/or nfs-utils are not installedPascal Rigaux2002-01-292-3/+26
|
* update land2tzs accordingly to new url2landGuillaume Cottenceau2002-01-291-0/+3
|
* Add url2land entries for nl, it, atGuillaume Cottenceau2002-01-291-0/+3
|
* fix thanks to chipaux msg about mkbootdiskGuillaume Cottenceau2002-01-291-1/+1
|
* updated pot file with help messages from manualPablo Saratxaga2002-01-292-566/+619
|
* icons placements are betterdamien2002-01-291-13/+13
|
* "With X" choice is now workingPascal Rigaux2002-01-291-0/+2
|
* handle "Cancel" on language selectionPascal Rigaux2002-01-291-1/+2
|
* *** empty log message ***Pascal Rigaux2002-01-291-0/+58
|
* look diskdrake.rc in another directoryPascal Rigaux2002-01-291-1/+1
|
* move the various bootloader::add_append's in setupBootloaderBeforePascal Rigaux2002-01-291-13/+14
|
* Removed debug helper line.Till Kamppeter2002-01-281-1/+0
|
* Replaced "sleep" commands by a subroutine which waits exactly until CUPS is ↵Till Kamppeter2002-01-282-7/+73
| | | | | | | ready. CUPS >= 1.1.12 needs to "know" all devices, let CUPS restart if a device is not "known" to it.
* try to reflect hierarchy for */*.pmGuillaume Cottenceau2002-01-281-1/+1
|
* don't warn_if_renumbered during installPascal Rigaux2002-01-281-1/+1
|
* *** empty log message ***Pascal Rigaux2002-01-281-0/+18
|
* warn if partitions have been renumbered due to a partition being added or ↵Pascal Rigaux2002-01-282-3/+25
| | | | removed
* fix typoPascal Rigaux2002-01-281-4/+4
|
* Corrected various English typosPablo Saratxaga2002-01-286-225/+179
|
* *** empty log message ***Pascal Rigaux2002-01-281-0/+118
|
* cleanup perImageAppend code (hopefully handling nicely the mem=nopentium case)Pascal Rigaux2002-01-282-23/+30
|
* fixed get_append if key=mem.Francois Pons2002-01-281-1/+5
|
* timeout passed to 10 instead of 5.Francois Pons2002-01-281-2/+2
|
* debug network testingdamien2002-01-282-3/+3
|
* simpler&nicer solution for writing kppprc in utf8Pascal Rigaux2002-01-281-10/+9
|
* don't use wait_message's when waiting (waiting is usually very short), use a ↵Pascal Rigaux2002-01-281-20/+5
| | | | | | | waiting cursor instead. (the wait_message's were causing bad interactivity stuff)
* updated pot filePablo Saratxaga2002-01-283-3180/+3901
|
* remove test codePascal Rigaux2002-01-281-1/+0
|
* (remove_advertising): ensure removing /tmp/drakx-images can't failPascal Rigaux2002-01-281-1/+1
|
* have kppprc strings in utf8Pascal Rigaux2002-01-281-13/+16
|
* update games ratesGuillaume Cottenceau2002-01-281-3/+3
|
* add a minimal examplePascal Rigaux2002-01-271-0/+6
|
* handle --removable *and* --removable=<dev>Pascal Rigaux2002-01-271-3/+3
|
* handle --removable=<dev>Pascal Rigaux2002-01-271-4/+8
|
* remove debugging codePascal Rigaux2002-01-271-2/+0
|
* fix updating the actionsPascal Rigaux2002-01-271-31/+38
|
* - adapt to new diskdrake modulesPascal Rigaux2002-01-274-8/+11
| | | | | - some cleanup in drakxtools build
* - adapt to new diskdrake modulesPascal Rigaux2002-01-271-3/+5
| | | | | - add logdrake to STANDALONEPMS_
* new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, ↵Pascal Rigaux2002-01-275-0/+1824
| | | | diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm)
* find_exports: add a timeoutPascal Rigaux2002-01-271-2/+7
|
* - new options --hd, --nfs, --smb, --removablePascal Rigaux2002-01-271-23/+40
| | | | | | - adapt to new diskdrake modules - save $all_hds->{current_fstab} to know if /etc/fstab must be saved
* new function fstab_to_stringPascal Rigaux2002-01-271-2/+7
|
* - move the require on my_gtk to ask_standalone_gtkPascal Rigaux2002-01-271-11/+4
| | | | | - cleanup
* strange protection against ensure_focus generating a "focus" event causing aPascal Rigaux2002-01-271-1/+6
| | | | | dead-loop (reminder: ensure_focus helps ensuring a widget is focused)
* Less important options only shown when "Advanced" button clicked.Till Kamppeter2002-01-252-189/+224
| | | | | | | | Handling of cursor position in the main window improved. Handling of empty printer queue list in main window improved. Removed line breaks from longer texts, so that text flows into window nicely Minor text improvements.