summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* provide a way for speedtouch users of free version to escapeGuillaume Cottenceau2003-11-281-0/+6
|
* (create_okcancel) try to better fit both install teams needs andThierry Vignaud2003-11-281-4/+11
| | | | | | | | | | | | | | | | | | | | | interface team one's: - in the installer, all windows run under $::isWizard due to design stuff (wizard aspect and wizard mode should really be really two differents options for cleanity but that's postponed); o so to prevent ok/cancel buttons to be pushed at the right edge when we're asking a question instead of being in a wizard step, we add an empty label between the ok and cancel o we still put an empty label in wizard mode when not in the installer so that help/cancel and next/previous buttons packs get separated as requested by interface team - we add an empty field when cancel/previous button does not exists so that when there's only one button, we prevent it to be centered (eg: "finish" in wizards); note that if $::Wizard_no_previous is not set, the button is still centered so that we keep some flexibility
* speedtouch in free modeGuillaume Cottenceau2003-11-281-0/+6
|
* refresh after main wizard window has been destroyedGuillaume Cottenceau2003-11-281-0/+2
|
* we still can't eject. try to shotgun a bit.Guillaume Cottenceau2003-11-281-0/+17
|
* don't display startkde shit on first consoleGuillaume Cottenceau2003-11-281-0/+3
|
* fit againGuillaume Cottenceau2003-11-282-2/+2
|
* 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)
* on interface team request:Thierry Vignaud2003-11-281-13/+27
| | | | | | | | | | | | | - try to make button packing more readable - comment some parameters and what is done - add space to split buttons in two packs but if there's one button (so that eg XFdrake's quit button still get centered) - pack button the kde order while installing or while under kde, gnome order else: o kde order is help/advanced/_____/ok/cancel o gnome order is help/advanced/_____/ok/cancel o wizard order is help/advanced/_____/previous/next
* (read_all_conf) ignore ifcfg-<intf>~ and the like entriesThierry Vignaud2003-11-281-1/+1
|
* (configureNetwork2) do not install package or rewrite config files inThierry Vignaud2003-11-281-13/+14
| | | | | testing mode
* (main) do not silently discard exceptions; if some exception is raisedThierry Vignaud2003-11-281-1/+3
| | | | | | for anything else than "wizcancel", we should rethrow it again instead of silently ignoring bugso...
* let time for X to really dieGuillaume Cottenceau2003-11-281-0/+1
|
* try to fix (and let some debug) X respawning too fastGuillaume Cottenceau2003-11-281-2/+7
|
* disable key when nvidia clp is not here and we're not in nfsGuillaume Cottenceau2003-11-281-1/+1
|
* be sure door is not locked (/sbin/init busyfies cdrom is image_always is not ↵Guillaume Cottenceau2003-11-281-0/+1
| | | | in memory - which is the case except when in mdk_totem)
* remove message in case it fails miserablyGuillaume Cottenceau2003-11-281-1/+0
|
* fit on 80 columnsGuillaume Cottenceau2003-11-282-4/+5
|
* *** empty log message ***Pascal Rigaux2003-11-281-3/+0
|
* kbuildsycoca keeps a snapshot of current environment, esp. $ENV{BROWSER}Pascal Rigaux2003-11-281-0/+4
| | | | | trying to be as similar as startkde environment
* install kernel-smp-xxxPascal Rigaux2003-11-281-1/+4
|
* *** empty log message ***Guillaume Cottenceau2003-11-281-2/+0
|
* cp_af() is no good when file is a link.Pascal Rigaux2003-11-281-1/+1
| | | | | we need a simple cp() ...
* *** empty log message ***Pascal Rigaux2003-11-281-0/+1
|
* *** empty log message ***Pascal Rigaux2003-11-281-4/+0
|
* ignore failing to build nvidia clpPascal Rigaux2003-11-281-1/+1
|
* it is normal that nvidia files are missing when we build without cdcom rpmsPascal Rigaux2003-11-281-1/+1
|
* create .kde/share/config in user's homePascal Rigaux2003-11-281-0/+1
|
* if X proprietary drivers are not installed, just skipPascal Rigaux2003-11-281-1/+1
|
* fix typoPascal Rigaux2003-11-281-1/+2
|
* 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
|