summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* images/kernel: Pass the modules we need to be in modules.alias through to ↵Colin Guthrie2013-11-133-1/+18
| | | | | | | | | | | | | | dracut. The installer needs to have the modules.alias information for more kernel modules than are actually included. In order to do this we need to use and environment variable as there is no sensible way to do this via dracut command line arguments. The mgainstaller dracut module will need updating accordingly. This should solve the problem where Sound Cards are shown as 'not configured' at the end of the install.
* images: Add a way to put an automatic method on boot.iso syslinux for testingColin Guthrie2013-11-132-0/+6
|
* include enough python in order to generate a stack trace from within stage2Thierry Vignaud2013-11-132-0/+7
|
* simplify: drop $STAGE1_LIBCThierry Vignaud2013-11-122-7/+5
|
* simplify, we only have one libcThierry Vignaud2013-11-121-3/+2
|
* simplify after previous commit: drop $DIETThierry Vignaud2013-11-121-9/+9
|
* support dynamic linking onlyThierry Vignaud2013-11-123-34/+2
|
* explain how to get a stack traceThierry Vignaud2013-11-121-1/+21
|
* perl-install: 15.7315.73Colin Guthrie2013-11-123-1/+5
|
* polkit: fix wrappers to properly escape arguments when calling the binaryColin Guthrie2013-11-123-1/+5
|
* Fix Tamil PO-fileYuri Chornoivan2013-11-111-1/+1
|
* 15.72.215.72.2Thomas Backlund2013-11-112-1/+3
|
* properly escape 5096UIDThomas Backlund2013-11-112-2/+3
|
* use 500 instead of 500Thomas Backlund2013-11-102-1/+3
|
* 15.72.115.72.1Thomas Backlund2013-11-092-1/+3
|
* fix typo in last Makefile changeThomas Backlund2013-11-092-1/+3
|
* 15.7215.72Thomas Backlund2013-11-091-0/+2
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-092-1/+2
|
* 15.72Thomas Backlund2013-11-092-1/+3
|
* - dont remove radeon-firmware or any network related firmwares as weThomas Backlund2013-11-092-1/+4
| | | | dont know when some hw gets plugged that needs it
* add missing python modules for gdbThierry Vignaud2013-11-082-0/+3
|
* fix building debug image with latest gdbThierry Vignaud2013-11-082-14/+6
|
* 15.7115.71Anne Nicolas2013-11-082-1/+4
|
* do not use gdm automatically for XFCE (too heavy)Anne Nicolas2013-11-081-1/+0
|
* drop packdrake (uneeded)Thierry Vignaud2013-11-072-1/+2
| | | | | | it's uneeded since we switch to urpmi last usage was drop in commit 61e15785 on Nov 16 2012
* stage1: 2.0Colin Guthrie2013-11-062-1/+2
| | | | | Version bumped to represent the major change from previously (as was done for stage2)
* stage1: Ensure kernel modules and firmware can be loaded in stage2 mga#11600 ↵Colin Guthrie2013-11-062-0/+18
| | | | mga#11601
* Updated turkish translationtarakbumba2013-11-052-51/+61
|
* images: 2.1Colin Guthrie2013-11-052-1/+3
|
* Revert "images: Use a generic, shared isolinux.cfg file."Colin Guthrie2013-11-042-12/+2
| | | | This reverts commit 74cc75140329a03e5ed6f952932f8ea937216209.
* Revert "images: Fix 32-bit isolinux wrapper (s/i586/i386)"Colin Guthrie2013-11-042-3/+5
| | | | | | | This reverts commit addfd6769673ba661498183a220769144f758f5a. Conflicts: images/NEWS
* Slovenian translation updatedfilip2013-11-031-21/+20
|
* 15.7015.70Anne Nicolas2013-11-032-1/+3
|
* install: Update beta1 left backgroundAnne Nicolas2013-11-032-0/+2
|
* rescue: 1.461.46Colin Guthrie2013-11-032-1/+2
|
* Russian translation update by Alex LoginovYuri Chornoivan2013-11-031-205/+150
|
* Update translation catalogYuri Chornoivan2013-11-0372-13718/+17197
|
* switch to 2.00 to mark the big changes to dracut intrd and syslinuxThomas Backlund2013-11-022-1/+3
|
* Update Ukrainian translationYuri Chornoivan2013-11-021-193/+244
|
* images: Ensure initrd is created with 644 perms (normally 600 for security ↵Colin Guthrie2013-11-022-1/+3
| | | | reasons)
* images: Fix 32-bit isolinux wrapper (s/i586/i386)Colin Guthrie2013-11-022-3/+5
|
* 1.95Colin Guthrie2013-11-022-1/+3
|
* images: Omit the dracut network module now that we include our own ↵Colin Guthrie2013-11-023-2/+3
| | | | networking kernel modules
* images: Split dracut options out into a config file.Colin Guthrie2013-11-023-2/+7
| | | | | Also ensure that the compression method is xz -9 for much better compression (was previously defaulting to gzip)
* images/kernel: Ensure the previously hand-picked modules are included in the ↵Colin Guthrie2013-11-023-25/+11
| | | | | | | | | | | | | | new dracut-based initrd. This removes functions no longer called and adds a new one which will simply list the desired modules and pass them on the dracut command line. This should mean we have the same modules as before (at least) which should mean less regressions. This does increase the size of the initrd back up quite a lot (as expected) so we may want to look at optimising other areas to bring it back down a bit again.
* images: Use a generic, shared isolinux.cfg file.Colin Guthrie2013-10-302-2/+12
| | | | | | This then loads a x86_64 or i586 config depending on the detected arch. Anne asked for this kind of setup.
* images: Add a short circuit rule to make boot.iso for testingColin Guthrie2013-10-301-0/+7
|
* images: Clear out some stuff that no longer used.Colin Guthrie2013-10-303-103/+4
| | | | | Now that initrds are generated via dracut, there is no need to prepare kernel modules. This sadly removes support for passing in a kernel rpm file, but such is life.
* images: Fix isolinux.bin modules path and add needed modulesColin Guthrie2013-10-291-4/+16
|
* images: Fix kernel+ramdisk folder creationColin Guthrie2013-10-291-1/+1
|