summaryrefslogtreecommitdiffstats
path: root/move/move.pm
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchMystery Man2004-05-111-28/+20
| | | | 'MDK-10-update'.
* - install all langsPascal Rigaux2004-05-061-2/+0
| | | | | - move default from /tmp/live_tree to /BIG/move/live_tree, and have it written only once
* when XF86Config-4 is missing, use XF86ConfigPascal Rigaux2004-05-061-1/+3
|
* we need agp modules for DRI (nvidia doesn't care, but ATI does, and others too)Pascal Rigaux2004-04-191-0/+2
|
* fix handling directories-to-createPascal Rigaux2004-04-191-1/+2
|
* when creating directories, keep rights & uid & gid (esp. for armagetron)Pascal Rigaux2004-04-191-1/+6
|
* - log errors in /tmp/.kde-errors instead of /dev/tty10 (to be able to grep ↵Pascal Rigaux2004-04-131-3/+3
| | | | | | | it, but that means one can't see it if kde doesn't succed except when using option "shell") - adapt to loop instead of chloop
* - devfs in kernel 2.6 doesn't handle /dev/pts anymore, so we must mount itPascal Rigaux2004-04-051-13/+13
| | | | | | | - adapt to 10.0 DrakX - /etc/modprobe.conf handled same as modules.conf (why this special case for them and not other /etc files?) - cleanup and perl_checker fixes
* adapt to change allowing checking nvidia/ati proprietary driver availability ↵Pascal Rigaux2004-02-081-1/+1
| | | | only when needed
* add the waitkey option for keys that have problems to be detected at bootGuillaume Cottenceau2003-12-231-0/+1
|
* oops copy-pasting /etc/rc.d/rc.sysinit with different shell behaviour :/Guillaume Cottenceau2003-12-161-2/+2
|
* - tell devfsd to reload so that /etc/devfsd/conf.d/mouse.conf is used and ↵Pascal Rigaux2003-12-081-1/+4
| | | | | | | /dev/mouse created - try to have less symlinks
* allow user to put some more libraries in $HOME/libPascal Rigaux2003-12-081-0/+1
|
* fix netfs and make it run at startupPascal Rigaux2003-12-051-0/+1
|
* don't start services that are obviously backups of older filesGuillaume Cottenceau2003-12-051-1/+5
|
* each time X respawns we need /etc/X11/Xsession rather than only startkdeGuillaume Cottenceau2003-12-051-1/+1
|
* - cleanup key_parts() so that it doesn't re-assign mount points each time it isPascal Rigaux2003-12-041-6/+6
| | | | | | called - mount point assignment moved to key_mount()
* better message when key has only non vfat partitionsGuillaume Cottenceau2003-12-041-1/+6
|
* don't die horribly if the usb key partition is not vfat, catch the error andPascal Rigaux2003-12-041-5/+11
| | | | | display a message accordingly
* configure pcmcia as wellGuillaume Cottenceau2003-12-041-0/+1
|
* allow nl language tooGuillaume Cottenceau2003-12-041-1/+1
|
* Xsession should be run with cwd as $HOME (fixes mountloop not working when ↵Guillaume Cottenceau2003-12-041-0/+1
| | | | giving relative path for secure directory)
* still write timezone and configure supermount in noautoGuillaume Cottenceau2003-12-041-4/+4
|
* bypass most network/printer/etc autodetection and configuration in $::noautoGuillaume Cottenceau2003-12-041-0/+3
|
* simplify noautoGuillaume Cottenceau2003-12-041-1/+1
|
* use run_program rather than system when possible so that we have logsGuillaume Cottenceau2003-12-041-12/+12
|
* better cleankey: also clean loopback so that kde config files disappear alsoGuillaume Cottenceau2003-12-041-1/+1
|
* have numlock (but only in not laptop)Guillaume Cottenceau2003-12-041-0/+2
|
* /var/tmp must be user writable for lpr| to work for printing from OOo to workGuillaume Cottenceau2003-12-041-0/+2
|
* symlink /var/lib/rpm so that "rpm -qa" worksGuillaume Cottenceau2003-12-041-1/+1
|
* fix englishGuillaume Cottenceau2003-12-031-1/+1
|
* ensure ksycoca is configured correctly. It is not saved on the keyPascal Rigaux2003-12-031-2/+2
|
* allow easier debugging by not killing shell on #2 when starting with "shell" ↵Guillaume Cottenceau2003-12-031-2/+4
| | | | commandline param
* configure timezonePascal Rigaux2003-12-031-0/+3
|
* mouse with more than 5 buttons add a hook in /etc/X11/xinit.d, this dir need ↵Guillaume Cottenceau2003-12-031-1/+1
| | | | be writable for new files
* restore /etc/mtab linked to /proc/mounts, other things like "umount /xxx" canPascal Rigaux2003-12-021-6/+1
| | | | | fail because /xxx is in /proc/mounts, but not in mtab
* need to touch /etc/mtab at very beginning to prevent from creating a link to ↵Guillaume Cottenceau2003-12-021-1/+3
| | | | the RO volume thus failing substInFile from fs::umount
* now that mountloop blocks, we need to retain XFree from blinking when ↵Guillaume Cottenceau2003-12-021-1/+1
| | | | freeing up resources because startkde will not be there when mountloop exits
* full stage1 may mount /proc/bus/usbGuillaume Cottenceau2003-12-021-0/+1
|
* remove /etc/mtab link firstPascal Rigaux2003-12-021-4/+9
|
* initialize mtab correctly in mode 3Pascal Rigaux2003-12-021-1/+1
|
* create a valid mtab (to allow kde to see correctly mounted partitions)Pascal Rigaux2003-12-021-2/+5
|
* copyright and license MandrakeMoveGuillaume Cottenceau2003-12-011-0/+16
|
* chloop supportGuillaume Cottenceau2003-12-011-1/+1
|
* show on console #2 when shells are killedGuillaume Cottenceau2003-12-011-0/+1
|
* start with Xsession so that we run /etc/X11/xinit.d scripts (mountloop in ↵Guillaume Cottenceau2003-12-011-1/+2
| | | | particular)
* to mount samba shared without warning messages we need ↵Guillaume Cottenceau2003-12-011-0/+2
| | | | /var/lib/samba/codepages/*
* don't fail when ksycoca-LANG doesn't existPascal Rigaux2003-12-011-1/+1
|
* don't do useless copy files on self when no /etc/passwd is foundGuillaume Cottenceau2003-11-281-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-281-1/+4
|