summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* adapt to mouse::write prototype changePascal Rigaux2002-08-221-1/+1
|
* - fix reading previous keyboard config on upgrade (for displaying in summary)Pascal Rigaux2002-08-121-7/+8
| | | | | | - ensure keyboard and mouse configuration are not overwritten if not explictly modified on upgrade - propagate pci=xxx at install to bootloader (since "pci=bios,biosirq" is needed on some box, see http://islay.dyndns.org/taz/index.html for more)
* use $::prefixPascal Rigaux2002-08-121-1/+1
|
* - remove buttons to change themePascal Rigaux2002-08-081-2/+6
| | | | | | - add F5 to change the theme to the 'white' theme - cleanup the theme code
* allow automatic oem patch. add log if successfull patching.Francois Pons2002-08-071-2/+4
|
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
|
* kill "wonderful perl"Thierry Vignaud2002-08-051-4/+1
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-4/+5
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* allow acceptLicence to be automaticPascal Rigaux2002-07-311-2/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+0
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-1/+1
|
* ensure choosing install-or-upgrade can't be done twicePascal Rigaux2002-07-291-4/+1
| | | | | (since it's badly handled and hard to handle nicely)
* wacom is now inside $mousePascal Rigaux2002-07-281-1/+1
|
* when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ↵Pascal Rigaux2002-07-221-1/+1
| | | | probing is never done
* - set $::prefixPascal Rigaux2002-07-181-3/+1
| | | | | - drop $o->{root} (was "/tmp/root-perl-install" when testing but completly unused)
* fixed reference to step 'selectPackagesToUpgrade'.Francois Pons2002-07-161-2/+1
|
* synced.Francois Pons2002-07-151-5/+3
|
* use perl-URPM instead of rpmtools.Francois Pons2002-07-101-2/+2
|
* adapt to new modules.pmPascal Rigaux2002-07-041-6/+6
|
* ensure licence step is asked in any case (ie. even when selectLanguage is ↵Pascal Rigaux2002-06-261-0/+2
| | | | automatic)
* make sure patch is always read after defcfg to take precedance.Francois Pons2002-05-271-3/+4
|
* - default security level now set in miscellaneousBeforePascal Rigaux2002-03-111-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 Cottenceau2002-02-281-1/+1
| | | | dumb people on cooker asking what's going on
* not translating in console installs (esp. newt) when the font is missingPascal Rigaux2002-02-221-1/+1
|
* anchor the -IP match at the end of the stringPascal Rigaux2002-02-191-2/+2
|
* move loading /tmp/network from stage1 before doing the auto_install stuff toPascal Rigaux2002-02-191-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 Rigaux2002-02-171-2/+3
| | | | unchanged during "postInstall" execution
* create and use miscellaneousAfter (so that SECURE_LEVEL is set *after* asking)Pascal Rigaux2002-02-071-10/+1
|
* auto_allocate for oem mode is not needed as oem script create all necessary ↵Francois Pons2002-02-051-1/+0
| | | | partition.
* move /root/* files (ddebug.log, install.log, report.bug,Guillaume Cottenceau2002-01-291-3/+3
| | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there
* minimal install now handles excludedocsPascal Rigaux2002-01-241-2/+0
|
* can't call any::config_libsafe so early during install, move it where msec ↵Pascal Rigaux2002-01-211-0/+1
| | | | is called
* call msec with run_commands=0 to fix the network reloading (causing various ↵Pascal Rigaux2002-01-201-1/+1
| | | | problems, esp. "Net::FTP: Timeout" at X config step)
* corrected read_resolv => read_confdamien2002-01-101-1/+1
|
* cosmetikdamien2002-01-081-1/+2
|
* added option to only upgrade packages.Francois Pons2002-01-071-0/+1
|
* added update installation support to install (big modifs need testing).Francois Pons2002-01-041-0/+5
|
* save the output of ddcxinfos before modprobe'ing i810fb, and use that output ↵Pascal Rigaux2002-01-031-3/+6
| | | | for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore)
* clean_tmp now means using tmpfsPascal Rigaux2001-12-171-1/+0
|
* use "askdisplay" to ask a question at begining of install for whatGuillaume Cottenceau2001-12-121-0/+1
| | | | | display you want to use during install
* enable easy screenshot'ingPascal Rigaux2001-12-121-0/+2
|
* - ensure /usr is formatted if / isPascal Rigaux2001-12-121-0/+13
| | | | | - remove /var/lib/rpm if /var is kept
* add $o->{excludedocs} featurePascal Rigaux2001-11-261-0/+2
|
* i810fbGuillaume Cottenceau2001-11-211-0/+17
|
* ensure postInstallNonRooted is done *before* ejecting cdromPascal Rigaux2001-10-111-6/+6
|
* ensure floppies() takes care of usb-storage if possible, so that patch on ↵Pascal Rigaux2001-10-091-1/+2
| | | | usb floppy works
* - cleanup noatime option settingPascal Rigaux2001-09-221-8/+0
| | | | | - cleanup exec option setting (must noexec => 0 instead of exec => 1)
* initial support for server installPascal Rigaux2001-09-191-0/+1
|
* compatibility with older $o->{lang} names (for auto_installs)Pascal Rigaux2001-09-191-1/+1
|
* don't create bootdisk by defaultGuillaume Cottenceau2001-09-181-1/+1
|