Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -0/+55 |
| | |||||
* | (create_ctree): fix default value selecting failing (in case of "format") | Pascal Rigaux | 2001-01-11 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -0/+43 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -18/+82 |
| | |||||
* | (getinfoFromDDC): removed devices::make("/dev/zero") (now in install2::main) | Pascal Rigaux | 2001-01-11 | 1 | -1/+0 |
| | |||||
* | (main): move devices::make("/dev/zero") needed by ddcxinfos here | Pascal Rigaux | 2001-01-11 | 1 | -0/+1 |
| | |||||
* | (g_auto_install): deep copy of $o->{users} because we're modifying it | Pascal Rigaux | 2001-01-11 | 1 | -0/+3 |
| | |||||
* | (addUser): use any::ask_users | Pascal Rigaux | 2001-01-11 | 1 | -45/+4 |
| | |||||
* | (ask_from_entries_refW): apply "format" on label when icon is missing for ↵ | Pascal Rigaux | 2001-01-11 | 1 | -9/+13 |
| | | | | | | | | iconlist (ask_from_entries_refW): handle "canceled" callback. Permits to overrule the cancel. | ||||
* | use any::ask_users | Pascal Rigaux | 2001-01-11 | 1 | -66/+11 |
| | |||||
* | (configureX): call directly $o->pkg_install, no need to add 'XFree86-' at | Pascal Rigaux | 2001-01-11 | 1 | -47/+21 |
| | | | | | | | | the beginning (addUser): use any::write_passwd_user (setRootPassword): use any::write_passwd_user (configureX): fix bad $install given to Xconfigurator::main | ||||
* | (main): third argument is a function to call before leaving in case of | Pascal Rigaux | 2001-01-11 | 1 | -3/+3 |
| | | | | | "cancel" clicked. | ||||
* | (ask_from_entries_refH_powered_normalize): "canceled" callback defaults | Pascal Rigaux | 2001-01-11 | 1 | -1/+1 |
| | | | | | to "sub { 0 }" | ||||
* | (write_passwd_user): add or update an entry in /etc/passwd | Pascal Rigaux | 2001-01-11 | 1 | -8/+92 |
| | | | | | | | | | (ask_users): created, interactively ask users to add (used in adduserdrake and install) (allocUsers, addUsers): changed the prototype (setupBootloader): grep out fat partitions for the "Boot device" propositions (people are too stupid) | ||||
* | (autologin): moved to package any | Pascal Rigaux | 2001-01-11 | 1 | -25/+0 |
| | |||||
* | (STANDALONEPMS): remove netdrake (which is deprecated) | Pascal Rigaux | 2001-01-11 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-10 | 1 | -0/+73 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-10 | 1 | -9/+8 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-10 | 1 | -1/+0 |
| | |||||
* | (cardConfiguration): adapt for $install which is generic | Pascal Rigaux | 2001-01-10 | 1 | -12/+5 |
| | | | | | (autologin): use $install which is now generic | ||||
* | (addUser): use any::pack_passwd | Pascal Rigaux | 2001-01-10 | 1 | -7/+4 |
| | | | | | (setRootPassword): use any::unpack_passwd and any::pack_passwd | ||||
* | (ask_from_entries_refW): add handling of 'changed' callback on clist/list/ctree | Pascal Rigaux | 2001-01-10 | 1 | -18/+37 |
| | |||||
* | (selectLanguage): many_languages choice moved there as advanced | Pascal Rigaux | 2001-01-10 | 1 | -6/+6 |
| | |||||
* | (create_packtable): yet another try to have something nice :) | Pascal Rigaux | 2001-01-10 | 1 | -22/+26 |
| | | | | | | | | | !! uses Gtk::Table::attach_raw which is available in perl-GTK-0.7004-6mdk !! (create_box_with_title): with the size given to set_usize for the scroll containing the text widget in case of long text. and don't let the scroll grow. (gtktext_insert): remove adding an ending "\n" (no more needed?) | ||||
* | (setAutologin): cleanup | Pascal Rigaux | 2001-01-10 | 1 | -6/+15 |
| | | | | | (pack_passwd, unpack_passwd): created | ||||
* | 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 |
| |