Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filtering $o->{printer} for g_auto_install(). | Francois Pons | 2001-09-05 | 1 | -1/+11 |
| | |||||
* | allow installing urpmi on hd install even if low memory (so not using ramdisk). | Francois Pons | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | updated to use new urpmi.cfg format for install_urpmi, make sure the directory | Francois Pons | 2001-09-03 | 1 | -4/+13 |
| | | | | | is not given for ftp and http install ($dir). | ||||
* | if a medium is refused, get rid of it definitively until it is accepted again. | Francois Pons | 2001-08-30 | 1 | -0/+1 |
| | |||||
* | try to better handle symlinks device and devfs devices | Pascal Rigaux | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | remove the temporary file /tmp/autoinst.img | Pascal Rigaux | 2001-08-28 | 1 | -0/+1 |
| | |||||
* | save the .img file so that multi-cd install won't ask to re-enter first cd | Guillaume Cottenceau | 2001-08-26 | 1 | -6/+18 |
| | |||||
* | fixed hdInstallPath for an hd installation without usingRamdisk (not installing | Francois Pons | 2001-08-24 | 1 | -1/+1 |
| | | | | | urpmi in such case). | ||||
* | updated packages to copy for printerdrake, removed almost obsoletes XFree86 | Francois Pons | 2001-08-24 | 1 | -5/+9 |
| | | | | | | 3.3.6 servers (8514, AGX, Mach32, Mach8, Mono, P9000, W32, I128, VGA16, 3DLabs) which means user will have to change CD back to CD#1 if he a such a card. | ||||
* | removed obsolete code for cond_remount and cond_umount and update hdInstallPath | Francois Pons | 2001-08-24 | 1 | -20/+9 |
| | | | | | for hd installation. | ||||
* | (cond_umount_hdimage): do not unmount /tmp/hdimage if not using ramdisk | Pascal Rigaux | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | (disable_user_view): damned kdmrc moved | Pascal Rigaux | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2001-08-21 | 1 | -6/+1 |
| | |||||
* | 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 |
| |