summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
Commit message (Collapse)AuthorAgeFilesLines
* 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 Magiea. 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
|
* we use busybox.staticAntoine Ginies2010-02-171-1/+1
|
* now busybox-1.16.0 provide the mke2fs toolAntoine Ginies2010-02-091-2/+0
|
* add missing dir, new path to mke2fs.staticAntoine Ginies2010-02-041-2/+3
|
* use /bin/busybox.staticPascal Terjan2010-01-041-1/+1
|
* properly fix FileHandle issue (like pterjan did in tools/install-xml-file-list)Olivier Blin2009-10-121-0/+1
|
* fix firmware againPascal Terjan2009-10-121-1/+1
|
* do not do anything anymore with bootsplash.cfgThierry Vignaud2009-10-061-8/+2
|
* Fix firmware loadingPascal Terjan2009-09-101-5/+7
|
* embed all firmwares that are needed by the modules we embedPascal Terjan2009-09-091-4/+1
|
* add /dev/ptmx (for screen to work)Thierry Vignaud2009-04-221-1/+1
|
* drop duplicated code including busyboxPascal Terjan2009-04-151-5/+0
|
* - handle firmware loading in stage2 tooPascal Terjan2009-04-141-3/+5
|
* fix firmware helper generationPascal Terjan2009-04-061-3/+2
|
* add a userspace helper to load firmwaresPascal Terjan2009-04-031-0/+17
|
* (initrd) add a comment for futureThierry Vignaud2009-04-031-0/+2
|
* pass --restore instead of restore option (reverting r252991 fromThierry Vignaud2009-04-031-1/+1
| | | | | 2009-02-18: "pass --restore instead of restore option")
* include firmwares for most common network cards (#49195)Thierry Vignaud2009-04-031-1/+5
| | | | | | | | | | (list build from firmwares splited from in kernel drivers that are either GPL or redistribuable according to according to http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware-from-kernel.git;a=blob;f=WHENCE;h=3814d7d426650f574e079730738978d01496b72f;hb=HEAD) (what's still missing is a userspace helper in order to laod the firmware when requested by the kernel)
* add /dev/random and /dev/urandom (for curl)Thierry Vignaud2009-03-091-1/+1
|
* - pass --restore instead of restore optionThierry Vignaud2009-02-181-1/+1
|
* enable to select restore optionThierry Vignaud2009-02-101-0/+1
|
* I didn't mean to remove the 'harddisk' label from isolinux.cfgChristophe Fergeau2009-01-231-0/+2
|
* Forgot to copy gfxboot in 1 placeChristophe Fergeau2009-01-231-0/+1
|
* Use UI directive from our patched syslinux 3.72 packageChristophe Fergeau2009-01-231-8/+2
|
* Syslinux 3.72 changes for the COM32 gfxboot moduleChristophe Fergeau2009-01-221-2/+8
|
* use "Mdv Boot ISO" as labelOlivier Blin2008-02-261-1/+1
|
* restore full modules.alias (depmod keeps only available modules in ↵Olivier Blin2008-02-121-1/+2
| | | | modules.alias, but we want them all)
* remove symlinks in toplevel /modulesOlivier Blin2008-02-111-1/+0
|
* add modules in /modules/`uname -r` and use depmod to build modules.{dep,alias}Olivier Blin2008-02-111-2/+3
|
* make /lib/modules symlink relativeOlivier Blin2008-02-111-1/+1
|
* mark unused variablesOlivier Blin2008-02-111-1/+1
|