summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
Commit message (Collapse)AuthorAgeFilesLines
* images: Pass audit=0 to the rescue system.user/colin/rescue-systemdColin Guthrie2013-12-071-1/+1
| | | | | | | Now that systemd is used there, we can use systemd-nspawn to 'boot' systems as containers. Unfortunately the kernel's audit subsystem needs to be fixed otherwise logging in doesn't work... so lets turn it off.
* images: Allow the BOOT_AUTOMATIC_METHOD env var to work in rescue mode tooColin Guthrie2013-12-021-1/+1
|
* images/kernel: Pass the modules we need to be in modules.alias through to ↵Colin Guthrie2013-11-131-1/+2
| | | | | | | | | | | | | | 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-131-0/+4
|
* Revert "images: Use a generic, shared isolinux.cfg file."Colin Guthrie2013-11-041-4/+2
| | | | This reverts commit 74cc75140329a03e5ed6f952932f8ea937216209.
* images: Ensure initrd is created with 644 perms (normally 600 for security ↵Colin Guthrie2013-11-021-1/+2
| | | | reasons)
* images: Omit the dracut network module now that we include our own ↵Colin Guthrie2013-11-021-1/+1
| | | | networking kernel modules
* images: Split dracut options out into a config file.Colin Guthrie2013-11-021-2/+1
| | | | | 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-021-1/+2
| | | | | | | | | | | | | | 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-301-2/+4
| | | | | | This then loads a x86_64 or i586 config depending on the detected arch. Anne asked for this kind of setup.
* images: Clear out some stuff that no longer used.Colin Guthrie2013-10-301-65/+0
| | | | | 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
|
* images: Convert image generation to dracut.Colin Guthrie2013-10-291-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 anymoreennael2013-10-251-1/+1
|
* move isolinux in the root treeennael2013-10-221-5/+5
|
* copy images in $arch directory instead of alt0 for new syslinuxennael2013-10-221-2/+2
|
* fix URL in help message (mga#9772)Thierry Vignaud2013-04-191-1/+1
|
* kill firmware loader now that firmware are loaded by the kernelThierry Vignaud2012-12-211-2/+0
|
* no more need to fix modules.orderThierry Vignaud2012-10-041-1/+1
|
* use new hotplug (mga#6323)Thierry Vignaud2012-09-171-16/+1
|
* fix modules.order so that cciss got detected (mga#5833)Thierry Vignaud2012-09-171-1/+1
| | | | rationale: sorting fails in depmod when modules are compressed
* fix creating some directoriesThierry Vignaud2012-09-031-1/+1
|
* do not include ka stuff unlesse BUILD_KA is setThierry Vignaud2012-09-031-3/+6
|
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-3/+1
| | | | (based on pok's idead @mdv but fixed)
* create /sys at build time rather than run timeThierry Vignaud2012-09-031-1/+1
|
* do not include "screen" terminfo anymoreThierry Vignaud2012-06-051-1/+0
| | | | (but in rescue as we include the screen program...)
* (boot_img_sparc) fix version in "Welcome to Mageia" messageThierry Vignaud2012-06-021-1/+1
|
* enable to do a debug build in the BSThierry Vignaud2012-06-011-1/+1
| | | | introduce USE_LOCAL_STAGE1 in order to use a locally build stage1
* add modules.order and modules.builtin in initrdOlivier Blin2012-05-161-0/+2
|
* make isohybrid start first partition on sector 1 (mga #5036)Thomas Backlund2012-04-071-1/+1
|
* include "screen" terminfo (mga#4894)Thierry Vignaud2012-04-051-0/+1
|
* Use the 'splash quiet' default kernel command line.Colin Guthrie2012-03-191-1/+1
| | | | | This is just a transition from the splash=silent that used to be used. Semantically this should just be a natural progression.
* simplifyThierry Vignaud2012-02-081-4/+1
|
* fix isolinux.bin (syslinux 4)Anne Nicolas2012-02-081-1/+4
|
* include dkms-modules.alias too (mga#1405)Thierry Vignaud2012-01-271-2/+3
|
* smaller stage1: compress initrd with XZ instead of gzipThierry Vignaud2012-01-201-1/+1
|
* reduce size of stage1 by removing busybox if not in debug modeThierry Vignaud2012-01-191-1/+1
|
* use upstream pppd & pppoe instead of a 10 years old snapshotThierry Vignaud2012-01-051-2/+3
|
* perl_checker cleanups (theme was unused since "do not do anythingThierry Vignaud2011-12-071-3/+2
| | | | anymore with bootsplash.cfg" by me on 2009-10-06)
* better error reportingThierry Vignaud2011-10-071-1/+3
|
* fix isolinux.bin path with new syslinuxThierry Vignaud2011-10-061-1/+1
|
* use gfxboot.c32 as graphical boot loaderThierry Vignaud2011-10-061-3/+3
|
* merge mkdosfs patch from packages SVNOlivier Blin2011-05-191-5/+12
| | | | | (to replace mkdosfs-with-dir which requires obsolete perl-suid)
* make boot.iso hybridAnne Nicolas2011-05-041-0/+1
|
* remove -e wich break firmware load (thanks aginies)Anne Nicolas2011-03-031-1/+1
|
* revert gfxboot.com change as we postpone syslinux updateAnne Nicolas2011-02-101-3/+3
|
* use gfxboot.c32 instead of gfxboot.com as gfxboot is now handled as a module ↵Anne Nicolas2011-02-091-3/+3
| | | | in syslinux
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-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 optionOlivier Blin2010-05-271-1/+1
|