summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 1.94Anne Nicolas2013-10-292-1/+3
|
* 1.83Anne Nicolas2013-10-292-1/+2
|
* 15.6915.69ennael2013-10-292-1/+3
|
* stage1: Add debugging for net device name confusion.Colin Guthrie2013-10-291-1/+2
| | | | | | | | | Because dracut uses udev and because udev has likely already started the interface, we will see things out of order. Large sections of the probing code could probably be removed but for the time being we should probably consider removing this error message completely
* stage1: Switch to a new mode of knowing when to re-exec init.Colin Guthrie2013-10-292-31/+30
| | | | | | | | | | | | Now that dracut runs stage1 earlier, we need to store it's exit code for later reuse. In this, the separate dracut module will just write a flag file in /run/drakx/ to indicate that we want to re-exec /sbin/init (after doing some symlinks and /usr bind mount) rather than run the install. As a result there is no need to return 0x35 ('procced') so just return 0 and keep 0x35 return code for when we really do need to restart stage1 (e.g. on a fatal error). The dracut module should loop if 0x35 is ever returned.
* stage1: Remove the counter from init.Colin Guthrie2013-10-291-8/+2
| | | | | init is now solely responsibe for running stage2 (be it install or rescue) as stage1 is now run earlier by dracut.
* stage1: Don't bother mounting various API filesystems.Colin Guthrie2013-10-291-18/+0
| | | | Dracut mounts these already.
* install/rescue: Adapt to a dracut based stage1.Colin Guthrie2013-10-296-22/+14
| | | | | | | | | | | The main change here is not remounting a fresh /run. Dracut does this for us and we actually need to keep this one as the initial udev database (when udev is started by dracut) is stored here and thus mounting an empty fs could see us lose some metadata. We no longer touch the /bin, /sbin or /lib[64] symlinks as these are already relative symlinks into /usr and simply bind mounting /usr is enough.