summaryrefslogtreecommitdiffstats
path: root/move/move.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* don't display startkde shit on first consoleGuillaume Cottenceau2003-11-281-0/+3
|
* when we don't detect the key at first, or user plug his key when prompted, ↵Guillaume Cottenceau2003-11-281-6/+15
| | | | ensure we keep the same user (we don't re ask for user) else we'll create a user with uid 502 and fail miserably to launch kde (home not writable)
* disable key when nvidia clp is not here and we're not in nfsGuillaume Cottenceau2003-11-281-1/+1
|
* cp_af() is no good when file is a link.Pascal Rigaux2003-11-281-1/+1
| | | | | we need a simple cp() ...
* create .kde/share/config in user's homePascal Rigaux2003-11-281-0/+1
|
* fix typoPascal Rigaux2003-11-281-1/+2
|
* 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
* 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
* 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)
* at last a good reboot/halt from kdeGuillaume Cottenceau2003-11-271-1/+6
|
* better have a good global /usr/share/services/ksycoca by linking it to the key,Pascal Rigaux2003-11-271-3/+2
| | | | | rather than configuring it in every users .kde/share/services/ksycoca
* - 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
* - configure ksycoca per langPascal Rigaux2003-11-261-1/+13
| | | | | | - configure ksycoca with flag working - configure kdeglobals lang (for kcontrol and a few more)
* syslog is started by usGuillaume Cottenceau2003-11-261-1/+1
|
* qiv has much more POWER than ourselves for setting up a persistent backgroundGuillaume Cottenceau2003-11-261-8/+4
|
* allow X to restart after dying through X_move script, startkde also through ↵Guillaume Cottenceau2003-11-261-1/+1
| | | | startkde_move script
* simplify (already done)Pascal Rigaux2003-11-261-1/+1
|
* "proceeding" msg is also not capitalizedGuillaume Cottenceau2003-11-251-2/+2
|
* insmod uses glibc syslog facility for outputting error messages, thus we ↵Guillaume Cottenceau2003-11-251-4/+1
| | | | need to start syslogd very soon to not end up with silly parport_pc busy messages on console #1
* prepare for stripped down versionGuillaume Cottenceau2003-11-251-0/+9
|
* mount i18n clp ASAP so that console two shell uses the right localesPascal Rigaux2003-11-251-1/+2
|
* in mode 2, also pre fix /etc/rc.d/rc5.d linksGuillaume Cottenceau2003-11-251-1/+2
|
* use /dev/mouse in the X config file to allow changing mouse device livePascal Rigaux2003-11-251-0/+3
|
* - handle nvidia.clpPascal Rigaux2003-11-251-1/+5
| | | | | - handle X proprietary drivers
* persistent servicesGuillaume Cottenceau2003-11-211-12/+18
|
* allow formatting the virtual key with a commandline param, for easy mode-2 ↵Guillaume Cottenceau2003-11-211-2/+3
| | | | testing
* - don't unconditionally assign lang::read to {locale} because we default to ↵Guillaume Cottenceau2003-11-211-1/+3
| | | | | | | US as a country, and install_steps::selectLanguage relies on a void country to assign default country for a lang (e.g. FR for fr) - use lang::set so that in mode 3 KDE can start in the right language
* read locale config early enough to be able to mount correct i18n clp in mode 3Guillaume Cottenceau2003-11-211-1/+1
|
* on some video boards there is not even a configuration for xfree3, we can't ↵Guillaume Cottenceau2003-11-211-1/+1
| | | | rely on it
* load kernel module "nvidia" when using nvidia in XFreePascal Rigaux2003-11-211-8/+15
|
* keeping $rootwindow didn't workGuillaume Cottenceau2003-11-211-3/+2
|
* display background image as soon as possibleGuillaume Cottenceau2003-11-211-10/+16
| | | | | keep a gdkwindow with the background image so that it stays when wizardwindow is destroyed
* kill duplicated code once againGuillaume Cottenceau2003-11-201-2/+3
|
* kill duplicated codeGuillaume Cottenceau2003-11-201-5/+1
|
* pixel likes it when we no one is able to cross frontiers (is he ↵Guillaume Cottenceau2003-11-201-1/+1
| | | | protectionist/nationalist or something?)
* allow testing with a virtual key (a given file on a given partition), that ↵Guillaume Cottenceau2003-11-201-0/+20
| | | | | | | | will be faster, easier (and more reliable ;p) that will maybe allow future normal (but strange) use of MandrakeMove with a file on an existing ext2 or a vfat partition, who knows? gael's gonna be happy with his motto "our users find unpredictable usage of our products, ya-hoo!"
* fix mounting things when using existing configPascal Rigaux2003-11-201-1/+8
|
* etc-monitorer now also handles removal of filesGuillaume Cottenceau2003-11-201-1/+1
|
* simplifyPascal Rigaux2003-11-201-2/+1
|
* - verify key in mode 3 boot as wellGuillaume Cottenceau2003-11-201-4/+32
| | | | | - if the key is RO we can't umount /home because of /etc/X11/X, give a nice msg to user in that case
* use ext2 for the per user loopback on usb keyGuillaume Cottenceau2003-11-201-1/+1
|
* write mouse xfree conf in mode 2Guillaume Cottenceau2003-11-201-0/+2
|
* speedup boot by launching etc-monitorer only one time from within drakxGuillaume Cottenceau2003-11-201-1/+1
|
* - run "service sound start" in backgroundPascal Rigaux2003-11-201-5/+4
| | | | | | | - no need to set $o->{fstab} - move back install_TrueFS_in_home() call in startMove (it doesn't rely on $o->{fstab} anymore)
* use boot imagesGuillaume Cottenceau2003-11-191-1/+2
|
* - mount removable devicesPascal Rigaux2003-11-191-7/+12
| | | | | - fix chown'ing cache directory
* *** empty log message ***Guillaume Cottenceau2003-11-191-1/+1
|
* .kde/share/cache is a symlink to a tmpfs directory to ensure the key doesn'tPascal Rigaux2003-11-191-0/+9
| | | | | grow too much