summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* (from_devfs)Thierry Vignaud2003-06-241-1/+3
| | | | | | - handle read_proc_partitions_raw() / find() faillures - return undef when we failled to find out real device
* (read_grub) increase readibilityThierry Vignaud2003-06-241-2/+1
|
* 9.2-0.6mdkThierry Vignaud2003-06-241-2/+11
|
* try to fix #3695 : read grub config file when current bootloader is grubThierry Vignaud2003-06-241-0/+65
| | | | | | | | | | | | | - make read() a wrapper above read_grub() and read_lilo() (the later being quite identical to older read()) - introduce 3 new functions: * grub2dev() in order to guess linux device from grub one * ungrubify() in order to replace grub devices in file paths by proper linux mount points * read_grub() in order to parse /boot/grub/menu.lst and create proper bootloader data structure for setup
* - move read_proc_partitions_raw() from fsedit.pm to devices.pmThierry Vignaud2003-06-242-16/+20
| | | | | | - (devices::from_devfs, devices::from_devfs) handle block devices too, with read_proc_partitions_raw() helper
* fix pixel vs strict pragamThierry Vignaud2003-06-242-2/+2
|
* make log message arch independantThierry Vignaud2003-06-241-1/+1
|
* remember to update mount options description on util-linux updateThierry Vignaud2003-06-241-0/+1
|
* create_box_with_title: chinese langs also need to always useGuillaume Cottenceau2003-06-181-1/+1
| | | | | | GtkTextView because GtkLabel won't wrap automatically (fixes problems displaying help non-wrapped in the install, #3670)
* use the mkswap commandPascal Rigaux2003-06-182-118/+16
| | | | | | | => simpler code and mkswap is not big => rely on mkswap for choosing the swap version (note that kernel 2.5 doesn't handle v0 swap anymore)
* updated pot filePablo Saratxaga2003-06-162-458/+572
|
* allow encrypted partitions in auto_install (with encrypt_key non encrypted!)Pascal Rigaux2003-06-161-1/+1
|
* forgot some debug print linesFlorin Grad2003-06-131-2/+0
|
* change a bit how strings are passed to advertising systemGuillaume Cottenceau2003-06-1218-1289/+1678
| | | | | | so that we don't specify absolute x,y positions for each paragraph, ending with overwritten text in some localizations
* - miscellaneous_choose() no longer use uneeded b_clickedDamien Chaumette2003-06-121-4/+4
| | | | | | - drop $::Expert - perl_checker fix
* fix too many parameters in miscellaneous_choose callDamien Chaumette2003-06-121-1/+1
|
* - drop $::ExpertDamien Chaumette2003-06-121-4/+4
| | | | | - drop $netc->{ZEROCONF_HOSTNAME}, only need regexp
* read the default network configurationFlorin Grad2003-06-121-7/+9
|
* - drop $::ExpertDamien Chaumette2003-06-121-23/+9
| | | | | - simplify code
* get_text_coord: fix heights handling: use real height of eachGuillaume Cottenceau2003-06-121-8/+19
| | | | | | line rather than default height from font info (which is bugged in japanese)
* get_text_coord: fix wrapping broken (gc sux)Guillaume Cottenceau2003-06-111-1/+1
|
* revert fpons' strange 1.345's commitGuillaume Cottenceau2003-06-111-1/+1
|
* - s/interactive_gtk/interactive::gtk/ to get sub pre_func usableDamien Chaumette2003-06-111-21/+3
| | | | | - drop write_on_pixmap way
* choosePackagesTree: display the "watch" mouse cursor when doing slow ↵Guillaume Cottenceau2003-06-111-14/+24
| | | | operations; display blue text for rpm tags of package descriptions
* change ask_browse_tree_info_given_widgets andGuillaume Cottenceau2003-06-111-4/+5
| | | | | | ask_browse_tree_info API's so that widgets can be reachable from ask_browse_tree_info clients (install_steps_gtk.pm)
* fixed otherOnly not taken into account for unselectPackage.Francois Pons2003-06-111-0/+6
|
* bug fixed in upstream gtk2Guillaume Cottenceau2003-06-111-4/+3
|
* ask_browse_tree_info: set_rules_hint(1)Guillaume Cottenceau2003-06-111-0/+1
|
* More GUI quirks from GTK2 port.Stew Benedict2003-06-091-39/+49
| | | | | Ensure pcimap from etherboot created for dhcpd server.
* Translation fixes (thx, gc, pixel). Another GUI crash fix.Stew Benedict2003-06-091-316/+318
|
* re-adding with -kbPascal Rigaux2003-06-061-0/+0
|
* removing for re-adding with -kbPascal Rigaux2003-06-061-0/+0
|
* *** empty log message ***Pascal Rigaux2003-06-061-1/+2595
|
* perl_checker compliancePascal Rigaux2003-06-061-6/+6
|
* cookerGuillaume Cottenceau2003-06-061-0/+0
|
* "Country" -> "Country" . " / Region" in a few places still missing that changePablo Saratxaga2003-06-061-2/+2
|
* stricter regexp when looking /dev/xxx otherwise it is used also for nfs namesPascal Rigaux2003-06-061-2/+2
| | | | | and causes havoc
* - handle spaces in exported directoriesPascal Rigaux2003-06-061-3/+2
| | | | | - simplify using --no-headers when calling showmount
* fileshareset doesn't use MDK::CommonPascal Rigaux2003-06-061-3/+3
|
* fix computeSize which took into account suggested partitions on another drivesPascal Rigaux2003-06-061-5/+8
| | | | | (which is especially bad for LVMs)
* don't use N() so earlyPascal Rigaux2003-06-061-13/+13
| | | | | (beware, this removes translation, some translate() calls must be added!)
* ensure N() is not called before ugtk2 is initialised, otherwisePascal Rigaux2003-06-062-0/+3
| | | | | the gettext is not forced to utf8
* fix typos + perl_checker fixesPascal Rigaux2003-06-061-4/+4
|
* fix install crashed X server because /usr/bin/true was no moreGuillaume Cottenceau2003-06-051-1/+1
| | | | | available :/
* support more tuners and tv cardsThierry Vignaud2003-06-051-1/+5
|
* Bug 3647 - Chinese translations. More perl_checker fixes.Stew Benedict2003-06-051-331/+331
|
* make perl_checker a happy botPascal Rigaux2003-06-051-1/+1
|
* don't use description of fstab options from manpage mount(8), inline them in ↵Pascal Rigaux2003-06-051-28/+35
| | | | the source
* allow X server to use :9 (:1 seems to not working ?) and disable access controlFrancois Pons2003-06-041-3/+3
| | | | | (no clients can connect by default).
* updated for newer perl-URPM (0.90 series).Francois Pons2003-06-041-27/+18
|