Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add DISK install from ISO image file | Guillaume Cottenceau | 2001-01-11 | 4 | -6/+211 |
| | |||||
* | tweak config | Guillaume Cottenceau | 2001-01-11 | 1 | -91/+1 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2001-01-11 | 2 | -0/+563 |
| | |||||
* | - add FTP | Guillaume Cottenceau | 2001-01-11 | 11 | -99/+346 |
| | | | | | | - add HTTP - use single place for mountpoints and static directories | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -2/+6 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -5/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -5/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -5/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -2/+6 |
| | |||||
* | *** 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 |
| | |||||
* | (initrd): s/tar xyC/tar xjC/ | Pascal Rigaux | 2001-01-11 | 1 | -1/+1 |
| | |||||
* | remove nasty messages when mar or marfiles not available to perform ↵ | Guillaume Cottenceau | 2001-01-11 | 1 | -3/+8 |
| | | | | consistency check | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-01-11 | 1 | -0/+43 |
| | |||||
* | (dirs): "make all" in dirs so that mdk-stage1 can have a different | Pascal Rigaux | 2001-01-11 | 1 | -1/+1 |
| | | | | | behaviour | ||||
* | *** 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 |
| | |||||
* | fix subject | Pascal Rigaux | 2001-01-11 | 1 | -1/+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 |
| | |||||
* | remove warnings from compile | Guillaume Cottenceau | 2001-01-10 | 2 | -0/+3 |
| | |||||
* | tweak dietlibc config to get minimal size | Guillaume Cottenceau | 2001-01-10 | 1 | -3/+3 |
| | |||||
* | *** 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 |
| | |||||
* | small update | Pascal Rigaux | 2001-01-10 | 1 | -2/+2 |
| | |||||
* | (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 | ||||
* | mar no more stops on file-not-founds | Guillaume Cottenceau | 2001-01-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | (upload): addchangelog.pl called before doing the "make install" so that | Pascal Rigaux | 2001-01-09 | 1 | -3/+8 |
| | | | | | new ChangeLog is commited when doing the "make install". | ||||
* | (auto_fill): indent lines beginning with '-' | Pascal Rigaux | 2001-01-09 | 1 | -0/+2 |
| | |||||
* | - hide the output of cvs commit ChangeLog | Pascal Rigaux | 2001-01-09 | 1 | -13/+10 |
| | | | | | - give the revision of ChangeLog (aka DrakX version) to output | ||||
* | DrakX version in the subject added | Pascal Rigaux | 2001-01-09 | 1 | -1/+3 |
| |