summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove --record-boot option, this can be achieved using --boot-only --record nowOlivier Blin2005-12-291-7/+0
|
* fix spacingOlivier Blin2005-12-291-2/+2
|
* add --boot-only option to prepare for special boot imagesOlivier Blin2005-12-291-2/+6
|
* use dashes instead of underscores in command line optionsOlivier Blin2005-12-291-8/+8
|
* require root capabilitiesOlivier Blin2005-12-291-1/+3
|
* sort storage typesOlivier Blin2005-12-291-1/+1
|
* Fix missing, spelling, better translationsPjetur Hjaltason2005-12-291-2349/+189
|
* install packages using urpmi --autoOlivier Blin2005-12-281-1/+1
|
* add some minimal help in syslinuxOlivier Blin2005-12-281-2/+12
|
* let packages using common.pm to use Locale::gettext without requiring itPascal Rigaux2005-12-281-1/+1
|
* fix titi sucks :)Pascal Rigaux2005-12-281-1/+2
|
* remove unused variableOlivier Blin2005-12-281-1/+1
|
* don't install and configure mandi-ifw if ifw is disabledOlivier Blin2005-12-281-13/+15
|
* check that abs_path doesn't fail to find (rpm/patch) filesOlivier Blin2005-12-271-6/+6
|
* add missing newline charactersOlivier Blin2005-12-271-2/+2
|
* add patches config option to apply patches on the installed systemOlivier Blin2005-12-271-0/+6
|
* remove urpmi media added by drakx-in-chroot, they're unusableOlivier Blin2005-12-271-0/+2
|
* perl_checker fixOlivier Blin2005-12-271-1/+1
|
* add --post_install option to run post install only (rpms and patches ↵Olivier Blin2005-12-271-0/+7
| | | | installation)
* check for nvidia_drv.so (as well as nvidia_drv.o)Olivier Blin2005-12-271-1/+1
|
* rename patch option as patch_installOlivier Blin2005-12-271-2/+2
|
* fix stupid mistakeOlivier Blin2005-12-271-4/+3
|
* don't allow to go on if no device is selected (thanks to Sylvie \o/)Olivier Blin2005-12-271-0/+7
|
* add a copy wizardOlivier Blin2005-12-261-10/+83
|
* umount eventually mounted usb devices before formatting or running syslinuxOlivier Blin2005-12-261-0/+7
|
* move default prefix in a dedicated hashOlivier Blin2005-12-261-10/+10
|
* make options sourced from --config overwrite previous settingsOlivier Blin2005-12-261-1/+1
|
* typo fixThierry Vignaud2005-12-221-1/+1
|
* 10.4.7-1mdkThierry Vignaud2005-12-221-1/+4
|
* (load_dependencies) handle Mandriva kernel packages' modules.dep (theseThierry Vignaud2005-12-221-0/+1
| | | | | kernels have compressed modules, unlike vanilla kernels)
* we shouldn't rely on callers to load missing modules...Thierry Vignaud2005-12-221-0/+1
|
* add support for $::no_global_argv_parsing, enabling to NOT using common optionThierry Vignaud2005-12-221-1/+2
| | | | | managemnt (eg: when using Getopt)
* big rework to be able to record live system on multiple media:Olivier Blin2005-12-211-166/+224
| | | | | | | | | | | | - make bootloader/master/record steps media-specific - build bootloader files for each media (create bootloader files in boot/<storage_type> directory, to ease live duplication) - merge initrd step in bootloader step - add extra_media configuration key, to specify alternate media/storage - create loopbacks files in a loopbacks sub-directory - duplicate usb bootloader files at root of the usb media (for syslinux to find them) - create initrd mountpoints in /live and move them in the new root using "mount --move" (requires /bin/mount) - merge most media defaults in storage settings
* added kdegraphics-kpdfFrederic Lepied2005-12-201-1/+1
|
* use rsync to copy files on usb mediaOlivier Blin2005-12-191-1/+1
|
* from Yukiko Bando:Thierry Vignaud2005-12-191-2/+2
| | | | | | - kasumi is now required by scim-anthy - uim-anthy is obsolete
* install uim-qtimmodule too for KDE (Yukiko Bando)Thierry Vignaud2005-12-191-1/+1
|
* kasumi is now required by scim-anthy (Yukiko Bando)Thierry Vignaud2005-12-191-1/+1
|
* commit 10.4.6-1mdk's changes that pixel forgot to commitThierry Vignaud2005-12-191-1/+10
|
* (getSCSI_26) add a commentThierry Vignaud2005-12-191-0/+1
|
* (getSCSI_26) be more robust (aka do not silently not detect hard disksThierry Vignaud2005-12-191-0/+1
| | | | | when kernel sysfs exports got changed)
* handle more PATA driversThierry Vignaud2005-12-191-2/+3
|
* (getSCSI_26) handle kernel-2.6.14+Thierry Vignaud2005-12-191-1/+2
|
* (load_dependencies) handle kernel packages' modules.dep, not only DrakX' onesThierry Vignaud2005-12-191-0/+2
| | | | | (this is usefull for mkinitrd in perl)
* disable network, authentication and users step in finish-installOlivier Blin2005-12-191-1/+6
|
* fix mkisofs options orderingOlivier Blin2005-12-191-1/+1
|
* allow auto allocating partitions without giving a {mntpoint}Pascal Rigaux2005-12-181-5/+8
|
* allow common.pm and standalone.pm to be used in drakxtools-backend without ↵Pascal Rigaux2005-12-182-3/+5
| | | | perl-Locale-gettext
* fix bad typoPascal Rigaux2005-12-181-1/+1
|
* replace sprintf_fixutf8 with simple sprintfPascal Rigaux2005-12-181-1/+1
|