summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-5/+4
|
* use usb keyboard bCountryCode to choose the right keyboardPascal Rigaux2002-07-301-1/+1
|
* (configureX, configureXBefore, configureXAfter): greatly simplified using ↵Pascal Rigaux2002-07-281-26/+7
| | | | new Xconfig stuff
* use run_program::rooted_get_stdout instead of `chroot $prefix ...`Pascal Rigaux2002-07-261-1/+1
|
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-1/+1
|
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-1/+1
|
* call config_dvd with $have_devfsdPascal Rigaux2002-07-201-3/+4
|
* don't pass the prefix parameter, not needed/wanted anymorePascal Rigaux2002-07-191-1/+1
|
* Big Xconfigurator.pm cleanup/reworkPascal Rigaux2002-07-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $X instead of $o (to avoid name conflict with DrakX's $o) - {flag}{noclockprobe} unused, dropping it - rename {memory} into "VideoRam" - rename {ramdac} into {Ramdac} - rename {chipset} into {Chipset} - rename {clockchip} into {Clockchip} - rename {keyboard}{xkb_model} into {keyboard}{XkbModel} - rename {keyboard}{xkb_keymap} into {keyboard}{XkbLayout} - drop {mouse}{chordmiddle} (obsolete) - drop {mouse}{cleardtrrts} (obsolete, was not written to XF4 config) - &testConfig is unused, removing it - as a concequence, {clocklines} is never set, dropping it - when UNSUPPORTED remove {driver}, instead of setting {flag}{unsupported} - Cards+ now only provide {Chipset} for cards needing it => {flag}{needChipset} not needed anymore - moved setting needVideoRam in Cards+ (via NEEDVIDEORAM) (hoping it will work: since the regexp was broken, it was never done. (it was applied on the module field of pcitable, instead of the description)) - dropped modelines_text_Trident_TG_96xx case (it has never been used) - rename %xkb_options into %XkbOptions - rename {DRI_glx} into {DRI_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx} into {UTAH_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx_EXPERIMENTAL} into {UTAH_GLX_EXPERIMENTAL}, the value now comes from Cards+ instead of regexp'ing {identifier} - very_bad_card and bad_card are now the same, the value now comes from Cards+ (BAD_FB_RESTORE & BAD_FB_RESTORE_XF3) - drop unused @accelservers - remove $modelines_text_apple, use $modelines_text_ext instead - don't use a <Section "Modes"> together with <UseModes "Mac Modes">, put directly modelines in Section "Monitor" (why should ppc behave differently than others!?) - replace (conflicting) ModeLines "1280x1024 @ 74 Hz" and "1280x1024 @ 76 Hz" with "1280x1024 @ 75 Hz" (from ddcxinfos) - drop ModeLine "640x480 @ 72 Hz" (it conflicts, and anyway, it has no real use nowadays :) - drop comments about HorizSync, VertRefresh and ModeLine's from XF86Config - drop many unneeded stuff from XF86Config: AutoRepeat, Xqueue, Xleds, NoTrapSignals, XkbTypes, XkbKeycodes, XkbCompat, XkbRules, LeftAlt/RightAlt/ScrollLock/RightCtl - drop section comments from XF86Config - drop XF86_Mono configuration (it doesn't work anyway, seems like it needs a special ModeLine?) - drop 320x200 with XF86_SVGA (who can use this!?) - do not write Screen section "accel" if the server configured is not an accel one - drop the "Generic VGA" Device section for XF4 (this device is unused) - drop {monitor}{vendor}, {monitor}{model}, {card}{vendor}, {card}{model}, {card}{board} (only description strings, not useful for running the server) - use x_res instead of wres for things like 1024 in 1024x768
* removed useless package selection cleaning.Francois Pons2002-07-161-2/+0
|
* code re-organisation (a little).Francois Pons2002-07-151-9/+14
|
* draknet is drakconnect nowThierry Vignaud2002-07-121-1/+1
|
* use perl-URPM instead of rpmtools.Francois Pons2002-07-101-8/+7
|
* enhance cohenrency: step 1Thierry Vignaud2002-07-101-1/+1
| | | | | | | | | | | | | | - ide and scsi devices use channel rather than bus to store their physical connection, which is more logic (at least for eide) - all devices have their connection bus in bus field, not in bus for {pci,usb,...} and interface_type for {scsi,eide,other_block_devices} - detect_devices:getIDE() : add eide_hds hash in order to be able to split info field between model and vendor - harddrake::ui : code reduction allowed by the above changes
* mtools config so that "mdir a:" accesses the usb floppy if one is therePascal Rigaux2002-07-081-0/+1
|
* adapt to new modules.pmPascal Rigaux2002-07-041-3/+3
|
* ensure licence step is asked in any case (ie. even when selectLanguage is ↵Pascal Rigaux2002-06-261-0/+1
| | | | automatic)
* have the /root/drakx/auto_install.cfg.pl replay style instead of weird stylePascal Rigaux2002-06-031-1/+1
| | | | | with clearall unset & auto_allocate set
* setting /etc/sysconfig/msec for chkconfig which doesn't use ↵Pascal Rigaux2002-04-031-1/+2
| | | | $ENV{SECURE_LEVEL} anymore
* don't have "quiet" boot in the server meta_classPascal Rigaux2002-03-121-1/+1
|
* - default security level now set in miscellaneousBeforePascal Rigaux2002-03-111-1/+3
| | | | | - default security level is 3 in meta_class server
* gcize damienizationGuillaume Cottenceau2002-03-101-1/+1
|
* corrected network up/down when network installdamien2002-03-081-1/+2
|
* avoid destroying some files in /etc.Francois Pons2002-03-071-1/+4
|
* ensure the fstab is kept on upgradePascal Rigaux2002-03-061-1/+1
|
* added auto restore of some files (/etc/profile) needed by upgrade (from ↵Francois Pons2002-03-051-1/+14
| | | | .rpmnew).
* added log for hasNetwork (so that we can understand why installUpdates do ↵Francois Pons2002-03-051-1/+3
| | | | nothing).
* if mem=nopentium is given on cmdline, have it after installPascal Rigaux2002-03-051-0/+3
|
* use the "soft" option by default for /mnt/nfs and for "diskdrake --nfs"Pascal Rigaux2002-02-281-1/+1
|
* - zips() now return devices ending with "4", raw_zips() is the old zips()Pascal Rigaux2002-02-261-5/+2
| | | | | | - rdvd handling - add .conf for /etc/devfs/conf.d/ files
* don't add mem=nopentium anymore. kernel people says it's not needed and badPascal Rigaux2002-02-261-3/+0
| | | | | for performance. It also means any bug must be addressed to them
* create /dev/dvd for DVDsPascal Rigaux2002-02-261-0/+5
|
* use ide-scsi for ide zipsPascal Rigaux2002-02-251-3/+1
|
* (addUser): add users in group usb if SECURE_LEVEL <= 3Pascal Rigaux2002-02-251-0/+2
|
* not translating in console installs (esp. newt) when the font is missingPascal Rigaux2002-02-221-1/+1
|
* factorize and update the reading of previous security levelPascal Rigaux2002-02-201-2/+2
|
* use lang::charset2kde_charsetPascal Rigaux2002-02-151-14/+6
|
* gzip report.bugPascal Rigaux2002-02-141-1/+5
|
* booh, fpons was faster than me on "bootsplash wanting fb". Keeping my ↵Pascal Rigaux2002-02-111-6/+4
| | | | solution ;p
* added Aurora or bootsplash for getting a need on frame buffer.Francois Pons2002-02-111-5/+7
|
* added fbdev for GeForce Integrated.Francois Pons2002-02-111-1/+2
|
* create and use miscellaneousAfter (so that SECURE_LEVEL is set *after* asking)Pascal Rigaux2002-02-071-8/+20
|
* fixed logic, when someone want /root/drakx,Francois Pons2002-02-051-1/+1
| | | | | it has to check /root/drakx and not /root only.
* log the "chkconfig --del gpm" when there is a serial mousePascal Rigaux2002-02-051-1/+4
|
* fix creating /etc/security/msec/serverPascal Rigaux2002-02-041-3/+5
|
* have numlock activated when isLaptop rather than $o->{pcmcia}Guillaume Cottenceau2002-02-041-1/+1
|
* create symlink /etc/security/msec/server in security > 3Pascal Rigaux2002-02-011-0/+4
|
* move /root/* files (ddebug.log, install.log, report.bug,Guillaume Cottenceau2002-01-291-4/+11
| | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there
* move the various bootloader::add_append's in setupBootloaderBeforePascal Rigaux2002-01-291-13/+14
|
* fix typoPascal Rigaux2002-01-281-4/+4
|