summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* - bootloader:Pascal Rigaux2007-11-262-6/+14
| | | | | | o handle "root (hd...)" for menu.lst entries (#23591) (nb: when writing, "root ..." will not be used)
* keep grub "root" command with field name {grub_root} Pascal Rigaux2007-11-261-4/+8
| | | | | | | (to avoid name conflict with {root} used for the root partition (think lilo)) this commit is needed by next commit
* - bootloader:Pascal Rigaux2007-11-262-2/+5
| | | | | | o when reading existing menu.lst, keep verbatim entries for which the device has no mount-point
* Typo fix.Mashrab Kuvatov2007-11-242-112/+92
|
* add install cmdline option "force_atime" Pascal Rigaux2007-11-211-1/+1
| | | | | (to use when installing distros <= 2007.1 where relatime is unknown)
* - diskdrake:Pascal Rigaux2007-11-202-1/+3
| | | | | | | | | o always display the {info} field of the drive (not only in expert mode) TODO: understand why titi sets the {info} field using the "serial" of the device, it seems quite ugly on a test here. (was introduced in detect_devices.pm, r214435)
* - diskdrake:Pascal Rigaux2007-11-192-1/+3
| | | | | | o disallow "Use for loopback" when the partition used for loopback is not formatted (#35535)
* remove debug code from previous commitPascal Rigaux2007-11-191-1/+1
|
* Updated translation from Alexander KuzmenkovFunda Wang2007-11-141-123/+55
|
* 10.5.5Pascal Rigaux2007-11-142-1/+3
|
* - adapt to cooker: Pascal Rigaux2007-11-142-3/+7
| | | | | | o kbd_drv.so instead of keyboard_drv.so o DejaVuSansBold*.ttf instead of DejaVuSans-Bold*.ttf
* fix poPascal Rigaux2007-11-141-2/+2
|
* 10.5.4Pascal Rigaux2007-11-132-1/+3
|
* - use UUID by default (in fstab, bootloader)Pascal Rigaux2007-11-132-0/+2
|
* fix last commit (unsaved file :-()Thierry Vignaud2007-11-131-1/+1
|
* (umount) fix garbaged error messages when umounting fsThierry Vignaud2007-11-132-1/+4
|
* have a more readable commentPascal Rigaux2007-11-091-1/+1
|
* 10.5.3Pascal Rigaux2007-11-092-1/+3
|
* - bootloader-config:Pascal Rigaux2007-11-092-3/+8
| | | | | | | o do not create "linux" entries for xen kernels, but "xen" entries instead (as requested by guillomovitch on #mandrivafr)
* create _sanitize_ver() for future changes in kernel_str2label()Pascal Rigaux2007-11-091-4/+12
|
* allow running with "use strict"Pascal Rigaux2007-11-091-1/+1
|
* - localedrake:Pascal Rigaux2007-11-083-15/+29
| | | | | o fix handling variant together with charset (eg: uz.UTF-8@Latn) (#35090)
* - cleanup:Pascal Rigaux2007-11-081-9/+11
| | | | | - $lang is a string, $locale is always an object
* further cleanupPascal Rigaux2007-11-081-6/+11
|
* fix regression(?) introduced in "r207416 2004-05-12" when cleaning ↵Pascal Rigaux2007-11-081-1/+2
| | | | standard_locale()
* prevent altering tool and the like when catching a bug (#35241)Thierry Vignaud2007-11-062-0/+5
|
* 10.5.2Thierry Vignaud2007-11-062-1/+3
|
* adjust title when catching a segfaultThierry Vignaud2007-11-061-2/+3
|
* report gdb trace if possibleThierry Vignaud2007-11-062-5/+38
|
* add support for ext4Thierry Vignaud2007-11-067-17/+26
|
* keep buggy process around so that we can run gdb on it (if perl segfaulted)Thierry Vignaud2007-11-062-1/+4
|
* (part_raw) simplifyThierry Vignaud2007-11-051-1/+1
|
* (createOrChangeType) this action is only availlable in expert mode thus ↵Thierry Vignaud2007-11-051-1/+1
| | | | adding an hint
* updatesKeld Simonsen2007-11-021-169/+51
|
* log my changesOlivier Blin2007-10-311-0/+3
|
* detect storage and various controllers before anything else (so that storage ↵Olivier Blin2007-10-311-103/+104
| | | | devices get detected at first boot on live)
* group USB_STORAGE with other storage devicesOlivier Blin2007-10-311-9/+9
|
* 10.5.1Thierry Vignaud2007-10-312-1/+3
|
* updatesKeld Simonsen2007-10-301-145/+35
|
* Updated Indonesian translationsWilly Sudiarto Raharjo2007-10-271-99/+95
|
* Update Indonesian TranslationsWilly Sudiarto Raharjo2007-10-271-7/+7
|
* Update Indonesian TranslationsWilly Sudiarto Raharjo2007-10-271-133/+139
|
* Updated Indonesian TranslationsWilly Sudiarto Raharjo2007-10-271-3/+5
|
* add some debug message: detect @::auto_steps containing invalid step Pascal Rigaux2007-10-261-2/+5
| | | | | (esp when used in patch-oem.pl)
* - bootloader-config:Pascal Rigaux2007-10-242-2/+5
| | | | | | o if drakx-kbd-mouse-x11 is not installed, simply don't add bootsplash instead of dying
* - bootloader-config must not need network::network from libdrakx-netPascal Rigaux2007-10-242-1/+2
|
* drakclock/finish-install: disable DPMS and screensaver when setting time not ↵Olivier Blin2007-10-234-0/+17
| | | | to blank monitor (#17031)
* fix buttons order under KDE when using compiz (by detecting ↵Olivier Blin2007-10-232-1/+4
| | | | kde-window-decorator)
* - partitioning wizard: ensure existing_part and resize_fat are proposed beforePascal Rigaux2007-10-192-3/+5
| | | | | wipe_drive
* /dev/<vg_name> doesn't exist in drakx-in-chroot (why?), but at least it's notPascal Rigaux2007-10-171-1/+1
| | | | | needed for lilo since we don't use lilo in chroot