summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* misc pixel fixGuillaume Cottenceau2003-10-151-2/+2
|
* misc optGuillaume Cottenceau2003-10-151-1/+1
|
* - add many /etc/X11/* symlinksPascal Rigaux2003-10-151-1/+3
| | | | | - add /var/run/console (to be able to run X as a user)
* add some more links in /etc to the cdromPascal Rigaux2003-10-151-1/+5
|
* tell Xconfig we allow proprietary modules and no package needs toGuillaume Cottenceau2003-10-151-1/+2
| | | | | be installed (empty arrayref)
* let drakgw work...Thierry Vignaud2003-10-141-1/+1
|
* - translate all server namesThierry Vignaud2003-10-141-5/+5
| | | | | - harmonize server names
* show up a combo box with detected network interfaces but still let theThierry Vignaud2003-10-141-1/+1
| | | | | user manually type it sg like ppp0 if needed
* (default_interfaces)Thierry Vignaud2003-10-141-16/+8
| | | | | | | | | | | - simplify: ask_from already optimize the one item case for us - make it show up a pull-down menu rather than forcing one to type in the interface - fix it: $conf{net_interface} was *not* set on multiple interfaces case (read) fix it (conf was uselely initialized)
* simplify advanced settings detection in expert modeThierry Vignaud2003-10-141-1/+1
|
* check the right items in order to display advanced stuff if neededThierry Vignaud2003-10-141-1/+1
|
* syntax fixThierry Vignaud2003-10-131-1/+1
|
* fix first part of #5315: honour expert mode while installing inThierry Vignaud2003-10-131-1/+1
| | | | | drakconnect (aka when expert mode checkbox was checked)
* only list one tz for chinas (hp release)Thierry Vignaud2003-10-131-1/+1
|
* readd strict & diagnostics pragma removed by florinThierry Vignaud2003-10-131-2/+2
|
* fix lost checkbox states when "expert mode" option is checkedThierry Vignaud2003-10-131-1/+1
|
* - get rid of a perl_checker warning (thx pixel)Thierry Vignaud2003-10-131-3/+2
| | | | | | - this uncover the missing arg to parse_file when called from net_monitor, thus enabling to show up which file is currently parsed
* - save "mail alert" wizard options into /etc/sysconfig/mail_alert andThierry Vignaud2003-10-131-24/+27
| | | | | | | restore them when configuring it again - make cron task reuse /etc/sysconfig/mail_alert
* - ensure services are always listed in the same orderThierry Vignaud2003-10-131-4/+1
| | | | | - simplify installed services list build
* cron: only mail if there's really sg to warn about (aka do not sentThierry Vignaud2003-10-121-5/+8
| | | | | empty mails)
* restore previous subject in mailsThierry Vignaud2003-10-121-1/+1
|
* generate perl_checker compliant cron tasksThierry Vignaud2003-10-121-4/+4
|
* simplify cron writingThierry Vignaud2003-10-121-4/+2
|
* Move set_help_tip for new perl_checker.Stew Benedict2003-10-101-5/+5
|
* Some KDE screens require new chinese translations naming (zh_CN/zh_TW) toPablo Saratxaga2003-10-101-2/+2
| | | | | display the translations
* configure automatically xfree in moveGuillaume Cottenceau2003-10-101-0/+14
|
* call move, moveGuillaume Cottenceau2003-10-101-1/+2
|
* configure automatically XFree and allow to launch interactive_gtk with itGuillaume Cottenceau2003-10-102-5/+14
|
* remove unused (perl_checker, my love, where are you?)Guillaume Cottenceau2003-10-101-1/+0
|
* order init stuff and tell a bit about itGuillaume Cottenceau2003-10-101-2/+9
|
* give more details when using class_discardGuillaume Cottenceau2003-10-101-1/+1
|
* aaaah that's why I had all the stuff done twice after shell could not be run :)Guillaume Cottenceau2003-10-101-5/+8
|
* only clean packages shit when isInstallPascal Rigaux2003-10-091-1/+1
|
* setsid trick to make XF4 work in fbdev (!?!)Pascal Rigaux2003-10-091-4/+7
|
* alpha is DEAD okay? so remove that **** from hereGuillaume Cottenceau2003-10-091-63/+31
|
* mandrake-move can nearly start (shell starts, X config not done so X server ↵Guillaume Cottenceau2003-10-097-0/+505
| | | | currently crashes)
* help dumb perl_checkerGuillaume Cottenceau2003-10-091-1/+2
|
* thx perl checkerGuillaume Cottenceau2003-10-091-1/+1
|
* first shot as starting up mandrake-move from install2.pm as well (so many ↵Guillaume Cottenceau2003-10-091-1/+10
| | | | code shared)
* use /sbin/modprobe in move alsoGuillaume Cottenceau2003-10-091-1/+1
|
* first try with /bin/bash which is available in move. specify --rcfile or ↵Guillaume Cottenceau2003-10-091-4/+6
| | | | else it'll try /.bashrc which doesn't exist, and miss good definitions from /etc/bashrc (aliases, home/end keys, etc)
* /etc/pango/pango.modules is normally a dynamic fileGuillaume Cottenceau2003-10-091-0/+2
|
* use FBDev server until XF4 support is commited inGuillaume Cottenceau2003-10-091-1/+1
|
* don't act like a pig at the beginning!Guillaume Cottenceau2003-10-092-0/+1
|
* boot live_tree! :)Guillaume Cottenceau2003-10-094-3/+11
|
* build move stuff from within move directoryGuillaume Cottenceau2003-10-091-4/+4
|
* perform kernel logging anyway, it's cool to have it for init-stage2 as wellGuillaume Cottenceau2003-10-091-4/+1
|
* allow mounting devfs as well (move)Guillaume Cottenceau2003-10-091-1/+1
|
* report error why /dev/tty2 is not available for opening a shellGuillaume Cottenceau2003-10-091-1/+1
|
* we need to have an 'init' for stage2 as well, because if we exec directly ↵Guillaume Cottenceau2003-10-094-19/+29
| | | | runinstall2 and it fails/stops for any reason, this will immediately block the kernel ('Attempted to kill init'), making debugging more difficult