summaryrefslogtreecommitdiffstats
path: root/move
Commit message (Collapse)AuthorAgeFilesLines
* - handle nvidia.clpPascal Rigaux2003-11-254-1/+12
| | | | | - handle X proprietary drivers
* - nvidia.clp supportPascal Rigaux2003-11-251-3/+5
| | | | | | - handle umounting failure by remounting what can be and calling mdk_totem again (which will hopefully tell what program did make umounting fail)
* allow sleep(1) to run correctly in mdk_behind_totem when everything is unmountedPascal Rigaux2003-11-241-0/+3
|
* - fix regexps according to {cmdline} format changePascal Rigaux2003-11-241-5/+5
| | | | | - add nvidia clp handling
* - install NVIDIA_nforce-xxxPascal Rigaux2003-11-241-4/+17
| | | | | | | - /usr/lib/libGL.so.1 links to /etc/X11/libGL.so.1 - create /usr/lib/libGL.so.1.fglrx and /usr/lib/libGL.so.1.nvidia => at runtime we create /etc/X11/libGL.so.1 linked to one of them
* /opt is needed by fucking acroreadPascal Rigaux2003-11-241-0/+1
|
* add some commentPascal Rigaux2003-11-241-1/+3
|
* persistent servicesGuillaume Cottenceau2003-11-212-12/+19
|
* handle relative symlinks tooGuillaume Cottenceau2003-11-211-6/+12
|
* 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
|
* eject cdrom when unmountedPascal Rigaux2003-11-211-0/+1
|
* add eject for mdk_behind_totemPascal Rigaux2003-11-211-0/+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
* cleanupPascal Rigaux2003-11-211-2/+0
|
* show "frozen-bubble" instead of "perl"Pascal Rigaux2003-11-211-2/+3
|
* load kernel module "nvidia" when using nvidia in XFreePascal Rigaux2003-11-211-8/+15
|
* - install proprietary driversPascal Rigaux2003-11-211-0/+4
| | | | | - remove "nvidia" from /etc/modules
* *** empty log message ***Guillaume Cottenceau2003-11-211-4/+0
|
* *** empty log message ***Guillaume Cottenceau2003-11-211-2/+0
|
* /etc/inittab copied so that we don't see a bad message on console just ↵Guillaume Cottenceau2003-11-211-0/+1
| | | | before X starts
* - don't remove /dev in live_treePascal Rigaux2003-11-211-3/+4
| | | | | | - have a correct /etc/rpm/macros in live_tree - fix menu i18n
* keeping $rootwindow didn't workGuillaume Cottenceau2003-11-211-3/+2
|
* put backgrounds directly in /usr/share/wallpapersGuillaume Cottenceau2003-11-211-1/+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?)
* found no way to write into /var/run/utmp than to create my own program :(Guillaume Cottenceau2003-11-203-1/+31
|
* 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-202-3/+9
|
* 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
* have the syslinux progress bar whitePascal Rigaux2003-11-201-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-201-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-201-0/+78
|
* 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
|
* don't keep messages about failing to preserve ownershipGuillaume Cottenceau2003-11-201-1/+1
|
* new splash screenPascal Rigaux2003-11-202-1/+4
|
* xinput needed for some mice (mouse.pm::various_xfree_conf)Guillaume Cottenceau2003-11-201-0/+1
|
* speedup boot by launching etc-monitorer only one time from within drakxGuillaume Cottenceau2003-11-202-9/+11
|
* - 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)
* i do suck muchGuillaume Cottenceau2003-11-191-13/+2
|
* make_live_tree_boot replacing files by symlinks is responsible for ↵Guillaume Cottenceau2003-11-192-0/+23
| | | | fontconfig cache outdated, fix cache by touching files
* addGuillaume Cottenceau2003-11-191-0/+27
| | | | | check if files are more recent (fc-cache will slow down starting of drakx)
* use boot imagesGuillaume Cottenceau2003-11-196-2/+5
|
* uneeded now since we use etc-monitorer.plGuillaume Cottenceau2003-11-192-15/+1
|