Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | images: Convert image generation to dracut. | Colin Guthrie | 2013-10-29 | 1 | -18/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | do not use arch dependant isolinux.bin anymore | ennael | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | fix URL in help message (mga#9772) | Thierry Vignaud | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | kill firmware loader now that firmware are loaded by the kernel | Thierry Vignaud | 2012-12-21 | 1 | -2/+0 |
| | |||||
* | no more need to fix modules.order | Thierry Vignaud | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | use new hotplug (mga#6323) | Thierry Vignaud | 2012-09-17 | 1 | -16/+1 |
| | |||||
* | fix modules.order so that cciss got detected (mga#5833) | Thierry Vignaud | 2012-09-17 | 1 | -1/+1 |
| | | | | rationale: sorting fails in depmod when modules are compressed | ||||
* | fix creating some directories | Thierry Vignaud | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | do not include ka stuff unlesse BUILD_KA is set | Thierry Vignaud | 2012-09-03 | 1 | -3/+6 |
| | |||||
* | mount /dev as devtmpfs earlier, in stage1 rather than in stage2 | Thierry Vignaud | 2012-09-03 | 1 | -3/+1 |
| | | | | (based on pok's idead @mdv but fixed) | ||||
* | create /sys at build time rather than run time | Thierry Vignaud | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | do not include "screen" terminfo anymore | Thierry Vignaud | 2012-06-05 | 1 | -1/+0 |
| | | | | (but in rescue as we include the screen program...) | ||||
* | (boot_img_sparc) fix version in "Welcome to Mageia" message | Thierry Vignaud | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | enable to do a debug build in the BS | Thierry Vignaud | 2012-06-01 | 1 | -1/+1 |
| | | | | introduce USE_LOCAL_STAGE1 in order to use a locally build stage1 | ||||
* | add modules.order and modules.builtin in initrd | Olivier Blin | 2012-05-16 | 1 | -0/+2 |
| | |||||
* | make isohybrid start first partition on sector 1 (mga #5036) | Thomas Backlund | 2012-04-07 | 1 | -1/+1 |
| | |||||
* | include "screen" terminfo (mga#4894) | Thierry Vignaud | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | Use the 'splash quiet' default kernel command line. | Colin Guthrie | 2012-03-19 | 1 | -1/+1 |
| | | | | | This is just a transition from the splash=silent that used to be used. Semantically this should just be a natural progression. | ||||
* | simplify | Thierry Vignaud | 2012-02-08 | 1 | -4/+1 |
| | |||||
* | fix isolinux.bin (syslinux 4) | Anne Nicolas | 2012-02-08 | 1 | -1/+4 |
| | |||||
* | include dkms-modules.alias too (mga#1405) | Thierry Vignaud | 2012-01-27 | 1 | -2/+3 |
| | |||||
* | smaller stage1: compress initrd with XZ instead of gzip | Thierry Vignaud | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | reduce size of stage1 by removing busybox if not in debug mode | Thierry Vignaud | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | use upstream pppd & pppoe instead of a 10 years old snapshot | Thierry Vignaud | 2012-01-05 | 1 | -2/+3 |
| | |||||
* | perl_checker cleanups (theme was unused since "do not do anything | Thierry Vignaud | 2011-12-07 | 1 | -3/+2 |
| | | | | anymore with bootsplash.cfg" by me on 2009-10-06) | ||||
* | better error reporting | Thierry Vignaud | 2011-10-07 | 1 | -1/+3 |
| | |||||
* | fix isolinux.bin path with new syslinux | Thierry Vignaud | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | use gfxboot.c32 as graphical boot loader | Thierry Vignaud | 2011-10-06 | 1 | -3/+3 |
| | |||||
* | merge mkdosfs patch from packages SVN | Olivier Blin | 2011-05-19 | 1 | -5/+12 |
| | | | | | (to replace mkdosfs-with-dir which requires obsolete perl-suid) | ||||
* | make boot.iso hybrid | Anne Nicolas | 2011-05-04 | 1 | -0/+1 |
| | |||||
* | remove -e wich break firmware load (thanks aginies) | Anne Nicolas | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | revert gfxboot.com change as we postpone syslinux update | Anne Nicolas | 2011-02-10 | 1 | -3/+3 |
| | |||||
* | use gfxboot.c32 instead of gfxboot.com as gfxboot is now handled as a module ↵ | Anne Nicolas | 2011-02-09 | 1 | -3/+3 |
| | | | | in syslinux | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------ | ||||
* | disable restore option | Olivier Blin | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | we use busybox.static | Antoine Ginies | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | now busybox-1.16.0 provide the mke2fs tool | Antoine Ginies | 2010-02-09 | 1 | -2/+0 |
| | |||||
* | add missing dir, new path to mke2fs.static | Antoine Ginies | 2010-02-04 | 1 | -2/+3 |
| | |||||
* | use /bin/busybox.static | Pascal Terjan | 2010-01-04 | 1 | -1/+1 |
| | |||||
* | properly fix FileHandle issue (like pterjan did in tools/install-xml-file-list) | Olivier Blin | 2009-10-12 | 1 | -0/+1 |
| | |||||
* | fix firmware again | Pascal Terjan | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | do not do anything anymore with bootsplash.cfg | Thierry Vignaud | 2009-10-06 | 1 | -8/+2 |
| | |||||
* | Fix firmware loading | Pascal Terjan | 2009-09-10 | 1 | -5/+7 |
| | |||||
* | embed all firmwares that are needed by the modules we embed | Pascal Terjan | 2009-09-09 | 1 | -4/+1 |
| | |||||
* | add /dev/ptmx (for screen to work) | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | drop duplicated code including busybox | Pascal Terjan | 2009-04-15 | 1 | -5/+0 |
| | |||||
* | - handle firmware loading in stage2 too | Pascal Terjan | 2009-04-14 | 1 | -3/+5 |
| | |||||
* | fix firmware helper generation | Pascal Terjan | 2009-04-06 | 1 | -3/+2 |
| |