Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - translate all server names | Thierry Vignaud | 2003-10-14 | 1 | -5/+5 |
| | | | | | - harmonize server names | ||||
* | show up a combo box with detected network interfaces but still let the | Thierry Vignaud | 2003-10-14 | 1 | -1/+1 |
| | | | | | user manually type it sg like ppp0 if needed | ||||
* | (default_interfaces) | Thierry Vignaud | 2003-10-14 | 1 | -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 mode | Thierry Vignaud | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | check the right items in order to display advanced stuff if needed | Thierry Vignaud | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | syntax fix | Thierry Vignaud | 2003-10-13 | 1 | -1/+1 |
| | |||||
* | fix first part of #5315: honour expert mode while installing in | Thierry Vignaud | 2003-10-13 | 1 | -1/+1 |
| | | | | | drakconnect (aka when expert mode checkbox was checked) | ||||
* | only list one tz for chinas (hp release) | Thierry Vignaud | 2003-10-13 | 1 | -1/+1 |
| | |||||
* | readd strict & diagnostics pragma removed by florin | Thierry Vignaud | 2003-10-13 | 1 | -2/+2 |
| | |||||
* | fix lost checkbox states when "expert mode" option is checked | Thierry Vignaud | 2003-10-13 | 1 | -1/+1 |
| | |||||
* | - get rid of a perl_checker warning (thx pixel) | Thierry Vignaud | 2003-10-13 | 1 | -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 and | Thierry Vignaud | 2003-10-13 | 1 | -24/+27 |
| | | | | | | | restore them when configuring it again - make cron task reuse /etc/sysconfig/mail_alert | ||||
* | - ensure services are always listed in the same order | Thierry Vignaud | 2003-10-13 | 1 | -4/+1 |
| | | | | | - simplify installed services list build | ||||
* | cron: only mail if there's really sg to warn about (aka do not sent | Thierry Vignaud | 2003-10-12 | 1 | -5/+8 |
| | | | | | empty mails) | ||||
* | restore previous subject in mails | Thierry Vignaud | 2003-10-12 | 1 | -1/+1 |
| | |||||
* | generate perl_checker compliant cron tasks | Thierry Vignaud | 2003-10-12 | 1 | -4/+4 |
| | |||||
* | simplify cron writing | Thierry Vignaud | 2003-10-12 | 1 | -4/+2 |
| | |||||
* | Move set_help_tip for new perl_checker. | Stew Benedict | 2003-10-10 | 1 | -5/+5 |
| | |||||
* | Some KDE screens require new chinese translations naming (zh_CN/zh_TW) to | Pablo Saratxaga | 2003-10-10 | 1 | -2/+2 |
| | | | | | display the translations | ||||
* | configure automatically xfree in move | Guillaume Cottenceau | 2003-10-10 | 1 | -0/+14 |
| | |||||
* | call move, move | Guillaume Cottenceau | 2003-10-10 | 1 | -1/+2 |
| | |||||
* | configure automatically XFree and allow to launch interactive_gtk with it | Guillaume Cottenceau | 2003-10-10 | 2 | -5/+14 |
| | |||||
* | remove unused (perl_checker, my love, where are you?) | Guillaume Cottenceau | 2003-10-10 | 1 | -1/+0 |
| | |||||
* | order init stuff and tell a bit about it | Guillaume Cottenceau | 2003-10-10 | 1 | -2/+9 |
| | |||||
* | give more details when using class_discard | Guillaume Cottenceau | 2003-10-10 | 1 | -1/+1 |
| | |||||
* | aaaah that's why I had all the stuff done twice after shell could not be run :) | Guillaume Cottenceau | 2003-10-10 | 1 | -5/+8 |
| | |||||
* | only clean packages shit when isInstall | Pascal Rigaux | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | setsid trick to make XF4 work in fbdev (!?!) | Pascal Rigaux | 2003-10-09 | 1 | -4/+7 |
| | |||||
* | alpha is DEAD okay? so remove that **** from here | Guillaume Cottenceau | 2003-10-09 | 1 | -63/+31 |
| | |||||
* | mandrake-move can nearly start (shell starts, X config not done so X server ↵ | Guillaume Cottenceau | 2003-10-09 | 7 | -0/+505 |
| | | | | currently crashes) | ||||
* | help dumb perl_checker | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+2 |
| | |||||
* | thx perl checker | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | first shot as starting up mandrake-move from install2.pm as well (so many ↵ | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+10 |
| | | | | code shared) | ||||
* | use /sbin/modprobe in move also | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | first try with /bin/bash which is available in move. specify --rcfile or ↵ | Guillaume Cottenceau | 2003-10-09 | 1 | -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 file | Guillaume Cottenceau | 2003-10-09 | 1 | -0/+2 |
| | |||||
* | use FBDev server until XF4 support is commited in | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | don't act like a pig at the beginning! | Guillaume Cottenceau | 2003-10-09 | 2 | -0/+1 |
| | |||||
* | boot live_tree! :) | Guillaume Cottenceau | 2003-10-09 | 4 | -3/+11 |
| | |||||
* | build move stuff from within move directory | Guillaume Cottenceau | 2003-10-09 | 1 | -4/+4 |
| | |||||
* | perform kernel logging anyway, it's cool to have it for init-stage2 as well | Guillaume Cottenceau | 2003-10-09 | 1 | -4/+1 |
| | |||||
* | allow mounting devfs as well (move) | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | report error why /dev/tty2 is not available for opening a shell | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | we need to have an 'init' for stage2 as well, because if we exec directly ↵ | Guillaume Cottenceau | 2003-10-09 | 4 | -19/+29 |
| | | | | runinstall2 and it fails/stops for any reason, this will immediately block the kernel ('Attempted to kill init'), making debugging more difficult | ||||
* | add "devices" and "symlinks", two files that dynamically speficy to ↵ | Guillaume Cottenceau | 2003-10-09 | 2 | -0/+6 |
| | | | | stage1-for-move how to basically set up the / in tmpfs before starting stage2 | ||||
* | create a few devices dynamically in the tmpfs / to start up stage2, so that ↵ | Guillaume Cottenceau | 2003-10-09 | 1 | -0/+17 |
| | | | | we don't use devices from the live mount, so that we will be able to umount the live mount | ||||
* | remove /lib/dev-state stuff from devfsd.conf | Guillaume Cottenceau | 2003-10-09 | 1 | -0/+5 |
| | |||||
* | simplify "do not remove wireless parameters from ifcfg when not in wizard ↵ | Thierry Vignaud | 2003-10-08 | 2 | -8/+4 |
| | | | | mode" fix | ||||
* | network interface configuration step: using network interface from | Thierry Vignaud | 2003-10-08 | 1 | -3/+4 |
| | | | | | | interface/driver list is more robust that relying on possibly empty int variable (better #3276 fix) | ||||
* | allow specifying a kernel | Guillaume Cottenceau | 2003-10-08 | 1 | -2/+9 |
| |