Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | fixed selection of package now select much more than before. | Francois Pons | 2001-02-23 | 1 | -5/+6 |
| | |||||
* | (setSelectedFromCompssList): fix the fix | Pascal Rigaux | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | fixed root partition size set to the minimum. | Francois Pons | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | *** 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 |
| | |||||
* | make rescue build a bit more cleaner (added dependancy). | Francois Pons | 2001-02-22 | 3 | -1/+4 |
| | | | | | added missing file for rescue to enable new oem install. | ||||
* | minor cleanup to edit partition size more easily. | Francois Pons | 2001-02-22 | 1 | -13/+14 |
| | |||||
* | brand new version written in perl, support repartitionning on the fly of the | Francois Pons | 2001-02-22 | 1 | -89/+523 |
| | | | | | hard disk and resize of already present FAT partition. | ||||
* | use modutils for non Intel arch's | Guillaume Cottenceau | 2001-02-22 | 67 | -9/+13421 |
| | |||||
* | *** 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 |
| | |||||
* | have "init" compiled against dietlibc (rather than glibc) on non-Intel arch's | Guillaume Cottenceau | 2001-02-22 | 10 | -27/+51 |
| | |||||
* | (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?) | ||||
* | - fix "init" on ppc (do not use minilibc on non-i386 arch's) | Guillaume Cottenceau | 2001-02-21 | 8 | -62/+99 |
| | | | | | | - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init" | ||||
* | fix up syslog logging stuff | Guillaume Cottenceau | 2001-02-21 | 1 | -28/+18 |
| | |||||
* | 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 |
| | |||||
* | putain de doc de merde pout petite qui est trop débile | damien | 2001-02-21 | 1 | -0/+31 |
| | |||||
* | add support for automatic (ex-kickstart) in disk installs | Guillaume Cottenceau | 2001-02-21 | 1 | -5/+8 |
| | |||||
* | 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 |
| | |||||
* | for HTTP installs, make use of Content-Length when available, to display ↵ | Guillaume Cottenceau | 2001-02-20 | 3 | -6/+14 |
| | | | | progressbar | ||||
* | 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. |