Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | polkit: fix wrappers to properly escape arguments when calling the binary | Colin Guthrie | 2013-11-12 | 3 | -1/+5 |
| | |||||
* | Fix Tamil PO-file | Yuri Chornoivan | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | 15.72.215.72.2 | Thomas Backlund | 2013-11-11 | 2 | -1/+3 |
| | |||||
* | properly escape 5096UID | Thomas Backlund | 2013-11-11 | 2 | -2/+3 |
| | |||||
* | use 500 instead of 500 | Thomas Backlund | 2013-11-10 | 2 | -1/+3 |
| | |||||
* | 15.72.115.72.1 | Thomas Backlund | 2013-11-09 | 2 | -1/+3 |
| | |||||
* | fix typo in last Makefile change | Thomas Backlund | 2013-11-09 | 2 | -1/+3 |
| | |||||
* | 15.7215.72 | Thomas Backlund | 2013-11-09 | 1 | -0/+2 |
| | |||||
* | use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319) | Thomas Backlund | 2013-11-09 | 2 | -1/+2 |
| | |||||
* | 15.72 | Thomas Backlund | 2013-11-09 | 2 | -1/+3 |
| | |||||
* | - dont remove radeon-firmware or any network related firmwares as we | Thomas Backlund | 2013-11-09 | 2 | -1/+4 |
| | | | | dont know when some hw gets plugged that needs it | ||||
* | add missing python modules for gdb | Thierry Vignaud | 2013-11-08 | 2 | -0/+3 |
| | |||||
* | fix building debug image with latest gdb | Thierry Vignaud | 2013-11-08 | 2 | -14/+6 |
| | |||||
* | 15.7115.71 | Anne Nicolas | 2013-11-08 | 2 | -1/+4 |
| | |||||
* | do not use gdm automatically for XFCE (too heavy) | Anne Nicolas | 2013-11-08 | 1 | -1/+0 |
| | |||||
* | drop packdrake (uneeded) | Thierry Vignaud | 2013-11-07 | 2 | -1/+2 |
| | | | | | | it's uneeded since we switch to urpmi last usage was drop in commit 61e15785 on Nov 16 2012 | ||||
* | stage1: 2.0 | Colin Guthrie | 2013-11-06 | 2 | -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 Guthrie | 2013-11-06 | 2 | -0/+18 |
| | | | | mga#11601 | ||||
* | Updated turkish translation | tarakbumba | 2013-11-05 | 2 | -51/+61 |
| | |||||
* | images: 2.1 | Colin Guthrie | 2013-11-05 | 2 | -1/+3 |
| | |||||
* | Revert "images: Use a generic, shared isolinux.cfg file." | Colin Guthrie | 2013-11-04 | 2 | -12/+2 |
| | | | | This reverts commit 74cc75140329a03e5ed6f952932f8ea937216209. | ||||
* | Revert "images: Fix 32-bit isolinux wrapper (s/i586/i386)" | Colin Guthrie | 2013-11-04 | 2 | -3/+5 |
| | | | | | | | This reverts commit addfd6769673ba661498183a220769144f758f5a. Conflicts: images/NEWS | ||||
* | Slovenian translation updated | filip | 2013-11-03 | 1 | -21/+20 |
| | |||||
* | 15.7015.70 | Anne Nicolas | 2013-11-03 | 2 | -1/+3 |
| | |||||
* | install: Update beta1 left background | Anne Nicolas | 2013-11-03 | 2 | -0/+2 |
| | |||||
* | rescue: 1.461.46 | Colin Guthrie | 2013-11-03 | 2 | -1/+2 |
| | |||||
* | Russian translation update by Alex Loginov | Yuri Chornoivan | 2013-11-03 | 1 | -205/+150 |
| | |||||
* | Update translation catalog | Yuri Chornoivan | 2013-11-03 | 72 | -13718/+17197 |
| | |||||
* | switch to 2.00 to mark the big changes to dracut intrd and syslinux | Thomas Backlund | 2013-11-02 | 2 | -1/+3 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2013-11-02 | 1 | -193/+244 |
| | |||||
* | images: Ensure initrd is created with 644 perms (normally 600 for security ↵ | Colin Guthrie | 2013-11-02 | 2 | -1/+3 |
| | | | | reasons) | ||||
* | images: Fix 32-bit isolinux wrapper (s/i586/i386) | Colin Guthrie | 2013-11-02 | 2 | -3/+5 |
| | |||||
* | 1.95 | Colin Guthrie | 2013-11-02 | 2 | -1/+3 |
| | |||||
* | images: Omit the dracut network module now that we include our own ↵ | Colin Guthrie | 2013-11-02 | 3 | -2/+3 |
| | | | | networking kernel modules | ||||
* | images: Split dracut options out into a config file. | Colin Guthrie | 2013-11-02 | 3 | -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 Guthrie | 2013-11-02 | 3 | -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 Guthrie | 2013-10-30 | 2 | -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 testing | Colin Guthrie | 2013-10-30 | 1 | -0/+7 |
| | |||||
* | images: Clear out some stuff that no longer used. | Colin Guthrie | 2013-10-30 | 3 | -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 modules | Colin Guthrie | 2013-10-29 | 1 | -4/+16 |
| | |||||
* | images: Fix kernel+ramdisk folder creation | Colin Guthrie | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | 1.94 | Anne Nicolas | 2013-10-29 | 2 | -1/+3 |
| | |||||
* | 1.83 | Anne Nicolas | 2013-10-29 | 2 | -1/+2 |
| | |||||
* | 15.6915.69 | ennael | 2013-10-29 | 2 | -1/+3 |
| | |||||
* | stage1: Add debugging for net device name confusion. | Colin Guthrie | 2013-10-29 | 1 | -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 Guthrie | 2013-10-29 | 2 | -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 Guthrie | 2013-10-29 | 1 | -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 Guthrie | 2013-10-29 | 1 | -18/+0 |
| | | | | Dracut mounts these already. | ||||
* | install/rescue: Adapt to a dracut based stage1. | Colin Guthrie | 2013-10-29 | 6 | -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. | ||||
* | stage1: Move the symlink creation from stage1 to init. | Colin Guthrie | 2013-10-29 | 7 | -108/+87 |
| | | | | | | | | | | | | | | | | | | | | In order to run stage1 we now need to do things a little differently, namely that we move the symlinking fixups into 'init' itself which we will actually call as a kind of fake switch_root implementation to avoid hacking dracut too much[1]. As we run stage1 during dracut's 'mount' phase we should not do the symlink hacks so early otherwise it will mess up the rest of the dracut initqueue processing. Currently, the initrd's /usr is nuked and then symlinked, but to allow for easier debugging I now just bind mount the stage2 /usr over the top which allows us to unmount it again easily enough if we want to go back. We no longer touch the /bin, /sbin or /lib[64] symlinks as these are relative and simply bind mounting /usr is enough to fix all of them. 1. This scheme will have to change if we eventually swtich to a systemd based dracut invocation. |