Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add a userspace helper to load firmwares | Pascal Terjan | 2009-04-03 | 1 | -0/+17 |
| | |||||
* | (initrd) add a comment for future | Thierry Vignaud | 2009-04-03 | 1 | -0/+2 |
| | |||||
* | pass --restore instead of restore option (reverting r252991 from | Thierry Vignaud | 2009-04-03 | 1 | -1/+1 |
| | | | | | 2009-02-18: "pass --restore instead of restore option") | ||||
* | include firmwares for most common network cards (#49195) | Thierry Vignaud | 2009-04-03 | 1 | -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 Vignaud | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | - pass --restore instead of restore option | Thierry Vignaud | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | enable to select restore option | Thierry Vignaud | 2009-02-10 | 1 | -0/+1 |
| | |||||
* | I didn't mean to remove the 'harddisk' label from isolinux.cfg | Christophe Fergeau | 2009-01-23 | 1 | -0/+2 |
| | |||||
* | Forgot to copy gfxboot in 1 place | Christophe Fergeau | 2009-01-23 | 1 | -0/+1 |
| | |||||
* | Use UI directive from our patched syslinux 3.72 package | Christophe Fergeau | 2009-01-23 | 1 | -8/+2 |
| | |||||
* | Syslinux 3.72 changes for the COM32 gfxboot module | Christophe Fergeau | 2009-01-22 | 1 | -2/+8 |
| | |||||
* | use "Mdv Boot ISO" as label | Olivier Blin | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | restore full modules.alias (depmod keeps only available modules in ↵ | Olivier Blin | 2008-02-12 | 1 | -1/+2 |
| | | | | modules.alias, but we want them all) | ||||
* | remove symlinks in toplevel /modules | Olivier Blin | 2008-02-11 | 1 | -1/+0 |
| | |||||
* | add modules in /modules/`uname -r` and use depmod to build modules.{dep,alias} | Olivier Blin | 2008-02-11 | 1 | -2/+3 |
| | |||||
* | make /lib/modules symlink relative | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | mark unused variables | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | remove useless rdz | Olivier Blin | 2008-02-11 | 1 | -1/+0 |
| | |||||
* | boot_img_ppc does not have an empty prototype | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | make bootsplash_cfg optional | Olivier Blin | 2008-02-11 | 1 | -3/+3 |
| | |||||
* | s/bootspash_cfg/bootsplash_cfg/ (cosmetics) | Olivier Blin | 2008-02-11 | 1 | -3/+3 |
| | |||||
* | fix custom bootsplash theme support (was a typo) | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | perl_checker space fixes | Olivier Blin | 2008-02-11 | 1 | -2/+2 |
| | |||||
* | use foreach | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | fix live stage2 support | Pascal Rigaux | 2007-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | as documented in config-stage1.h: /* - if we use a compressed image : STAGE2_LOCATION is a the mount point - if we use the live: STAGE2_LOCATION is a relative symlink to image/install/stage2/live */ #define STAGE2_LOCATION "/tmp/stage2" ie /tmp/stage2 is not always a directory | ||||
* | add some tools needed to get stage2 trough KA method | Antoine Ginies | 2007-10-25 | 1 | -0/+11 |
| | |||||
* | simplify | Olivier Blin | 2007-09-29 | 1 | -1/+1 |
| | |||||
* | install only fallback-modules.alias in stage1 images (we do not need ↵ | Olivier Blin | 2007-09-29 | 1 | -1/+1 |
| | | | | dkms-modules.alias) | ||||
* | add /lib/module-init-tools/ldetect-lst-modules.alias | Olivier Blin | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | add commented debug code | Pascal Rigaux | 2007-09-10 | 1 | -0/+1 |
| | |||||
* | provide /usr/share/ldetect-lst/*-modules.alias in installer images | Olivier Blin | 2007-09-07 | 1 | -0/+3 |
| | |||||
* | - dynamically determine the size of all.img | Pascal Rigaux | 2007-08-31 | 1 | -2/+3 |
| | |||||
* | add usbtable in stage1 | Olivier Blin | 2007-08-15 | 1 | -1/+3 |
| | |||||
* | add pci.ids in stage1 | Olivier Blin | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | fix typos s/tpm/tmp (hard to know the lucky culprit because of the SVN crash ↵ | Olivier Blin | 2007-08-14 | 1 | -2/+2 |
| | | | | :-p) | ||||
* | add pcitable.gz | Olivier Blin | 2007-08-14 | 1 | -0/+1 |
| | |||||
* | add a /lib/modules symlink in the stage1 | Olivier Blin | 2007-08-14 | 1 | -1/+2 |
| | |||||
* | - update_kernel: now require install rpms or rpm files as arguments | Pascal Rigaux | 2007-08-09 | 1 | -4/+2 |
| | | | | | | | | | (this allow specifying precisely which installed kernels are used) nb: - RPMS/ is not used anymore, pkgs given an command line are installed directly in all.kernels/ - RPMS/.main is replaced by all.kernels/.list which keeps the ordering of kernels given to update_kernel | ||||
* | - add modules.alias in /modules/<version> as required by stage2 with new ↵ | Pascal Rigaux | 2007-08-08 | 1 | -4/+8 |
| | | | | libldetect | ||||
* | allow testing gfxboot via boot.iso | Pascal Rigaux | 2007-08-03 | 1 | -4/+8 |
| | |||||
* | - revert isolinux starting install by default instead of booting on ↵ | Pascal Rigaux | 2007-08-01 | 1 | -4/+4 |
| | | | | harddrive (#32040) | ||||
* | 1.11 | Pascal Rigaux | 2007-06-29 | 1 | -1/+1 |
| | |||||
* | fix typo in previous commit | Pascal Rigaux | 2007-06-29 | 1 | -1/+1 |
| | |||||
* | - default to theme Mandriva-Free, and only setting another one through THEME | Pascal Rigaux | 2007-06-29 | 1 | -1/+2 |
| | | | | | environment variable | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+782 |