Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - remove cursor.pcf.gz (now taken from system) | Pascal Rigaux | 2005-01-10 | 1 | -0/+0 |
| | | | | | - generate fonts.dir and fonts.cache-1 | ||||
* | Require urpmi 4.6.11 (for --expect-install) | Rafael Garcia-Suarez | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | Add --expect-install to the options passed to urpmi to install packages, so | Rafael Garcia-Suarez | 2005-01-10 | 1 | -1/+2 |
| | | | | | | do_pkgs::install() can return 0 or true depending on whether some packages were actually installed. | ||||
* | install zaptel packages if needed | Thierry Vignaud | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2005-01-10 | 1 | -2/+3 |
| | |||||
* | rsync is useful too | Pascal Rigaux | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | use "mingetty --autologin" instead of calling directly "bash --login", that | Pascal Rigaux | 2005-01-10 | 1 | -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-Suarez | 2005-01-10 | 1 | -5/+1 |
| | |||||
* | add ivtv driver | Thierry Vignaud | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | install ivtv packages if needed | Thierry Vignaud | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | Don't use deprecated urpmi --X option | Rafael Garcia-Suarez | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | have /dev rw (eg: for /dev/initctl) | Pascal Rigaux | 2005-01-10 | 1 | -0/+2 |
| | |||||
* | add what Lord Packdrakeng.pm request | Pascal Rigaux | 2005-01-10 | 1 | -0/+7 |
| | |||||
* | minimal ssh tools (alas it doesn't on console 1 because /dev/tty is ↵ | Pascal Rigaux | 2005-01-10 | 1 | -0/+3 |
| | | | | allocated properly, it needs fixing) | ||||
* | at least be able to mount /dev/pts if needed | Pascal Rigaux | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | install scim-chewing if zh is selected by localedrake. Fix font setting for ↵ | Funda Wang | 2005-01-08 | 1 | -2/+3 |
| | | | | zh_CN. | ||||
* | changed chinese font names | Pablo Saratxaga | 2005-01-07 | 1 | -2/+2 |
| | |||||
* | new fonts-ttf-chinese package | Pablo Saratxaga | 2005-01-07 | 1 | -2/+2 |
| | |||||
* | simplify | Pascal Rigaux | 2005-01-07 | 1 | -2/+1 |
| | |||||
* | $w->{isEmbedded} is unused | Pascal Rigaux | 2005-01-07 | 2 | -6/+4 |
| | |||||
* | $w->{isWizard} is unused | Pascal Rigaux | 2005-01-07 | 2 | -4/+3 |
| | |||||
* | $o->{force_center} is unused | Pascal Rigaux | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | no icon during install | Pascal Rigaux | 2005-01-07 | 1 | -5/+7 |
| | |||||
* | Make %lang2keyboard a global variable, so it can be overriden in a | Rafael Garcia-Suarez | 2005-01-07 | 1 | -1/+1 |
| | | | | | patch file | ||||
* | simplify using mygtk2 | Pascal Rigaux | 2005-01-07 | 1 | -7/+9 |
| | |||||
* | add "Plug" | Pascal Rigaux | 2005-01-07 | 1 | -0/+4 |
| | |||||
* | 10.2-0.9mdk | Thierry Vignaud | 2005-01-06 | 1 | -1/+5 |
| | |||||
* | simplify | Pascal Rigaux | 2005-01-06 | 1 | -5/+4 |
| | |||||
* | fix typo (thanks to perl_checker) | Pascal Rigaux | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | - move some install specific code out of ugtk2.pm into install_gtk.pm | Pascal Rigaux | 2005-01-06 | 5 | -47/+59 |
| | | | | | - move some install specific code out of common.pm into install_any.pm | ||||
* | - change _create_window() prototype to be more "mygtk2" like | Pascal Rigaux | 2005-01-06 | 1 | -24/+24 |
| | | | | | | | - use more mygtk2 properties - create and use wm_icon() (until all this crap is cleaned) (drop $o->{wm_icon} which is unused) | ||||
* | add {icon} for Window | Pascal Rigaux | 2005-01-06 | 1 | -0/+4 |
| | |||||
* | merge Window and Dialog creation | Pascal Rigaux | 2005-01-06 | 1 | -19/+11 |
| | |||||
* | fix | Pascal Rigaux | 2005-01-06 | 1 | -4/+4 |
| | |||||
* | allow setting padding for pack_start, but only globally (it works like ↵ | Pascal Rigaux | 2005-01-06 | 1 | -1/+3 |
| | | | | spacing, but also include spacing at beginning, and at end) | ||||
* | add {position_policy} for Window | Pascal Rigaux | 2005-01-06 | 1 | -0/+1 |
| | |||||
* | - fs::format::part_raw() now takes $wait_message to allow displaying the ↵ | Pascal Rigaux | 2005-01-06 | 5 | -17/+45 |
| | | | | | | | | progress of format - create fs::format::wait_message() which creates a $wait_message valid to give to fs::format::part - fs::format::mke2fs() format while parsing the output to display the progress | ||||
* | fs::formatMount_all() parameter wait_message is no more optional (though you ↵ | Pascal Rigaux | 2005-01-06 | 2 | -3/+3 |
| | | | | can give undef) | ||||
* | on a label, we must use ->get_text, not ->get | Pascal Rigaux | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | update UIM config for uim-0.4.5 (UTUMI Hirosi) | Thierry Vignaud | 2005-01-06 | 1 | -3/+3 |
| | |||||
* | remove unused variables | Pascal Rigaux | 2005-01-06 | 1 | -2/+1 |
| | |||||
* | remove unused variable | Pascal Rigaux | 2005-01-06 | 2 | -2/+0 |
| | |||||
* | cleanup unused variables | Pascal Rigaux | 2005-01-06 | 1 | -3/+0 |
| | |||||
* | 10.2-0.8mdk | Thierry Vignaud | 2005-01-05 | 1 | -1/+16 |
| | |||||
* | fix selecting "other" keyboard when @best <= 1 | Pascal Rigaux | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | (migrate_device_names) fix message | Thierry Vignaud | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | don't set fs_type to ext2:vfat for ext3 or reiserfs /home coming from usb ↵ | Pascal Rigaux | 2005-01-05 | 1 | -1/+3 |
| | | | | key (bugzilla #9827) | ||||
* | add a couple of new ALSA drivers (from CVS) | Thierry Vignaud | 2005-01-05 | 2 | -3/+8 |
| | |||||
* | install echomixer if needed | Thierry Vignaud | 2005-01-05 | 1 | -0/+1 |
| | |||||
* | part2wild_device_name('', $part) is better than ↵ | Pascal Rigaux | 2005-01-05 | 1 | -1/+1 |
| | | | | devices::make($part->{device}) (esp. for nfs "devices") |