Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove urpmi media added by drakx-in-chroot, they're unusable | Olivier Blin | 2005-12-27 | 1 | -0/+2 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | add --post_install option to run post install only (rpms and patches ↵ | Olivier Blin | 2005-12-27 | 1 | -0/+7 |
| | | | | installation) | ||||
* | check for nvidia_drv.so (as well as nvidia_drv.o) | Olivier Blin | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | rename patch option as patch_install | Olivier Blin | 2005-12-27 | 1 | -2/+2 |
| | |||||
* | fix stupid mistake | Olivier Blin | 2005-12-27 | 1 | -4/+3 |
| | |||||
* | don't allow to go on if no device is selected (thanks to Sylvie \o/) | Olivier Blin | 2005-12-27 | 1 | -0/+7 |
| | |||||
* | add a copy wizard | Olivier Blin | 2005-12-26 | 1 | -10/+83 |
| | |||||
* | umount eventually mounted usb devices before formatting or running syslinux | Olivier Blin | 2005-12-26 | 1 | -0/+7 |
| | |||||
* | move default prefix in a dedicated hash | Olivier Blin | 2005-12-26 | 1 | -10/+10 |
| | |||||
* | make options sourced from --config overwrite previous settings | Olivier Blin | 2005-12-26 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | 10.4.7-1mdk | Thierry Vignaud | 2005-12-22 | 1 | -1/+4 |
| | |||||
* | (load_dependencies) handle Mandriva kernel packages' modules.dep (these | Thierry Vignaud | 2005-12-22 | 1 | -0/+1 |
| | | | | | kernels have compressed modules, unlike vanilla kernels) | ||||
* | we shouldn't rely on callers to load missing modules... | Thierry Vignaud | 2005-12-22 | 1 | -0/+1 |
| | |||||
* | add support for $::no_global_argv_parsing, enabling to NOT using common option | Thierry Vignaud | 2005-12-22 | 1 | -1/+2 |
| | | | | | managemnt (eg: when using Getopt) | ||||
* | big rework to be able to record live system on multiple media: | Olivier Blin | 2005-12-21 | 1 | -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-kpdf | Frederic Lepied | 2005-12-20 | 1 | -1/+1 |
| | |||||
* | use rsync to copy files on usb media | Olivier Blin | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | from Yukiko Bando: | Thierry Vignaud | 2005-12-19 | 1 | -2/+2 |
| | | | | | | - kasumi is now required by scim-anthy - uim-anthy is obsolete | ||||
* | install uim-qtimmodule too for KDE (Yukiko Bando) | Thierry Vignaud | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | kasumi is now required by scim-anthy (Yukiko Bando) | Thierry Vignaud | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | commit 10.4.6-1mdk's changes that pixel forgot to commit | Thierry Vignaud | 2005-12-19 | 1 | -1/+10 |
| | |||||
* | (getSCSI_26) add a comment | Thierry Vignaud | 2005-12-19 | 1 | -0/+1 |
| | |||||
* | (getSCSI_26) be more robust (aka do not silently not detect hard disks | Thierry Vignaud | 2005-12-19 | 1 | -0/+1 |
| | | | | | when kernel sysfs exports got changed) | ||||
* | handle more PATA drivers | Thierry Vignaud | 2005-12-19 | 1 | -2/+3 |
| | |||||
* | (getSCSI_26) handle kernel-2.6.14+ | Thierry Vignaud | 2005-12-19 | 1 | -1/+2 |
| | |||||
* | (load_dependencies) handle kernel packages' modules.dep, not only DrakX' ones | Thierry Vignaud | 2005-12-19 | 1 | -0/+2 |
| | | | | | (this is usefull for mkinitrd in perl) | ||||
* | disable network, authentication and users step in finish-install | Olivier Blin | 2005-12-19 | 1 | -1/+6 |
| | |||||
* | fix mkisofs options ordering | Olivier Blin | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | allow auto allocating partitions without giving a {mntpoint} | Pascal Rigaux | 2005-12-18 | 1 | -5/+8 |
| | |||||
* | allow common.pm and standalone.pm to be used in drakxtools-backend without ↵ | Pascal Rigaux | 2005-12-18 | 2 | -3/+5 |
| | | | | perl-Locale-gettext | ||||
* | fix bad typo | Pascal Rigaux | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | replace sprintf_fixutf8 with simple sprintf | Pascal Rigaux | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | Updated Simplified Chinese translation. | Funda Wang | 2005-12-17 | 1 | -12/+11 |
| | |||||
* | record on the fly, by piping creation step to recording step (piping subs is ↵ | Olivier Blin | 2005-12-16 | 1 | -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 instead | Olivier Blin | 2005-12-16 | 1 | -7/+13 |
| | |||||
* | allow to format the recorded media | Olivier Blin | 2005-12-16 | 1 | -3/+21 |
| | |||||
* | remove undeclared and useless variable | Olivier Blin | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | - Removed "localhost" from the DISPLAY veriable, it broke the | Till Kamppeter | 2005-12-16 | 1 | -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 Rigaux | 2005-12-16 | 2 | -2/+4 |
| | | | | mounted, not before!) | ||||
* | record live cdroms using cdrecord | Olivier Blin | 2005-12-15 | 1 | -0/+9 |
| | |||||
* | create cdrom master using mkisofs | Olivier Blin | 2005-12-15 | 1 | -0/+20 |
| | |||||
* | it's useless to pre-create sdX devices, nash will do it | Olivier Blin | 2005-12-15 | 1 | -2/+1 |
| | |||||
* | avoid storage specific stuff in bootloader preparation | Olivier Blin | 2005-12-15 | 1 | -8/+1 |
| | |||||
* | always use system's losetup instead of nash's, required for loopbacks on ↵ | Olivier Blin | 2005-12-15 | 1 | -7/+5 |
| | | | | read-only systems | ||||
* | cdrom must be mounted read-only | Olivier Blin | 2005-12-15 | 1 | -0/+2 |
| | |||||
* | /sys is required for cdrom labels | Olivier Blin | 2005-12-15 | 1 | -1/+4 |
| | |||||
* | use correct module and mount type for cdrom storage | Olivier Blin | 2005-12-15 | 1 | -3/+8 |
| | |||||
* | make storage description more configurable | Olivier Blin | 2005-12-15 | 1 | -29/+43 |
| |