summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* help initial positioning of window during install (since position_policyPascal Rigaux2005-01-111-0/+5
| | | | | center-on-parent only works with a window manager, we can't get rid of force_center_at_pos)
* revert bad commitPascal Rigaux2005-01-111-1/+1
|
* install_gtk::create_help_window is unused, removing itPascal Rigaux2005-01-111-18/+0
|
* install_gtk::create_help_window is unused, removing itPascal Rigaux2005-01-111-2/+1
|
* add commentsPascal Rigaux2005-01-111-0/+3
|
* move some now common things in _create_window()Pascal Rigaux2005-01-101-11/+10
|
* more installing special install shortcuts in _create_window()Pascal Rigaux2005-01-101-4/+2
| | | | | (there is no reason for not having the shortcuts when the window has pop_it)
* - XFdrake test is not standalone, it is the non install nor standalone statePascal Rigaux2005-01-102-4/+2
| | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center
* dont_run_directly_stage2 and trace_stage2 needs the live, not the clpPascal Rigaux2005-01-101-0/+2
|
* use {icon_no_error} instead of {icon}Pascal Rigaux2005-01-101-4/+4
|
* create {icon_no_error}Pascal Rigaux2005-01-101-3/+7
|
* rewritePascal Rigaux2005-01-101-21/+22
|
* rewritePascal Rigaux2005-01-101-2/+2
|
* the test is not useful, we can't get to this code when $::isEmbedded is setPascal Rigaux2005-01-101-1/+1
|
* emove unused featurePascal Rigaux2005-01-101-1/+1
|
* $ugtk2::pop_it is unusedPascal Rigaux2005-01-101-2/+2
|
* simplify using {pop_it}Pascal Rigaux2005-01-101-3/+1
|
* - add vera fonts (normal and bold)Pascal Rigaux2005-01-102-1/+5
| | | | | | - generate fonts.dir and fonts.cache-1 - take cursor.pcf.gz from system
* add /etc/fonts/fonts.confPascal Rigaux2005-01-101-0/+1
|
* - remove cursor.pcf.gz (now taken from system)Pascal Rigaux2005-01-101-0/+0
| | | | | - generate fonts.dir and fonts.cache-1
* Require urpmi 4.6.11 (for --expect-install)Rafael Garcia-Suarez2005-01-101-1/+1
|
* Add --expect-install to the options passed to urpmi to install packages, soRafael Garcia-Suarez2005-01-101-1/+2
| | | | | | do_pkgs::install() can return 0 or true depending on whether some packages were actually installed.
* install zaptel packages if neededThierry Vignaud2005-01-101-0/+1
|
* simplifyPascal Rigaux2005-01-101-2/+3
|
* rsync is useful tooPascal Rigaux2005-01-101-0/+1
|
* use "mingetty --autologin" instead of calling directly "bash --login", thatPascal Rigaux2005-01-101-1/+1
| | | | | | way the shell has a valid controlling terminal (CTTY, accessed via /dev/tty). This is needed for ssh to work
* Silent install of terminal-server if needed (--X is deprecated)Rafael Garcia-Suarez2005-01-101-5/+1
|
* add ivtv driverThierry Vignaud2005-01-101-1/+1
|
* install ivtv packages if neededThierry Vignaud2005-01-101-0/+1
|
* Don't use deprecated urpmi --X optionRafael Garcia-Suarez2005-01-101-1/+1
|
* have /dev rw (eg: for /dev/initctl)Pascal Rigaux2005-01-101-0/+2
|
* add what Lord Packdrakeng.pm requestPascal Rigaux2005-01-101-0/+7
|
* minimal ssh tools (alas it doesn't on console 1 because /dev/tty is ↵Pascal Rigaux2005-01-101-0/+3
| | | | allocated properly, it needs fixing)
* at least be able to mount /dev/pts if neededPascal Rigaux2005-01-101-0/+1
|
* install scim-chewing if zh is selected by localedrake. Fix font setting for ↵Funda Wang2005-01-081-2/+3
| | | | zh_CN.
* changed chinese font namesPablo Saratxaga2005-01-071-2/+2
|
* new fonts-ttf-chinese packagePablo Saratxaga2005-01-071-2/+2
|
* simplifyPascal Rigaux2005-01-071-2/+1
|
* $w->{isEmbedded} is unusedPascal Rigaux2005-01-072-6/+4
|
* $w->{isWizard} is unusedPascal Rigaux2005-01-072-4/+3
|
* $o->{force_center} is unusedPascal Rigaux2005-01-071-1/+1
|
* no icon during installPascal Rigaux2005-01-071-5/+7
|
* Make %lang2keyboard a global variable, so it can be overriden in aRafael Garcia-Suarez2005-01-071-1/+1
| | | | | patch file
* simplify using mygtk2Pascal Rigaux2005-01-071-7/+9
|
* add "Plug"Pascal Rigaux2005-01-071-0/+4
|
* 10.2-0.9mdkThierry Vignaud2005-01-061-1/+5
|
* simplifyPascal Rigaux2005-01-061-5/+4
|
* fix typo (thanks to perl_checker)Pascal Rigaux2005-01-061-1/+1
|
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-065-47/+59
| | | | | - move some install specific code out of common.pm into install_any.pm
* - change _create_window() prototype to be more "mygtk2" likePascal Rigaux2005-01-061-24/+24
| | | | | | | - use more mygtk2 properties - create and use wm_icon() (until all this crap is cleaned) (drop $o->{wm_icon} which is unused)