summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ensure {lv_name} is set for LVM partitionsPascal Rigaux2005-02-011-0/+1
|
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-318-9/+48
|
* - have nothing talking about interactive when SPAWN_INTERACTIVE is unsetPascal Rigaux2005-01-311-3/+8
| | | | | - same for SPAWN_SHELL
* don't remove ending zeroes, it causes pbs:Pascal Rigaux2005-01-311-4/+0
| | | | | | | - it seems some zeroes are used (at least for network.img) - loopback mounted images can't be used - cdrom.img can't be used in mkisofs anymore
* updated pot filePablo Saratxaga2005-01-301-395/+339
|
* s/Disk/Hard Disk/. from HarddrakeFunda Wang2005-01-301-1/+1
|
* s/Disk/Hard Disk/Funda Wang2005-01-301-1/+1
|
* (console_font_files) perl_checker cleanupThierry Vignaud2005-01-281-1/+1
|
* perl_checker cleanupThierry Vignaud2005-01-281-1/+1
|
* (configure_eth_aliases) simplifyThierry Vignaud2005-01-281-2/+2
|
* only prompt for "Additional Drivers floppy" for networkPascal Rigaux2005-01-282-1/+6
|
* don't prompt if no modules, otherwise "Ok" in ask_from_list_comments() gets ↵Pascal Rigaux2005-01-281-1/+4
| | | | a segfault
* ensure switching between different install methods do not break due to ↵Pascal Rigaux2005-01-281-0/+3
| | | | IMAGE_LOCATION (/sysroot/tmp/image can be either symlink or a directory)
* - bump Glib/Gtk+2 requiresThierry Vignaud2005-01-281-2/+9
| | | | | - 10.2-0.17mdk
* fix PCMCIA autoconfig in harddrake serviceThierry Vignaud2005-01-281-1/+1
|
* make --force force harddrake to eeconfigure everythingThierry Vignaud2005-01-281-1/+1
|
* - create fs::type::directories_needed_to_boot() and use itPascal Rigaux2005-01-284-3/+7
| | | | | | - for removable drives used for / /usr and the like, ensure we check it at boot time (bugzilla #13283)
* - vincent danen patch (barely tested)Daouda Lo2005-01-271-145/+42
|
* Don't default the boot.iso to cdrom installation method (Pixel).Rafael Garcia-Suarez2005-01-271-1/+1
| | | | | This also fixes bug #13279.
* remove logPascal Rigaux2005-01-271-1/+0
|
* switch back to auto=yes :Pascal Rigaux2005-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | > > the only problem with auto=yes is that it ignores the minor number > > specified and always uses the first avaliable minor number, so you might > > find /dev/md2 with minor 0, /proc/mdstat will call it based on minor > > number. This is going to get really confusing for users. > > I was planning to fix this in upstream source, but i have not been able > > to find time to do it yet. > > ok, i fixed that in mdadm-1.8.0-2mdk > there is a new option (auto=dev) that will create the device file with > the correct minor number based on the device name. > so please put auto=dev instead of auto=yes in the /etc/mdadm.conf > please hold the auto=dev change, the mdadm author feel this should be the default behaviour for auto=yes, so i will upload a new mdadm-1.9.0-0pre1.1mdk with fully working auto as soon as i return to italy (this weekend i believe)
* fix "mdadm package not installed" during install (bugzilla #13259)Pascal Rigaux2005-01-271-1/+1
|
* Wizard, System Backup configuration problems (#13235)Stew Benedict2005-01-261-6/+6
|
* *** empty log message ***Pascal Rigaux2005-01-261-1/+46
|
* nicer description() (esp. when the size is 0)Pascal Rigaux2005-01-261-4/+4
|
* loopback modules are needed on every images (bugzilla #13215)Pascal Rigaux2005-01-261-3/+3
|
* fix commented code :)Pascal Rigaux2005-01-261-1/+1
|
* drakx_version() is now in install_anyPascal Rigaux2005-01-261-1/+1
|
* - move convert script from spec file into standalone/convertThierry Vignaud2005-01-264-3/+13
| | | | | - btw, do not try converting if uneeded
* 10.2-0.16mdkThierry Vignaud2005-01-261-11/+12
|
* have floppy images as small as possiblePascal Rigaux2005-01-261-0/+8
|
* drakx_version() is now in install_any and use getFile() to get VERSIONPascal Rigaux2005-01-262-6/+6
|
* xorg_version is 6.8.2Pascal Rigaux2005-01-261-1/+1
|
* fix return value of method calls on MagicWindowPascal Rigaux2005-01-261-2/+3
|
* ->size_request doesn't return anything on the box, it is better done on the ↵Pascal Rigaux2005-01-261-1/+1
| | | | window (for rpmdrake)
* main kernel should be i586-up-1GB to run on C3 (bugzilla #13206)Pascal Rigaux2005-01-261-1/+1
|
* fix (bugzilla #13197)Pascal Rigaux2005-01-261-0/+1
|
* Use the new --gui option to urpmi for the drakxtools to ask for mediaRafael Garcia-Suarez2005-01-252-3/+3
| | | | | | change; update the dependency of drakxtools on urpmi version accordingly. Remove dependency on gurpmi.
* *** empty log message ***Pascal Rigaux2005-01-251-1/+112
|
* build all.img (even for the non BOOT kernel), this works for usb keysPascal Rigaux2005-01-251-6/+7
|
* don't pass $mnt around, use directly $tmp_mntPascal Rigaux2005-01-251-44/+44
|
* factorize code in VERSION()Pascal Rigaux2005-01-251-4/+10
|
* add commentPascal Rigaux2005-01-251-0/+1
|
* simplify (same timeout for everyone)Pascal Rigaux2005-01-251-8/+8
|
* create syslinux_all_files() out of isolinux(), and use it for boot_iso()Pascal Rigaux2005-01-251-39/+42
|
* create syslinux_cfg_all() and cleanup using itPascal Rigaux2005-01-251-19/+19
|
* simplify (and remove entry "all", which is nearly "alt0")Pascal Rigaux2005-01-251-7/+5
|
* - factorize code in syslinux_cfg()Pascal Rigaux2005-01-251-36/+40
| | | | | - change the data structure returned by entries_append()
* fix rpmsrate_always_flags() not applied (bugzilla #13177)Pascal Rigaux2005-01-251-1/+1
|
* even if it still takes some time when format is over, we don't want the ↵Pascal Rigaux2005-01-251-2/+2
| | | | progress bar to stay at 85%