summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* log handing new drivers here tooThierry Vignaud2008-01-281-0/+7
|
* - fix detecting existing LVMs (#31228)Pascal Rigaux2008-01-281-0/+2
| | | | | | | | | (regression introduced in 10.4.204 (?)) nb: great care must be taken to ensure lvm::init() is not called too soon (maybe lvm::init should be called in fsedit to ensure this doesn't happen again?)
* - fix ensuring X is launched on tty7 (cf #37087)Pascal Rigaux2008-01-282-1/+2
|
* - fix handling LVM VGs with "-" in the name (#37267)Pascal Rigaux2008-01-281-0/+1
|
* update translation for HebrewDotan Kamber2008-01-261-21/+14
|
* Updated zh_CN translationFunda Wang2008-01-261-8/+3
|
* - call X with -nolisten tcp to avoid "security" issues (#18320)Pascal Rigaux2008-01-252-0/+3
| | | | | (nb: this implies "xhost+" helper prog is not useful anymore)
* - do not propose ext4dev filesystem during install (#37157)Pascal Rigaux2008-01-251-0/+2
|
* updateJosé Melo2008-01-241-19/+13
|
* 10.6.8Thierry Vignaud2008-01-241-0/+2
|
* - 2008.1 beta1 logoPascal Rigaux2008-01-232-0/+1
|
* - bootloader-config, diskdrake:Pascal Rigaux2008-01-221-0/+3
| | | | | | o look for LVM PV on non partitioned disk before looking for DOS partition_table (esp. for lilo which puts the DOS magic)
* 10.6.7Pascal Rigaux2008-01-221-3/+2
|
* - add xkb/symbols/inet (which is now needed by default for pc105)Pascal Rigaux2008-01-222-1/+3
|
* 10.6.6Pascal Rigaux2008-01-221-0/+2
|
* - do not put "windows" entry in bootloader for partitions where Windows is notPascal Rigaux2008-01-221-0/+2
| | | | | present (#8086)
* Update zh_TW translationShiva Huang2008-01-211-9/+9
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-01-211-16/+12
|
* updated translationPavel Maryanov2008-01-191-180/+139
|
* since we use "state" keywoard, we need feature.pmPascal Rigaux2008-01-181-0/+1
|
* "my $foo if 0" semantic has changed in some cases, using the new "state" ↵Pascal Rigaux2008-01-181-1/+2
| | | | keyword instead
* - adapt to perl 5.10.0Pascal Rigaux2008-01-182-61/+63
|
* - create /dev/cdrom symlink for installer (#36703)Pascal Rigaux2008-01-181-0/+2
| | | | | | do create the symlink to have it during install (otherwise fs::wild_device::from_part will give a non accessible device)
* Update fr translationChristophe Berthelé2008-01-181-10/+10
|
* 10.6.5Pascal Rigaux2008-01-171-0/+2
|
* merge a translation from old libDrakX.poThierry Vignaud2008-01-1769-134/+134
|
* sync with codeThierry Vignaud2008-01-1771-6751/+7529
|
* - do not sort languages in "choose language" step in graphical mode, since thePascal Rigaux2008-01-111-0/+4
| | | | | | sort is done on the non-translated strings (eg: we display "Espanol" but we sort on Spanish )
* 10.6.3Pascal Rigaux2008-01-091-0/+2
|
* /usr/lib/gconv/KOI8-K.so is no more, take KOI8-*.soPascal Rigaux2008-01-092-3/+4
|
* 10.6.2Pascal Rigaux2008-01-091-0/+1
|
* install logo for alpha2 releaseAnne Nicolas2008-01-091-0/+0
|
* - adapt to cooker:Pascal Rigaux2007-12-212-3/+5
| | | | | | o DejaVuSans-Bold*.ttf instead of DejaVuSansBold*.ttf (again!) o no more /etc/rpm/platform (for rpm 4.4.2.2)
* install SMP packages when "match_all_hardware" option is setOlivier Blin2007-12-172-1/+3
|
* updatesKeld Simonsen2007-12-161-18/+15
|
* add a progression log message (pkgs installation) as used to bePascal Rigaux2007-12-131-0/+1
|
* 10.6.1Pascal Rigaux2007-12-121-0/+2
|
* add alpha1 installer imageAnne Nicolas2007-12-121-0/+0
|
* - ensure failing to build mdkinst.sqfs is a fatal errorPascal Rigaux2007-12-121-0/+1
|
* - drakx-in-chroot:Pascal Rigaux2007-12-121-0/+3
| | | | | | o just like stage1, handle <root of distrib> ending with current arch() so that we can access main32 on x86_64
* - do not rebuild rpmdb if it is ok Pascal Rigaux2007-12-113-4/+8
| | | | | (will workaround #32547) (need perl-URPM 3.01)
* enhace previous commit: don't keep the pubkey in /var/lib/urpmi after ↵Pascal Rigaux2007-12-111-0/+1
| | | | importing it
* - adapt to perl-URPM 3.00 API to parse pubkey filesPascal Rigaux2007-12-112-7/+5
|
* adapt to uz po files renamingPascal Rigaux2007-12-113-0/+0
|
* Renamed Uzbek translations to follow the libc standard. Aproved by Pixel. ↵Mashrab Kuvatov2007-12-094-615/+615
| | | | For details, see bug #35090.
* updateJosé Melo2007-12-091-4/+4
|
* updateJosé Melo2007-12-081-5/+5
|
* - localedrake:Pascal Rigaux2007-12-071-0/+1
| | | | | o adjust Uzbek locale (cf locales-uz change)
* (selectLanguage_install) ensure langs are sorted in text modeThierry Vignaud2007-12-061-0/+1
|
* - diskdrake:Pascal Rigaux2007-12-041-0/+3
| | | | | | o drop "Undo", "Restore partition table", "Save partition table" (preparing to switch to libparted)