Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - cleanup key_parts() so that it doesn't re-assign mount points each time it is | Pascal Rigaux | 2003-12-04 | 1 | -6/+6 |
| | | | | | | called - mount point assignment moved to key_mount() | ||||
* | better message when key has only non vfat partitions | Guillaume Cottenceau | 2003-12-04 | 1 | -1/+6 |
| | |||||
* | don't die horribly if the usb key partition is not vfat, catch the error and | Pascal Rigaux | 2003-12-04 | 1 | -5/+11 |
| | | | | | display a message accordingly | ||||
* | configure pcmcia as well | Guillaume Cottenceau | 2003-12-04 | 1 | -0/+1 |
| | |||||
* | allow nl language too | Guillaume Cottenceau | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | Xsession should be run with cwd as $HOME (fixes mountloop not working when ↵ | Guillaume Cottenceau | 2003-12-04 | 1 | -0/+1 |
| | | | | giving relative path for secure directory) | ||||
* | still write timezone and configure supermount in noauto | Guillaume Cottenceau | 2003-12-04 | 1 | -4/+4 |
| | |||||
* | bypass most network/printer/etc autodetection and configuration in $::noauto | Guillaume Cottenceau | 2003-12-04 | 1 | -0/+3 |
| | |||||
* | simplify noauto | Guillaume Cottenceau | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | use run_program rather than system when possible so that we have logs | Guillaume Cottenceau | 2003-12-04 | 1 | -12/+12 |
| | |||||
* | better cleankey: also clean loopback so that kde config files disappear also | Guillaume Cottenceau | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | have numlock (but only in not laptop) | Guillaume Cottenceau | 2003-12-04 | 1 | -0/+2 |
| | |||||
* | /var/tmp must be user writable for lpr| to work for printing from OOo to work | Guillaume Cottenceau | 2003-12-04 | 1 | -0/+2 |
| | |||||
* | symlink /var/lib/rpm so that "rpm -qa" works | Guillaume Cottenceau | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | fix english | Guillaume Cottenceau | 2003-12-03 | 1 | -1/+1 |
| | |||||
* | ensure ksycoca is configured correctly. It is not saved on the key | Pascal Rigaux | 2003-12-03 | 1 | -2/+2 |
| | |||||
* | allow easier debugging by not killing shell on #2 when starting with "shell" ↵ | Guillaume Cottenceau | 2003-12-03 | 1 | -2/+4 |
| | | | | commandline param | ||||
* | configure timezone | Pascal Rigaux | 2003-12-03 | 1 | -0/+3 |
| | |||||
* | mouse with more than 5 buttons add a hook in /etc/X11/xinit.d, this dir need ↵ | Guillaume Cottenceau | 2003-12-03 | 1 | -1/+1 |
| | | | | be writable for new files | ||||
* | restore /etc/mtab linked to /proc/mounts, other things like "umount /xxx" can | Pascal Rigaux | 2003-12-02 | 1 | -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 Cottenceau | 2003-12-02 | 1 | -1/+3 |
| | | | | the RO volume thus failing substInFile from fs::umount | ||||
* | now that mountloop blocks, we need to retain XFree from blinking when ↵ | Guillaume Cottenceau | 2003-12-02 | 1 | -1/+1 |
| | | | | freeing up resources because startkde will not be there when mountloop exits | ||||
* | full stage1 may mount /proc/bus/usb | Guillaume Cottenceau | 2003-12-02 | 1 | -0/+1 |
| | |||||
* | remove /etc/mtab link first | Pascal Rigaux | 2003-12-02 | 1 | -4/+9 |
| | |||||
* | initialize mtab correctly in mode 3 | Pascal Rigaux | 2003-12-02 | 1 | -1/+1 |
| | |||||
* | create a valid mtab (to allow kde to see correctly mounted partitions) | Pascal Rigaux | 2003-12-02 | 1 | -2/+5 |
| | |||||
* | copyright and license MandrakeMove | Guillaume Cottenceau | 2003-12-01 | 1 | -0/+16 |
| | |||||
* | chloop support | Guillaume Cottenceau | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | show on console #2 when shells are killed | Guillaume Cottenceau | 2003-12-01 | 1 | -0/+1 |
| | |||||
* | start with Xsession so that we run /etc/X11/xinit.d scripts (mountloop in ↵ | Guillaume Cottenceau | 2003-12-01 | 1 | -1/+2 |
| | | | | particular) | ||||
* | to mount samba shared without warning messages we need ↵ | Guillaume Cottenceau | 2003-12-01 | 1 | -0/+2 |
| | | | | /var/lib/samba/codepages/* | ||||
* | don't fail when ksycoca-LANG doesn't exist | Pascal Rigaux | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | don't do useless copy files on self when no /etc/passwd is found | Guillaume Cottenceau | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-11-28 | 1 | -1/+4 |
| | |||||
* | refresh after main wizard window has been destroyed | Guillaume Cottenceau | 2003-11-28 | 1 | -0/+2 |
| | |||||
* | don't display startkde shit on first console | Guillaume Cottenceau | 2003-11-28 | 1 | -0/+3 |
| | |||||
* | when we don't detect the key at first, or user plug his key when prompted, ↵ | Guillaume Cottenceau | 2003-11-28 | 1 | -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 nfs | Guillaume Cottenceau | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | cp_af() is no good when file is a link. | Pascal Rigaux | 2003-11-28 | 1 | -1/+1 |
| | | | | | we need a simple cp() ... | ||||
* | create .kde/share/config in user's home | Pascal Rigaux | 2003-11-28 | 1 | -0/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-11-28 | 1 | -1/+2 |
| | |||||
* | have only one /etc/passwd so that when user changes password on one host, ↵ | Guillaume Cottenceau | 2003-11-27 | 1 | -4/+18 |
| | | | | change is seen on other hosts | ||||
* | password in screensaver doesn't make sense if we keep the shell | Guillaume Cottenceau | 2003-11-27 | 1 | -0/+3 |
| | |||||
* | - handle non partitioned usb keys (they are in {raw_hds}) | Pascal Rigaux | 2003-11-27 | 1 | -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 Rigaux | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | nobadchars opt for vfat so that we are allowed to create files with : in ↵ | Guillaume Cottenceau | 2003-11-27 | 1 | -1/+1 |
| | | | | filenames (kmail will need that) | ||||
* | at last a good reboot/halt from kde | Guillaume Cottenceau | 2003-11-27 | 1 | -1/+6 |
| | |||||
* | better have a good global /usr/share/services/ksycoca by linking it to the key, | Pascal Rigaux | 2003-11-27 | 1 | -3/+2 |
| | | | | | rather than configuring it in every users .kde/share/services/ksycoca | ||||
* | - overload install_steps_interactive::errorInStep because it's nice | Guillaume Cottenceau | 2003-11-26 | 1 | -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 lang | Pascal Rigaux | 2003-11-26 | 1 | -1/+13 |
| | | | | | | - configure ksycoca with flag working - configure kdeglobals lang (for kcontrol and a few more) |