summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* do not restart network service in testing modeThierry Vignaud2003-11-281-1/+1
|
* some isolinux stuffGuillaume Cottenceau2003-11-273-0/+34
|
* holy shotgun method for del_loops as well, or else we'll miss image_always ↵Guillaume Cottenceau2003-11-271-17/+14
| | | | loop hence won't be able to eject cdrom
* prevent altering system configuration in testing mode in optionalThierry Vignaud2003-11-271-8/+10
| | | | | steps
* have only one /etc/passwd so that when user changes password on one host, ↵Guillaume Cottenceau2003-11-271-4/+18
| | | | change is seen on other hosts
* save shell pidGuillaume Cottenceau2003-11-271-1/+4
|
* password in screensaver doesn't make sense if we keep the shellGuillaume Cottenceau2003-11-271-0/+3
|
* - handle non partitioned usb keys (they are in {raw_hds})Pascal Rigaux2003-11-271-2/+3
| | | | | - set $ENV{XAUTHORITY} in case we want to use it one day
* add isKeyUsb() (removed from move.pm)Pascal Rigaux2003-11-271-0/+1
|
* put in {raw_hds} non partitioned usb keysPascal Rigaux2003-11-271-2/+5
|
* get_raw_hds adds removables to {raw_hds}, it doesn't overwrite itPascal Rigaux2003-11-271-1/+1
| | | | | (so that non partitioned usb keys are not dropped)
* don't eject cdrom in nfsGuillaume Cottenceau2003-11-271-6/+11
|
* doneGuillaume Cottenceau2003-11-271-2/+0
|
* smp kernel panics when calling poweroff!!Guillaume Cottenceau2003-11-271-7/+17
|
* "rh" loop is now called change_loopGuillaume Cottenceau2003-11-271-1/+1
|
* try to not respawn X too fastGuillaume Cottenceau2003-11-271-0/+7
|
* copy ksycoca instead of symlinking it (to allow monitorer to do its job cleanly)Pascal Rigaux2003-11-271-1/+1
|
* nobadchars opt for vfat so that we are allowed to create files with : in ↵Guillaume Cottenceau2003-11-271-1/+1
| | | | filenames (kmail will need that)
* fabman prefers thisGuillaume Cottenceau2003-11-271-1/+1
|
* in move kernel, we need change_loop.oGuillaume Cottenceau2003-11-271-0/+4
|
* fake umounting /image when we use live_tree/ instead of live_tree.clpPascal Rigaux2003-11-271-3/+9
|
* when using alsa, one need some conf file when totem is runningPascal Rigaux2003-11-271-0/+1
|
* if /image is a symlink, don't try to umount and so don't failPascal Rigaux2003-11-271-2/+4
|
* ksycoca is lang dependentPascal Rigaux2003-11-271-0/+1
|
* X_move is neededPascal Rigaux2003-11-271-0/+1
|
* kill klaptopdaemon without warningPascal Rigaux2003-11-271-1/+1
|
* non cpu burning forever loopsGuillaume Cottenceau2003-11-271-3/+3
|
* (create_packtable) enable to provide 0 parameters for xpadding andThierry Vignaud2003-11-271-1/+2
| | | | | ypadding (much cleaner)
* *** empty log message ***Guillaume Cottenceau2003-11-271-1/+1
|
* move tries to eject cdromGuillaume Cottenceau2003-11-271-4/+16
|
* (create_packtable) simplify xpadding managmentThierry Vignaud2003-11-271-1/+1
|
* more explanationsThierry Vignaud2003-11-271-0/+2
|
* let drakgw embed (interface team request)Thierry Vignaud2003-11-271-51/+1
|
* (new) do not show up anymore banners for wizards when embeeded (theThierry Vignaud2003-11-271-1/+1
| | | | | | set_position() and the set_size_request() calls do not make any sense at all when embedded anyway)
* allow to halt machineGuillaume Cottenceau2003-11-275-5/+19
|
* at last a good reboot/halt from kdeGuillaume Cottenceau2003-11-277-27/+23
|
* better have a good global /usr/share/services/ksycoca by linking it to the key,Pascal Rigaux2003-11-272-3/+4
| | | | | rather than configuring it in every users .kde/share/services/ksycoca
* use a Reboot.desktop to have ability to reboot graphically in menuGuillaume Cottenceau2003-11-272-0/+14
| | | | | | | it's not too good because it's not top-down in the menu, but to do that we'd need to modify kdebase or launche kde with kdm it-de-es translations taken from gtk+mdk.mo
* translate (me, giuseppe, till, juan)Guillaume Cottenceau2003-11-271-0/+5
|
* add startkde_move and xwaitPascal Rigaux2003-11-271-0/+2
|
* added xpadding/ypadding options in create_packtabledamien2003-11-271-1/+1
|
* againGuillaume Cottenceau2003-11-271-1/+1
|
* woopsGuillaume Cottenceau2003-11-271-2/+2
|
* don't display version in moveGuillaume Cottenceau2003-11-271-1/+7
|
* ksycoca is no more globalPascal Rigaux2003-11-271-1/+0
|
* no more global ksycocaPascal Rigaux2003-11-271-1/+0
|
* we need pcmcia-cs if we ever want pcmcia to workGuillaume Cottenceau2003-11-271-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-261-0/+2
|
* *** empty log message ***Guillaume Cottenceau2003-11-261-6/+0
|
* - overload install_steps_interactive::errorInStep because it's niceGuillaume Cottenceau2003-11-261-6/+45
| | | | | | | to provide user with a way to get out of it (remove sysconf files) - reboot in a better manner so that we don't have console locked after XFree gets killed