Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed hd installation for urpmi. | Francois Pons | 2001-08-21 | 1 | -2/+2 |
| | |||||
* | install hotplug if usb (i kept usbd just in case) | Pascal Rigaux | 2001-08-21 | 1 | -1/+1 |
| | |||||
* | try harder to umount /tmp/hdimage only when needed | Pascal Rigaux | 2001-08-20 | 1 | -0/+11 |
| | |||||
* | rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵ | Pascal Rigaux | 2001-08-19 | 1 | -0/+2 |
| | | | | we're in ramdisk | ||||
* | major fs.pm rework + adaptation to it | Pascal Rigaux | 2001-08-19 | 1 | -6/+7 |
| | |||||
* | fixed i18n | Stefan Siegel | 2001-08-18 | 1 | -1/+1 |
| | |||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -11/+10 |
| | | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes | ||||
* | add remove_unused to have more place for mo files | Pascal Rigaux | 2001-08-16 | 1 | -3/+8 |
| | |||||
* | (getAndSaveAutoInstallFloppy): fix a missing del_loop which caused the | Pascal Rigaux | 2001-08-16 | 1 | -0/+1 |
| | | | | | unmounting at end of install to fail | ||||
* | oops, fix type of installing X or not | Guillaume Cottenceau | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | - fix choice of packages when auto install | Guillaume Cottenceau | 2001-08-14 | 1 | -3/+3 |
| | |||||
* | auto_inst enhancements | Pascal Rigaux | 2001-08-13 | 1 | -7/+7 |
| | |||||
* | initial revision for drakautoinst | Guillaume Cottenceau | 2001-08-13 | 1 | -2/+81 |
| | | | | | | | | | | - put %installSteps in a separate package (steps.pm) (for drakxtools) - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag - id, tell each step to not try to be automatic if {noauto} - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install | ||||
* | rename interactive_pkgs in pkgs_interactive | Pascal Rigaux | 2001-08-09 | 1 | -2/+2 |
| | |||||
* | (remove, remove_nodeps): fix typo | Pascal Rigaux | 2001-08-08 | 1 | -2/+2 |
| | |||||
* | makes interactive_pkgs stuff work | Pascal Rigaux | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -0/+51 |
| | |||||
* | create a new flags "X" selected by default, contain what X related packages | Pascal Rigaux | 2001-08-04 | 1 | -0/+1 |
| | | | | | which were in "SYSTEM" | ||||
* | replace isJfs/isXfs/... with isThisFs("jfs" | Pascal Rigaux | 2001-08-03 | 1 | -3/+3 |
| | |||||
* | update_userkderc is now called update_gnomekderc | Pascal Rigaux | 2001-08-03 | 1 | -1/+1 |
| | |||||
* | instead of testing if ref($in) or ref($o) contains /gtk/, test if ↵ | Pascal Rigaux | 2001-08-02 | 1 | -1/+1 |
| | | | | interactive_gtk is in ISA of the object | ||||
* | add jfs support | Pascal Rigaux | 2001-08-02 | 1 | -0/+1 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -3/+4 |
| | |||||
* | generalize the use of chomp_ as the functional alternative to chomp (and ↵ | Pascal Rigaux | 2001-07-24 | 1 | -2/+2 |
| | | | | works on lists) | ||||
* | IA64 adaptation | Matthias Badaire | 2001-07-18 | 1 | -1/+1 |
| | |||||
* | added LDAP support for authentication. | Francois Pons | 2001-07-09 | 1 | -3/+8 |
| | |||||
* | change all 8 space into a tabulation, this is simple and may change visual | Francois Pons | 2001-07-06 | 1 | -2/+6 |
| | | | | | aspect but it gives correct output and filesize by 40%. | ||||
* | remove busybox as default shell. Only use it as the interactive shell on tty2 | Pascal Rigaux | 2001-07-04 | 1 | -1/+2 |
| | |||||
* | another too wide string truncated to 80 chars. | Francois Pons | 2001-07-04 | 1 | -2/+2 |
| | |||||
* | make auto_inst.cfg file no longer than 80 chars wide. | Francois Pons | 2001-07-04 | 1 | -3/+3 |
| | |||||
* | modified g_default_packages to be used from package tree save on floppy. | Francois Pons | 2001-07-03 | 1 | -2/+2 |
| | |||||
* | add ntp handling | Pascal Rigaux | 2001-07-03 | 1 | -1/+4 |
| | |||||
* | have the drakx "bug" command available in standalone via "drakbug_report" | Pascal Rigaux | 2001-06-27 | 1 | -26/+2 |
| | |||||
* | automagically install kernel-enterprise if memory is greater than 800MB. | Francois Pons | 2001-06-22 | 1 | -0/+1 |
| | |||||
* | generate_automatic_stage1_params: listize | Guillaume Cottenceau | 2001-06-21 | 1 | -11/+10 |
| | |||||
* | use busybox for the shell of stage2 | Guillaume Cottenceau | 2001-06-21 | 1 | -1/+1 |
| | |||||
* | fixed missing 3D choice for Matrox G450 card. | Francois Pons | 2001-06-13 | 1 | -1/+1 |
| | |||||
* | include patch to autodetect raid arrays (still needs a kernel that ↵ | Guillaume Cottenceau | 2001-06-11 | 1 | -1/+2 |
| | | | | implements the ioctl..) | ||||
* | (g_auto_install): more comments in auto_inst.cfg file | Pascal Rigaux | 2001-06-10 | 1 | -3/+8 |
| | |||||
* | added DVD support, only first try to detect a DVD drive and rpmsrate is not | Francois Pons | 2001-06-05 | 1 | -0/+1 |
| | | | | | updated. | ||||
* | fixed non ejection of cdrom at end of install, cleaned regexp used. | Francois Pons | 2001-06-05 | 1 | -5/+3 |
| | |||||
* | (g_auto_install): autoExitInstall set if not replay (was the opposite) | Pascal Rigaux | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | basic xfs handling | Pascal Rigaux | 2001-05-14 | 1 | -0/+1 |
| | |||||
* | Don't delete any images in test mode. Fix tabs in bootloader.pm. | Stew Benedict | 2001-05-02 | 1 | -0/+1 |
| | | | | | Default bootstrap partition in expert. Change mdk-bg.png to 4x4 for PPC strangeness. | ||||
* | added NVIDIA cards detection to enable 3D. | Francois Pons | 2001-04-25 | 1 | -1/+7 |
| | |||||
* | added support for NVIDIA 3D acceleration which is only enabled if package are | Francois Pons | 2001-04-25 | 1 | -0/+22 |
| | | | | | available in package list and match kernel version and release. | ||||
* | (g_auto_install): do not take 'mkbootdisk' | Pascal Rigaux | 2001-04-16 | 1 | -1/+1 |
| | |||||
* | fixed to gzip synthesis file. | Francois Pons | 2001-04-14 | 1 | -1/+2 |
| | |||||
* | safe guard generation of synthesis file. | Francois Pons | 2001-04-14 | 1 | -0/+2 |
| | |||||
* | fixed umask on urpmi list file and generate synthesis file for each hdlist. | Francois Pons | 2001-04-14 | 1 | -1/+7 |
| |