Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix modules.pm for modules to be skept in stage1 (ppa, imm, parport*, plip) | Guillaume Cottenceau | 2001-01-10 | 1 | -5/+10 |
| | |||||
* | use standalone and standalone::pkgs_install | Pascal Rigaux | 2001-01-10 | 14 | -37/+36 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-09 | 1 | -0/+1 |
| | |||||
* | (choosePartitionsToFormat): handle "check for bad blocks" as advanced | Pascal Rigaux | 2001-01-09 | 1 | -40/+37 |
| | | | | | (setRootPassword): remove choosing non-md5 or non-shadow passwords. | ||||
* | (selectLanguage): $o->{langs} is now a ref so initialize as such | Pascal Rigaux | 2001-01-09 | 1 | -1/+1 |
| | |||||
* | (ask_from_entries_refH_powered_normalize): field "disabled" added, | Pascal Rigaux | 2001-01-09 | 1 | -1/+3 |
| | | | | | "advanced_messages" added | ||||
* | (create_packtable): no_expand option added | Pascal Rigaux | 2001-01-09 | 1 | -2/+3 |
| | |||||
* | (main): log::l the drakx_version | Pascal Rigaux | 2001-01-09 | 1 | -2/+1 |
| | |||||
* | (get_needed_files): generate /usr/share/VERSION which contains the version | Pascal Rigaux | 2001-01-09 | 1 | -0/+2 |
| | | | | | of ChangeLog (which is updated at each upload) | ||||
* | (langs): created (transform the $o->{langs} hash ref in a list) | Pascal Rigaux | 2001-01-09 | 1 | -2/+6 |
| | | | | | (pack_langs): use lang::langs | ||||
* | (drakx_version): nicer (4gc) | Pascal Rigaux | 2001-01-09 | 1 | -0/+4 |
| | |||||
* | (setPackages): use lang::langs instead of using $o->{langs} as a array ref ↵ | Pascal Rigaux | 2001-01-09 | 1 | -1/+3 |
| | | | | | | | (it is not so anymore) (spawnShell): print the drakx_version | ||||
* | (ask_from_entries_refW): advanced window is below ok/cancel and not shown | Pascal Rigaux | 2001-01-09 | 1 | -10/+17 |
| | | | | | then hidden so that window size is smaller. | ||||
* | (ask_from_entries_refW): focus on cancel button if asked for (with ↵ | Pascal Rigaux | 2001-01-09 | 1 | -1/+1 |
| | | | | $common->{focus_cancel}) | ||||
* | (miscellaneousBefore): cleanup | Pascal Rigaux | 2001-01-09 | 1 | -1/+1 |
| | |||||
* | (miscellaneous): accept xxxK memsize | Pascal Rigaux | 2001-01-09 | 1 | -1/+1 |
| | |||||
* | (ask_from_listf_no_check): add focus_cancel set if defaults to second | Pascal Rigaux | 2001-01-09 | 1 | -2/+4 |
| | | | | | element of the list (for a 2 element list) | ||||
* | (getHds): if testing, don't test_for_bad_drives | Pascal Rigaux | 2001-01-09 | 1 | -1/+1 |
| | |||||
* | New snapshot uploaded | Pascal Rigaux | 2001-01-08 | 1 | -0/+14 |
| | |||||
* | fixes | Pascal Rigaux | 2001-01-08 | 3 | -9/+15 |
| | |||||
* | (ask_from_treelistW): removed | Pascal Rigaux | 2001-01-08 | 1 | -93/+80 |
| | | | | | (create_ctree): created, used for ``type => treelist'' entries | ||||
* | (ask_from_treelistf, ask_from_treelist): now use ask_from_entries_refH | Pascal Rigaux | 2001-01-08 | 1 | -14/+6 |
| | | | | | (ask_from_entries_refH_powered): remove "1;" (was there for debugging) | ||||
* | New snapshot uploaded | Pascal Rigaux | 2001-01-08 | 1 | -0/+58 |
| | |||||
* | updated Czech, Norwegian and Serbian files | Pablo Saratxaga | 2001-01-07 | 2 | -261/+851 |
| | |||||
* | update code for new ask_from_entries_refH which doesn't handle optional ↵ | Pascal Rigaux | 2001-01-07 | 4 | -58/+84 |
| | | | | | | | ok/cancel names in arg 1. must be handled via ask_from_entries_refH_powered | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-07 | 1 | -1/+2 |
| | |||||
* | (ask_from_listW): removed | Pascal Rigaux | 2001-01-07 | 1 | -79/+94 |
| | | | | | | | (create_list): calls "format" on list elems before prompting them (create_clist): created (ask_from_entries_refW): calls create_clist in case of list with no help | ||||
* | (selectLanguage, selectKeyboard): use ask_from_entries_refH instead of | Pascal Rigaux | 2001-01-07 | 1 | -10/+11 |
| | | | | | ask_from_listf_, it enables the use of advanced | ||||
* | (ask_from_listf_no_check): replaces ask_from_list_no_check | Pascal Rigaux | 2001-01-07 | 1 | -40/+31 |
| | | | | | (ask_from_entries_refH_powered): sorts the list if needed or wanted | ||||
* | (installPackages): autoflush stdout before beeping | Pascal Rigaux | 2001-01-07 | 1 | -1/+1 |
| | |||||
* | (installPackages): don't take into account the time when prompting the user | Pascal Rigaux | 2001-01-07 | 1 | -2/+7 |
| | |||||
* | (may_apply): added | Pascal Rigaux | 2001-01-07 | 1 | -1/+3 |
| | |||||
* | (test_for_bad_drives): created | Pascal Rigaux | 2001-01-07 | 1 | -1/+29 |
| | | | | | | | - ugly stuff needed mainly for Western Digital IDE drives - try writing what we've just read, yells if it fails - testing on last sector of head #0 (unused in 99% cases) | ||||
* | (getHds): test_for_bad_drives called on hard drives | Pascal Rigaux | 2001-01-07 | 1 | -4/+7 |
| | | | | | (getHds): ensure $o->{hds} is not set until the hard drives are checked | ||||
* | (getFile): make it work (it used to dead-loop when getFile'ing an non-existent | Pascal Rigaux | 2001-01-07 | 1 | -4/+0 |
| | | | | | file, stressing the ftp server :-/ ) | ||||
* | for the moment, just release cdrom.img, hd.img and hdreiser.img | Pascal Rigaux | 2001-01-07 | 2 | -5/+11 |
| | | | | | others should should come... | ||||
* | New snapshot uploaded | Pascal Rigaux | 2001-01-06 | 1 | -0/+6 |
| | |||||
* | New snapshot uploaded | Pascal Rigaux | 2001-01-06 | 1 | -0/+6 |
| | |||||
* | New snapshot uploaded | Pascal Rigaux | 2001-01-06 | 1 | -0/+7 |
| | |||||
* | New snapshot uploaded | Pascal Rigaux | 2001-01-06 | 1 | -0/+6 |
| | |||||
* | New snapshot uploaded | Pascal Rigaux | 2001-01-06 | 1 | -0/+161 |
| | |||||
* | (setup): don't xmodmap if DISPLAY is unset | Pascal Rigaux | 2001-01-06 | 1 | -1/+1 |
| | |||||
* | ask_from_entries_refH parameter format has changed so change all accesses to it. | Pascal Rigaux | 2001-01-06 | 8 | -113/+112 |
| | |||||
* | move to new ask_from's: | Pascal Rigaux | 2001-01-05 | 7 | -405/+283 |
| | | | | | | | | | | | | - ask_from_entries_ref is deprecated, use ask_from_entries_refH - ask_from_list now calls ask_from_entries_refH_powered still not done: - ask_from_treelist should use ask_from_entries_refH_powered, and lists with no help should use CList (List is bad) - keyboard and mouse binding is still rough - enhance the look | ||||
* | help cperl-mode | Pascal Rigaux | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | add the percentage of each keyboard types (as a comment for now) | Pascal Rigaux | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | use of SHARE_PATH for MonitorsDB, Cards+, CardsNames | Francois Pons | 2001-01-05 | 1 | -4/+4 |
| | |||||
* | no more copy of files on live system, now use environment variable by DrakX ↵ | Francois Pons | 2001-01-05 | 1 | -21/+0 |
| | | | | cleanup | ||||
* | cleanup to keep libperl.so but the right one | Francois Pons | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | forget _exit in child process after a fork of DrakX | Francois Pons | 2001-01-05 | 2 | -0/+2 |
| |