Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | stage1: Correct path to shell | Colin Guthrie | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | images: Convert image generation to dracut. | Colin Guthrie | 2013-10-29 | 3 | -19/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | This converts the initrd generation from a home grown system to dracut. It uses the upstream modules where possible plus two specially written dracut modules: mgainstaller and mgakadeploy. The initrds are identical for all builds and there are lots of bits that are incomplete and unnecesary. e.g. copying the kernels to a folder and then not using them, and also the module-descriptions file is not included in the initrd itself which it should be. We can probably customise the initrd better for different use cases, e.g. perhaps network stuff is not needed for HD based installs? We may also need to install the mdraid and lvm modules for some HD support. This is the first attempt so I expect various bits need fixing | ||||
* | stage1: Switch to a shared stage1. | Colin Guthrie | 2013-10-29 | 3 | -14/+17 |
| | | | | | | | | | | | Previously we would create a static stage1 for the installer, but as a dracut based initrd already includes glibc, there is very little advantage in this small, statically linked version. As a side note, it seems that if the initrd contains a /etc/modprobe.d/ folder (which can be the case with dracut) then dietlibc seems to return a ENOENT when calling readdir_r() on that folder (via the libkmod-config.c code). | ||||
* | stage1: Do not hard code STAGE2 path | Colin Guthrie | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | stage1: Add .gitignore | Colin Guthrie | 2013-10-29 | 1 | -0/+13 |
| | |||||
* | do not use arch dependant isolinux.bin anymore | ennael | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://git.mageia.org/software/drakx | ennael | 2013-10-25 | 3 | -461/+471 |
|\ | |||||
| * | small fix in Slovenian translation | filip | 2013-10-24 | 1 | -4/+3 |
| | | |||||
| * | small fix in Slovenian translation | filip | 2013-10-24 | 1 | -2/+3 |
| | | |||||
| * | Update Russian translation | Yuri Chornoivan | 2013-10-24 | 1 | -420/+440 |
| | | |||||
| * | fixed typo in Slovenian translation | filip | 2013-10-24 | 1 | -2/+2 |
| | | |||||
| * | Slovenian translation updated | filip | 2013-10-24 | 1 | -39/+29 |
| | | |||||
* | | move isolinux in the root tree | ennael | 2013-10-22 | 1 | -5/+5 |
| | | |||||
* | | copy images in $arch directory instead of alt0 for new syslinux | ennael | 2013-10-22 | 1 | -2/+2 |
|/ | |||||
* | More fixes to Ukrainian translation | Yuri Chornoivan | 2013-10-16 | 1 | -3/+3 |
| | |||||
* | Fix Ukrainian translation | Yuri Chornoivan | 2013-10-16 | 1 | -3/+3 |
| | |||||
* | Do not add localhost to /etc/hosts as this is handled by nss-myhostname | Olav Vitters | 2013-10-15 | 1 | -3/+0 |
| | | | | | The myhostname NSS module (which is default in nsswitch.conf) handles this happily. | ||||
* | Remove "Clean /tmp at each boot" option | Olav Vitters | 2013-10-15 | 1 | -11/+3 |
| | | | | | Not needed since systemd automatically already sets up /tmp using tmpfs. Proposed and accepted on dev mailing list. | ||||
* | Update Ukrainian translation | Yuri Chornoivan | 2013-10-14 | 1 | -26/+16 |
| | |||||
* | 1.45.1 | Thierry Vignaud | 2013-10-14 | 2 | -1/+3 |
| | |||||
* | many btrfs tools no longer exist | Thierry Vignaud | 2013-10-14 | 2 | -2/+4 |
| | |||||
* | 1.45 | Thierry Vignaud | 2013-10-14 | 2 | -1/+3 |
| | |||||
* | adapt to latest mdadm | Thierry Vignaud | 2013-10-14 | 2 | -2/+3 |
| | |||||
* | 15.68.115.68.1 | Thierry Vignaud | 2013-10-14 | 2 | -1/+3 |
| | |||||
* | adapt to latest mdadm | Thierry Vignaud | 2013-10-14 | 2 | -2/+4 |
| | |||||
* | 15.6815.68 | Thierry Vignaud | 2013-10-14 | 3 | -1/+5 |
| | |||||
* | list_modules.pm changes affect drakxtools & stage2 too | Thierry Vignaud | 2013-10-14 | 2 | -0/+2 |
| | |||||
* | 1.82 | Thierry Vignaud | 2013-10-14 | 2 | -1/+2 |
| | |||||
* | 1.93 | Thierry Vignaud | 2013-10-14 | 2 | -1/+3 |
| | |||||
* | sync with kernel-3.12 | Thierry Vignaud | 2013-10-14 | 3 | -6/+10 |
| | |||||
* | Drop /etc/termcap as this is no longer included in our build | Colin Guthrie | 2013-10-13 | 5 | -6/+2 |
| | |||||
* | any: Fix path to urpmi.update (mga#11125) | Colin Guthrie | 2013-10-13 | 2 | -1/+2 |
| | |||||
* | finish-install: Do not check for /usr/sbin/urpmi.update | Colin Guthrie | 2013-10-13 | 2 | -1/+3 |
| | | | | | | | | | This file is now 'hidden' in /usr/libexec and only used via it's wrapper script in mgaonline. This was originally changed from /usr/bin/urpmi back in 2001 by Pixel, but the current path for urpmi is /usr/sbin/urpmi, which seems to be as reliable as urpmi.update was before. | ||||
* | polkit: Use exec in wrapper scripts | Colin Guthrie | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | i18n: Update po | Colin Guthrie | 2013-10-11 | 70 | -1050/+4914 |
| | |||||
* | i18n: Update pot | Colin Guthrie | 2013-10-11 | 1 | -15/+65 |
| | |||||
* | polkit: Handle some more binaries missed in the polkit conversion. | Colin Guthrie | 2013-10-11 | 8 | -7/+147 |
| | | | | mga#11125 mga#11418 | ||||
* | polkit: Shuffle around folders a bit | Colin Guthrie | 2013-10-11 | 10 | -3/+3 |
| | |||||
* | polkit: Generate wrapper scripts automatically from policy files. | Colin Guthrie | 2013-10-11 | 9 | -21/+14 |
| | | | | | | | This relies on the name of the policy files but that's fine. We no longer need to write lots of boiler plate wrapper scripts. mga#11125 | ||||
* | (dist) add as an alias on 'tar' rule | Thierry Vignaud | 2013-10-10 | 1 | -0/+2 |
| | |||||
* | 15.6715.67 | Thierry Vignaud | 2013-10-10 | 3 | -1/+5 |
| | |||||
* | log kernel/list_modules.pm changes | Thierry Vignaud | 2013-10-10 | 2 | -0/+3 |
| | |||||
* | 1.81 | Thierry Vignaud | 2013-10-10 | 2 | -1/+4 |
| | |||||
* | better log | Thierry Vignaud | 2013-10-10 | 1 | -1/+1 |
| | |||||
* | 1.92 | Thierry Vignaud | 2013-10-10 | 2 | -1/+3 |
| | |||||
* | sync with kernel-3.11 | Thierry Vignaud | 2013-10-10 | 2 | -9/+11 |
| | |||||
* | fix stupid typo | Thierry Vignaud | 2013-10-10 | 1 | -1/+1 |
| | |||||
* | 1.80 | Thierry Vignaud | 2013-10-10 | 2 | -1/+5 |
| | |||||
* | 1.91 | Thierry Vignaud | 2013-10-10 | 2 | -1/+3 |
| |