summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* (extract_modules) enable to find, decompress XZ modulesThierry Vignaud2012-01-203-1/+4
|
* include xz (needed to decompress modules)Thierry Vignaud2012-01-201-0/+1
|
* perl_checker cleanupsThierry Vignaud2012-01-201-12/+12
|
* perl_checker cleanupThierry Vignaud2012-01-201-1/+1
|
* (lvm_cmd) log forcing rescanThierry Vignaud2012-01-201-0/+1
|
* (suggest_lv_name_from_mnt_point, suggest_lv_name) suggest better LVThierry Vignaud2012-01-203-0/+12
| | | | names based on the mount point rather than numbers
* (Create) enable to set LV names when not in expert modeThierry Vignaud2012-01-203-1/+6
|
* include gtk20 translations (caps lock & the like)Thierry Vignaud2012-01-202-1/+3
|
* add missing spaceThierry Vignaud2012-01-201-0/+2
|
* updated Slovenian translationFilip Komar2012-01-191-185/+84
|
* 13.75.1Thierry Vignaud2012-01-192-1/+3
|
* include DM/MD udev rules so that install on LVM works againThierry Vignaud2012-01-192-0/+9
|
* (start_udev) fix mounting /dev/pts & /dev/shmThierry Vignaud2012-01-192-1/+2
|
* Ukrainian translation updateYuri Chornoivan2012-01-191-11/+14
|
* fixed header so it passes msgfmt -cOliver Burger2012-01-191-4/+2
|
* updated Slovenian translationFilip Komar2012-01-181-322/+583
|
* updated Slovenian translationFilip Komar2012-01-181-2/+2
|
* updated Turkish translationNuman Demirdöğen2012-01-161-506/+192
|
* updated Turkish translationNuman Demirdöğen2012-01-161-1058/+555
|
* updated Turkish translationNuman Demirdöğen2012-01-161-117/+35
|
* add support for --gdbThierry Vignaud2012-01-081-0/+3
|
* 13.75Thierry Vignaud2012-01-072-1/+3
|
* update NEWS for alpha3 bannerAnne Nicolas2012-01-061-0/+1
|
* (stop_udev) introduce it in order to stop udev & umount associated mountThierry Vignaud2012-01-062-0/+10
| | | | points at end of installation
* add missing spaceThierry Vignaud2012-01-061-0/+1
|
* (main) do not start udev within XnestThierry Vignaud2012-01-061-1/+1
|
* (ask_for_X_restart,take_screenshot) do not fork useless shellThierry Vignaud2012-01-062-2/+2
|
* left-background for Mageia 2 Alpha3Anne Nicolas2012-01-051-0/+0
|
* (start_udev) simplify by factoringThierry Vignaud2012-01-041-2/+1
|
* (start_udev) simplify through reusing MDK::CommonThierry Vignaud2012-01-041-2/+1
|
* (get_needed_files) revert creating run (useless as it won't be in /,Thierry Vignaud2012-01-041-1/+0
| | | | stage2 is taking care of creating it anyway...)
* (start_udev) cleanupThierry Vignaud2012-01-041-1/+1
|
* (start_udev) split it out of main()Thierry Vignaud2012-01-041-17/+21
|
* 13.74.1Thomas Backlund2011-12-281-0/+3
|
* sync version with stage2Thomas Backlund2011-12-231-0/+3
|
* 13.74Thomas Backlund2011-12-232-1/+3
|
* 13.73Thomas Backlund2011-12-231-0/+1
|
* add missing newsThomas Backlund2011-12-231-0/+1
|
* interactive::curses: default to 80x25 (fixes serial)Pascal Terjan2011-12-223-0/+9
|
* include xfs_freeze (needed for setup grub on XFS, mga#1536)Thierry Vignaud2011-12-212-0/+2
|
* (write_partitions,open_part,active_dm) call udevadm in installer tooThierry Vignaud2011-12-213-3/+4
|
* Port stage2 to use udev.Colin Guthrie2011-12-193-3/+21
| | | | | | | | In order to run dracut in the installer, it is necessary to have a working udev setup (specifically /dev/block/* nodes, but there may be other requirements). As dracut is needed by systemd when /usr is on a separate partition, we need udev in the installer in order to support systemd generally.
* perl_checker hintsThierry Vignaud2011-12-191-2/+2
|
* kill dead comments & code (support for kernel-2.[24].x, devfs is dead since ↵Thierry Vignaud2011-12-194-19/+5
| | | | 2.5.x kernels, ...)
* Update Greek translationDimitrios Glentadakis2011-12-171-5/+5
|
* Update Greek translationDimitrios Glentadakis2011-12-171-7/+4
|
* Update Greek translationDimitrios Glentadakis2011-12-171-1/+1
|
* perl_checker cleanupsThierry Vignaud2011-12-171-5/+5
|
* (setupBootloader__entries) display partition labels when adding a foreign OSThierry Vignaud2011-12-172-1/+3
| | | | | (similar to previous commit, maybe should we share some helper for devices listing & GUI-formating)
* (setupBootloader__general) display partition labels in list instead of just ↵Thierry Vignaud2011-12-172-1/+5
| | | | | | | disk names in "boot device" choice hard disk names were displayed since 'as suggested in bug #21524, display the info on hard drives in the "boot device" choice' (pixel, 2006-03-09)