Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (g_auto_install): handle $replay flag. It means a 'not fully automated install'. | Pascal Rigaux | 2001-02-23 | 1 | -4/+8 |
| | |||||
* | (stuff.xs): exporting C_RPM and C_DRAKX is needed | Pascal Rigaux | 2001-02-23 | 1 | -1/+3 |
| | |||||
* | add packages installed on demand by DrakX. they are specifically flagged | Pascal Rigaux | 2001-02-23 | 1 | -5/+16 |
| | | | | | or flagged 'INSTALL' | ||||
* | new wizard layout, no use gtk in draknet, minor bugfixes | damien | 2001-02-23 | 3 | -9/+4 |
| | |||||
* | move the 'use my_gtk' in 'require my_gtk' and only if needed | Pascal Rigaux | 2001-02-23 | 1 | -1/+4 |
| | |||||
* | move xterm to SYSTEM | Guillaume Cottenceau | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | added accessor the rpmsrate data of packages. | Francois Pons | 2001-02-23 | 1 | -4/+9 |
| | | | | | avoid rebuilding the database for oem, rpm db is assumed to be fine. | ||||
* | hack for macroporcessing in term.h | Pascal Rigaux | 2001-02-23 | 1 | -0/+2 |
| | |||||
* | (vnew): use /usr/X11R6/bin/xtest instead of c::Xtest | Pascal Rigaux | 2001-02-23 | 1 | -12/+12 |
| | |||||
* | (tar-drakxtools): C_RPM and C_DRAKX set to 0 | Pascal Rigaux | 2001-02-23 | 1 | -0/+1 |
| | |||||
* | use C_DRAKX | Pascal Rigaux | 2001-02-23 | 2 | -30/+10 |
| | |||||
* | add setting C_DRAKX to 1 by default | Pascal Rigaux | 2001-02-23 | 1 | -1/+2 |
| | |||||
* | (setSelectedFromCompssList): fix the fix | Pascal Rigaux | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-02-23 | 1 | -0/+106 |
| | |||||
* | (ask_from_entries_refW): double clicking on list means 'Ok' | Pascal Rigaux | 2001-02-23 | 1 | -0/+4 |
| | |||||
* | (setSelectedFromCompssList): fix sillyness | Pascal Rigaux | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-02-22 | 1 | -0/+41 |
| | |||||
* | call /usr/bin/insmod_ with full path | Pascal Rigaux | 2001-02-22 | 2 | -2/+2 |
| | |||||
* | (main): don't set a special $remote_path PATH for postInstallNonRooted | Pascal Rigaux | 2001-02-22 | 1 | -2/+1 |
| | | | | | | | (otherwise install's modprobe is not used, and you can't "modprobe vfat", even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not found. | ||||
* | (write_fstab): clean-up, $fstab takes precedence over @to_add, but not | Pascal Rigaux | 2001-02-22 | 1 | -43/+40 |
| | | | | | over existing /etc/fstab. Fix some stupid stuff | ||||
* | (create_box_with_title): disallow focusing on text if it is non-scrolled | Pascal Rigaux | 2001-02-22 | 1 | -2/+8 |
| | |||||
* | (ask_from_entries_refH_powered_normalize): fix setting type to 'list' in | Pascal Rigaux | 2001-02-22 | 1 | -1/+1 |
| | | | | | case of format. should be only set if type is unset | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-02-22 | 1 | -0/+60 |
| | |||||
* | (ask_from_entries_refW): if no button wanted, don't call create_okcancel | Pascal Rigaux | 2001-02-22 | 1 | -1/+2 |
| | |||||
* | $graphical is now a module variable. Can be changed from everywhere | Pascal Rigaux | 2001-02-22 | 1 | -3/+1 |
| | |||||
* | (ask_from_entries_refH_powered_normalize): if list+format then type is | Pascal Rigaux | 2001-02-22 | 1 | -0/+1 |
| | | | | | 'list', combo not accepted (hacky?) | ||||
* | netconnect recode, wizard compatible. network.pm modified for wizard. Still ↵ | damien | 2001-02-21 | 1 | -5/+7 |
| | | | | need work for ask_yesorno, ask_okcancel. +debugging of course | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-02-21 | 1 | -0/+52 |
| | |||||
* | updated (don't remember what) | damien | 2001-02-21 | 1 | -0/+10 |
| | |||||
* | (main): do postInstallNonRooted before postInstall (so that 'modprobe | Pascal Rigaux | 2001-02-21 | 1 | -1/+1 |
| | | | | | vfat' can be done in postInstallNonRooted and used in postInstall) | ||||
* | (exitInstall): add generateAutoInstFloppy and g_default_packages calls in | Pascal Rigaux | 2001-02-21 | 1 | -7/+16 |
| | | | | | advanced | ||||
* | (generateAutoInstFloppy): removed | Pascal Rigaux | 2001-02-21 | 1 | -5/+0 |
| | |||||
* | (g_auto_install): use selected_leaves for default_packages to reduce the | Pascal Rigaux | 2001-02-21 | 1 | -2/+24 |
| | | | | | | list of packages (aka cleanup auto_inst.cfg) (g_default_packages): created | ||||
* | - move the loadO of patch/defcfg after loading modules.dep | Pascal Rigaux | 2001-02-21 | 1 | -10/+4 |
| | | | | | | - generateAutoInstFloppy is no more a step - removed use Data::Dumper | ||||
* | (selected_leaves): created | Pascal Rigaux | 2001-02-21 | 1 | -1/+20 |
| | |||||
* | cleanup Data::Dumper use | Pascal Rigaux | 2001-02-21 | 2 | -2/+2 |
| | |||||
* | Add iputils to SYSTEM. | Chmouel Boudjnah | 2001-02-21 | 1 | -1/+1 |
| | |||||
* | corrected wizard mode. | damien | 2001-02-21 | 2 | -3/+3 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-02-20 | 1 | -0/+27 |
| | |||||
* | better advertising support | Pascal Rigaux | 2001-02-20 | 3 | -16/+40 |
| | |||||
* | fix typo | Pascal Rigaux | 2001-02-20 | 1 | -2/+1 |
| | |||||
* | update rpmsrate | Florent Villard | 2001-02-20 | 3 | -85/+1799 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-02-20 | 1 | -0/+103 |
| | |||||
* | various | Pascal Rigaux | 2001-02-20 | 5 | -4/+10 |
| | |||||
* | - pcmcia_config.patch now in tools (no more in install which is removed) | Pascal Rigaux | 2001-02-20 | 1 | -2/+4 |
| | | | | | | - copy xpm's (until step icons work with png's) - transform group icons in pngs | ||||
* | added RPMRC_FILE env variable to choose rpmrc file for rpmlib used | Francois Pons | 2001-02-20 | 4 | -7/+21 |
| | | | | | | | | by DrakX, neccessary for live update from a 7.2 or older. Check that if something goes wrong with rebuilddb, avoid removing old rpm-3 db files. Make sure live_install can start from top directory too. | ||||
* | major move. now ask_from_list returns false when canceled (it doesn't die ↵ | Pascal Rigaux | 2001-02-20 | 10 | -65/+91 |
| | | | | 'ask_from_list canceled' anymore) | ||||
* | (create_packtable): don't use attach_raw anymore (was a sillyme) | Pascal Rigaux | 2001-02-19 | 1 | -1/+1 |
| | |||||
* | (ask_from_listf_no_check): die 'ask_from_list cancel' on cancel | Pascal Rigaux | 2001-02-19 | 1 | -1/+1 |
| | |||||
* | updated Estonian file | Pablo Saratxaga | 2001-02-19 | 3 | -1543/+1835 |
| |