summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated Simplified Chinese translation.Funda Wang2005-12-171-12/+11
|
* record on the fly, by piping creation step to recording step (piping subs is ↵Olivier Blin2005-12-161-37/+83
| | | | probably not the way to do that, committing it just for the record)
* format usb device when asked only, use "mlabel -i <dev> ::" to set label insteadOlivier Blin2005-12-161-7/+13
|
* allow to format the recorded mediaOlivier Blin2005-12-161-3/+21
|
* remove undeclared and useless variableOlivier Blin2005-12-161-1/+1
|
* - Removed "localhost" from the DISPLAY veriable, it broke theTill Kamppeter2005-12-161-2/+2
| | | | | | authorization to pop up the printerdrake window on the user's desktop when a new USB printer was plugged.
* when upgrading, merge existing modprobe.conf (and do it when /mnt is ↵Pascal Rigaux2005-12-162-2/+4
| | | | mounted, not before!)
* record live cdroms using cdrecordOlivier Blin2005-12-151-0/+9
|
* create cdrom master using mkisofsOlivier Blin2005-12-151-0/+20
|
* it's useless to pre-create sdX devices, nash will do itOlivier Blin2005-12-151-2/+1
|
* avoid storage specific stuff in bootloader preparationOlivier Blin2005-12-151-8/+1
|
* always use system's losetup instead of nash's, required for loopbacks on ↵Olivier Blin2005-12-151-7/+5
| | | | read-only systems
* cdrom must be mounted read-onlyOlivier Blin2005-12-151-0/+2
|
* /sys is required for cdrom labelsOlivier Blin2005-12-151-1/+4
|
* use correct module and mount type for cdrom storageOlivier Blin2005-12-151-3/+8
|
* make storage description more configurableOlivier Blin2005-12-151-29/+43
|
* 10.4.5-1mdkThierry Vignaud2005-12-151-1/+17
|
* keep install_messages.pm for finish-installThierry Vignaud2005-12-151-1/+1
|
* (acceptLicense) introduce a wrapper around any::acceptLicense()Thierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) load the needed modulesThierry Vignaud2005-12-151-0/+1
|
* (acceptLicense) only show release notes at install timeThierry Vignaud2005-12-151-1/+1
|
* ask for license agreement before doing anything elseThierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) in standalone mode, when license is rejected, just rebootThierry Vignaud2005-12-151-0/+2
|
* (acceptLicense) move it from install_steps_interactive.pm into any.pm so thatThierry Vignaud2005-12-152-31/+31
| | | | | it is availlable from within finish-install