summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update (we now launch kde with standard i18n environment instead of drakxPascal Rigaux2003-11-181-9/+20
| | | | | simplified one)
* *** empty log message ***Pascal Rigaux2003-11-181-0/+1
|
* getHds called by install_steps must not be interactivePascal Rigaux2003-11-183-7/+7
|
* *** empty log message ***Guillaume Cottenceau2003-11-171-1/+2
|
* preliminary support for booting off informations saved on the key without ↵Guillaume Cottenceau2003-11-173-88/+115
| | | | any asked question
* hotplug sux when it goes to loading usb modules in beginning of move because ↵Guillaume Cottenceau2003-11-171-0/+3
| | | | modules are loaded in background, it takes up much time and we don't know when usb-storage is loaded, so we sometimes even missed the detection of usb key, so let's load the modules we're interested it ourselves
* when_load: is called many times (from read_already_loaded) so avoir ↵Guillaume Cottenceau2003-11-171-1/+1
| | | | remounting /proc/bus/usb those many times and sleeping for 4 seconds
* command line option cleankey allows to remove previously saved system ↵Guillaume Cottenceau2003-11-171-1/+2
| | | | configuration and re detect everything
* *** empty log message ***Guillaume Cottenceau2003-11-171-5/+0
|
* don't use shadow passwords since pwconv overwrites /etc/shadow hence ↵Guillaume Cottenceau2003-11-173-1/+8
| | | | contents will be lost for usb key
* when we need to change something in MDK-Common (here, substInFile), allow us ↵Guillaume Cottenceau2003-11-171-0/+3
| | | | | | | to reflect our changes in "make" from cvs pixel might need to have a working ../../soft
* *** empty log message ***Guillaume Cottenceau2003-11-171-1/+1
|
* mount key early (before launching X)Pascal Rigaux2003-11-171-7/+9
|
* prevent from linking /etc/sudoers to the key since sudo will refuse to work ↵Guillaume Cottenceau2003-11-171-0/+5
| | | | afterwards
* mdkmove doesn't use setupSCSI step anymorePascal Rigaux2003-11-171-2/+2
|
* fix -sort in mkisofsPascal Rigaux2003-11-171-2/+2
|
* remove /lib/i686 and use non-i686 librariesPascal Rigaux2003-11-176-5/+7
|
* don't log busy files on tty3, but on stderrPascal Rigaux2003-11-171-6/+3
| | | | | (allow busy-files like usage)
* updated Basque and Uzbek filesPablo Saratxaga2003-11-171-122/+133
|
* have a better global coherency between clp'sPascal Rigaux2003-11-171-0/+1
|
* add a "making iso" rulePascal Rigaux2003-11-171-4/+17
|
* move /image_raw to /cdromGuillaume Cottenceau2003-11-176-12/+10
|
* *** empty log message ***Guillaume Cottenceau2003-11-171-0/+1
|
* pixel suxGuillaume Cottenceau2003-11-171-1051/+0
|
* *** empty log message ***Pascal Rigaux2003-11-171-0/+2
|
* 9.3-8mdkThierry Vignaud2003-11-171-1/+4
|
* remove unused stuffPascal Rigaux2003-11-171-6/+0
|
* 9.3-7mdkThierry Vignaud2003-11-151-1/+4
|
* fix linksThierry Vignaud2003-11-151-10/+10
|
* preliminary support for saving system configuration data on usb keyGuillaume Cottenceau2003-11-145-2/+141
|
* oops forgot to add this oneGuillaume Cottenceau2003-11-141-0/+1051
|
* *** empty log message ***Guillaume Cottenceau2003-11-141-1/+10
|
* 9.3-6mdkThierry Vignaud2003-11-141-2/+14
|
* add links so that most tools get listed on drak<TAB> completionThierry Vignaud2003-11-141-0/+9
|
* fix bogus use of old netwok module instead of network::network (missed whenThierry Vignaud2003-11-142-3/+3
| | | | | cleaning up this)
* add compatibility link for drakclockThierry Vignaud2003-11-141-0/+1
|
* remove net aliases if neededThierry Vignaud2003-11-141-0/+6
|
* install drakclockThierry Vignaud2003-11-141-1/+1
|
* move clock.pl from mcc into drakxtools (its proper place)Thierry Vignaud2003-11-141-0/+374
|
* fix shadow passwordGuillaume Cottenceau2003-11-142-2/+3
|
* test the presence of kernel modules .cz'ed or notPascal Rigaux2003-11-141-2/+3
|
* gc sux bigtimeGuillaume Cottenceau2003-11-141-1/+1
|
* fredl requested simplified menuGuillaume Cottenceau2003-11-141-0/+1
|
* un-share shared i18n filesPascal Rigaux2003-11-141-1/+9
| | | | | | | | | | | (currently /usr/share/locale/{es,it,en_US}/LC_CTYPE) that way, no need to have live_tree_always_i18n_iso_8859_1.clp and live_tree_always_i18n_iso_8859_15.clp used by live_tree_always_i18n_en_US.clp, live_tree_always_i18n_es.clp, live_tree_always_i18n_it.clp
* add some network programs running in backgroundPascal Rigaux2003-11-141-0/+4
|
* ensure setupSCSI is quite silent in movePascal Rigaux2003-11-141-2/+2
|
* gc suxGuillaume Cottenceau2003-11-141-2/+2
|
* detect RO keyGuillaume Cottenceau2003-11-141-14/+39
|
* propose to plug in the key if no key was detectedGuillaume Cottenceau2003-11-131-3/+34
|
* be sure to restart network after configuring it, since programs such as KDE ↵Guillaume Cottenceau2003-11-131-1/+6
| | | | will have great trouble with loopback interface (it seems) otherwise. don't configure network nor restart it when doing test (nfs) 'install'.