summaryrefslogtreecommitdiffstats
path: root/move/move.pm
Commit message (Collapse)AuthorAgeFilesLines
* when /image/etc/xxx is a symlink, create /etc/xxx directly to this symlinkPascal Rigaux2003-11-051-2/+10
|
* - no need to mount totem clpPascal Rigaux2003-11-051-3/+5
| | | | | - if we need lomount_clp again, correctly handle the "live" cmdline parameter
* don't mount totem clp if option "live" is given on cmdlinePascal Rigaux2003-11-041-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-031-1/+2
|
* call summaryBefore to auto configure network, timezone, printersGuillaume Cottenceau2003-11-031-8/+18
| | | | | obscure problems when launching foomatic-configure exhausted problem of missing subdirectories in /etc and /var, create them at startup when they are missing to prevent from future other problems of the kind
* xinetd stuffGuillaume Cottenceau2003-11-031-1/+1
|
* mount live_tree_totem.clp if neededPascal Rigaux2003-11-031-0/+12
|
* allow user=xxx on /proc/cmdline to skip ask_user namePascal Rigaux2003-10-311-3/+7
|
* use our just-added user instead of "mdk" userGuillaume Cottenceau2003-10-311-6/+5
|
* also set SHELLPascal Rigaux2003-10-311-1/+2
|
* - add /etc/sudoersPascal Rigaux2003-10-311-2/+9
| | | | | - don't use "su" for the moment, it doesn't allow startkde to exit nicely (why??)
* move: "adduser" alike stepGuillaume Cottenceau2003-10-311-0/+6
|
* allow to start move with no previous steps (eg: step=startMove on cmdline)Pascal Rigaux2003-10-311-1/+1
|
* /etc/devfs/conf.d must be writeablePascal Rigaux2003-10-311-2/+2
|
* allow move to be launched in testing modeGuillaume Cottenceau2003-10-301-0/+4
|
* fix OOo startupGuillaume Cottenceau2003-10-301-1/+1
|
* allow undone toBeDone things to be doneGuillaume Cottenceau2003-10-301-1/+14
|
* allow comments to be trimmedGuillaume Cottenceau2003-10-301-2/+2
|
* kill minilogd to ensure it goes awayPascal Rigaux2003-10-301-0/+1
|
* better list obtained using patched nfsd instead of StracePascal Rigaux2003-10-301-0/+2
|
* try to save /etc/fstab and /etc/modules.conf (is /etc/fstabGuillaume Cottenceau2003-10-231-1/+6
| | | | | really needed?)
* use cp instead of cp_afPascal Rigaux2003-10-231-1/+1
|
* logs a last msg before exitingGuillaume Cottenceau2003-10-161-0/+1
|
* display a sorta splash/wait screen when drakx exits because kde takes a long ↵Guillaume Cottenceau2003-10-161-0/+9
| | | | time to startup its splash screen
* add xwait and use itPascal Rigaux2003-10-161-4/+6
|
* - rename exitMove to startMovePascal Rigaux2003-10-151-4/+8
| | | | | | - remove the blinks before kde start by relaying the last X connection (using gmessage for now, will use "xtest --wait" later)
* fix typoPascal Rigaux2003-10-151-1/+1
|
* set move steps, add exitMove step, pass $o to move::init()Pascal Rigaux2003-10-151-0/+13
|
* have necessary png lang files installed and limit percent-langs of langs.pm ↵Guillaume Cottenceau2003-10-151-0/+4
| | | | accordingly
* fix typoPascal Rigaux2003-10-151-1/+1
|
* load sound modulesPascal Rigaux2003-10-151-0/+3
|
* to be able to adduser, one need to have /etc/passwd and /etc/group writablePascal Rigaux2003-10-151-1/+4
|
* using uk instead of us keyboard for now to have less warningsPascal Rigaux2003-10-151-1/+1
|
* 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)
* configure automatically xfree in moveGuillaume Cottenceau2003-10-101-0/+14
|
* order init stuff and tell a bit about itGuillaume Cottenceau2003-10-101-2/+9
|
* mandrake-move can nearly start (shell starts, X config not done so X server ↵Guillaume Cottenceau2003-10-091-0/+27
currently crashes)