Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -6/+6 |
| | |||||
* | ensure licence step is asked in any case (ie. even when selectLanguage is ↵ | Pascal Rigaux | 2002-06-26 | 1 | -0/+2 |
| | | | | automatic) | ||||
* | make sure patch is always read after defcfg to take precedance. | Francois Pons | 2002-05-27 | 1 | -3/+4 |
| | |||||
* | - default security level now set in miscellaneousBefore | Pascal Rigaux | 2002-03-11 | 1 | -1/+0 |
| | | | | | - default security level is 3 in meta_class server | ||||
* | more precise msg when can't access kernel modules because we still have many ↵ | Guillaume Cottenceau | 2002-02-28 | 1 | -1/+1 |
| | | | | dumb people on cooker asking what's going on | ||||
* | not translating in console installs (esp. newt) when the font is missing | Pascal Rigaux | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | anchor the -IP match at the end of the string | Pascal Rigaux | 2002-02-19 | 1 | -2/+2 |
| | |||||
* | move loading /tmp/network from stage1 before doing the auto_install stuff to | Pascal Rigaux | 2002-02-19 | 1 | -17/+23 |
| | | | | | allow the -IP feature on auto_install file name | ||||
* | do not use run_program::xxx, use directly "system" so that stdout is kept ↵ | Pascal Rigaux | 2002-02-17 | 1 | -2/+3 |
| | | | | unchanged during "postInstall" execution | ||||
* | create and use miscellaneousAfter (so that SECURE_LEVEL is set *after* asking) | Pascal Rigaux | 2002-02-07 | 1 | -10/+1 |
| | |||||
* | auto_allocate for oem mode is not needed as oem script create all necessary ↵ | Francois Pons | 2002-02-05 | 1 | -1/+0 |
| | | | | partition. | ||||
* | move /root/* files (ddebug.log, install.log, report.bug, | Guillaume Cottenceau | 2002-01-29 | 1 | -3/+3 |
| | | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there | ||||
* | minimal install now handles excludedocs | Pascal Rigaux | 2002-01-24 | 1 | -2/+0 |
| | |||||
* | can't call any::config_libsafe so early during install, move it where msec ↵ | Pascal Rigaux | 2002-01-21 | 1 | -0/+1 |
| | | | | is called | ||||
* | call msec with run_commands=0 to fix the network reloading (causing various ↵ | Pascal Rigaux | 2002-01-20 | 1 | -1/+1 |
| | | | | problems, esp. "Net::FTP: Timeout" at X config step) | ||||
* | corrected read_resolv => read_conf | damien | 2002-01-10 | 1 | -1/+1 |
| | |||||
* | cosmetik | damien | 2002-01-08 | 1 | -1/+2 |
| | |||||
* | added option to only upgrade packages. | Francois Pons | 2002-01-07 | 1 | -0/+1 |
| | |||||
* | added update installation support to install (big modifs need testing). | Francois Pons | 2002-01-04 | 1 | -0/+5 |
| | |||||
* | save the output of ddcxinfos before modprobe'ing i810fb, and use that output ↵ | Pascal Rigaux | 2002-01-03 | 1 | -3/+6 |
| | | | | for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore) | ||||
* | clean_tmp now means using tmpfs | Pascal Rigaux | 2001-12-17 | 1 | -1/+0 |
| | |||||
* | use "askdisplay" to ask a question at begining of install for what | Guillaume Cottenceau | 2001-12-12 | 1 | -0/+1 |
| | | | | | display you want to use during install | ||||
* | enable easy screenshot'ing | Pascal Rigaux | 2001-12-12 | 1 | -0/+2 |
| | |||||
* | - ensure /usr is formatted if / is | Pascal Rigaux | 2001-12-12 | 1 | -0/+13 |
| | | | | | - remove /var/lib/rpm if /var is kept | ||||
* | add $o->{excludedocs} feature | Pascal Rigaux | 2001-11-26 | 1 | -0/+2 |
| | |||||
* | i810fb | Guillaume Cottenceau | 2001-11-21 | 1 | -0/+17 |
| | |||||
* | ensure postInstallNonRooted is done *before* ejecting cdrom | Pascal Rigaux | 2001-10-11 | 1 | -6/+6 |
| | |||||
* | ensure floppies() takes care of usb-storage if possible, so that patch on ↵ | Pascal Rigaux | 2001-10-09 | 1 | -1/+2 |
| | | | | usb floppy works | ||||
* | - cleanup noatime option setting | Pascal Rigaux | 2001-09-22 | 1 | -8/+0 |
| | | | | | - cleanup exec option setting (must noexec => 0 instead of exec => 1) | ||||
* | initial support for server install | Pascal Rigaux | 2001-09-19 | 1 | -0/+1 |
| | |||||
* | compatibility with older $o->{lang} names (for auto_installs) | Pascal Rigaux | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | don't create bootdisk by default | Guillaume Cottenceau | 2001-09-18 | 1 | -1/+1 |
| | |||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -3/+2 |
| | |||||
* | don't warn if modules are missing when testing | Pascal Rigaux | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | do not output error message for bad kernel if using --g_auto_install. | Francois Pons | 2001-09-13 | 1 | -1/+1 |
| | |||||
* | (selectKeyboard): remove code causing install_steps::selectKeyboard to be ↵ | Pascal Rigaux | 2001-09-13 | 1 | -2/+0 |
| | | | | skipped | ||||
* | display error when the kernel mismatch the modules | Pascal Rigaux | 2001-09-12 | 1 | -0/+5 |
| | |||||
* | removed obsolete --nocpi flag for install2. | Francois Pons | 2001-09-12 | 1 | -2/+1 |
| | | | | | avoid probing usb device (for mouse) if --noauto is given. | ||||
* | make loopback installs work again | Pascal Rigaux | 2001-09-08 | 1 | -6/+0 |
| | |||||
* | fix keyboard config + some cleanup | Pascal Rigaux | 2001-09-06 | 1 | -8/+0 |
| | |||||
* | cleanup (use /proc/self instead of /proc/$$) | Pascal Rigaux | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | corrected icon handling | damien | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | icon correction | damien | 2001-08-25 | 1 | -1/+1 |
| | |||||
* | rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵ | Pascal Rigaux | 2001-08-19 | 1 | -1/+1 |
| | | | | we're in ramdisk | ||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -1/+2 |
| | | | | | | | | | | | * 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 | ||||
* | removed no_incon | damien | 2001-08-17 | 1 | -1/+1 |
| | |||||
* | add remove_unused to have more place for mo files | Pascal Rigaux | 2001-08-16 | 1 | -0/+1 |
| | |||||
* | - fix createBootdisk with auto | Guillaume Cottenceau | 2001-08-14 | 1 | -2/+2 |
| | | | | | - fix setupBootloader with auto | ||||
* | - fix behaviour of draknet when auto-install | Guillaume Cottenceau | 2001-08-14 | 1 | -1/+2 |
| | | | | | - remove auto flag when error-in-step | ||||
* | auto_inst enhancements | Pascal Rigaux | 2001-08-13 | 1 | -11/+12 |
| |