summaryrefslogtreecommitdiffstats
path: root/make_boot_img
Commit message (Collapse)AuthorAgeFilesLines
* adapt to grub files in /lib/grub/*/Pascal Rigaux2006-03-091-1/+2
|
* have the same kernel for alt0 on both CD and all.imgPascal Rigaux2005-11-171-5/+5
|
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-3/+4
|
* don't create isolinux/xbox if we don't have a xbox kernel availablePascal Rigaux2005-08-231-3/+2
|
* new kernel is bigger, so we need a bigger all.imgPascal Rigaux2005-08-171-1/+1
|
* remove unused xromwell subStew Benedict2005-07-271-5/+0
|
* mandriva switchOlivier Blin2005-07-261-11/+11
|
* s/Mandrakelinux/Mandriva/ for bootsplashFlorent Villard2005-07-111-1/+1
|
* - since we don't use a ramdisk for the stage2 anymore, remove ↵Pascal Rigaux2005-06-281-1/+2
| | | | | | | | ramdisk_size=128000 (hopefully the initrd doesn't have the limitation or we won't hit the stupid low default max size of the kernel) - use the short aliases for automatic stage1 (cf mdk-stage1/automatic.c)
* Setup needed files for Xbox boot in /exportStew Benedict2005-06-231-0/+26
|
* - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernelsPascal Rigaux2005-05-231-7/+3
| | | | | | - remove old compatability code - add some doc in update_kernel
* add modules.cz for xboxPascal Rigaux2005-04-071-1/+1
|
* fix the module size in .not-enough-roomPascal Rigaux2005-03-211-1/+1
|
* MERGE: pcmcia is available on x86-64Gwenolé Beauchesne2005-03-171-1/+1
|
* do not copy debug shell on floppy disksOlivier Blin2005-03-101-1/+1
|
* don't remove ending zeroes, it causes pbs:Pascal Rigaux2005-01-311-4/+0
| | | | | | | - it seems some zeroes are used (at least for network.img) - loopback mounted images can't be used - cdrom.img can't be used in mkisofs anymore
* Don't default the boot.iso to cdrom installation method (Pixel).Rafael Garcia-Suarez2005-01-271-1/+1
| | | | | This also fixes bug #13279.
* have floppy images as small as possiblePascal Rigaux2005-01-261-0/+8
|
* build all.img (even for the non BOOT kernel), this works for usb keysPascal Rigaux2005-01-251-6/+7
|
* don't pass $mnt around, use directly $tmp_mntPascal Rigaux2005-01-251-44/+44
|
* factorize code in VERSION()Pascal Rigaux2005-01-251-4/+10
|
* add commentPascal Rigaux2005-01-251-0/+1
|
* simplify (same timeout for everyone)Pascal Rigaux2005-01-251-8/+8
|
* create syslinux_all_files() out of isolinux(), and use it for boot_iso()Pascal Rigaux2005-01-251-39/+42
|
* create syslinux_cfg_all() and cleanup using itPascal Rigaux2005-01-251-19/+19
|
* simplify (and remove entry "all", which is nearly "alt0")Pascal Rigaux2005-01-251-7/+5
|
* - factorize code in syslinux_cfg()Pascal Rigaux2005-01-251-36/+40
| | | | | - change the data structure returned by entries_append()
* add a VERSION file in boot.iso to allow its identification (as suggested on ↵Pascal Rigaux2005-01-151-3/+8
| | | | cooker)
* minimal bootsplash stage1 supportPascal Rigaux2004-12-201-1/+6
|
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-1/+0
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-15/+13
| | | | | | | | | | | | | - cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
* use cat_()Pascal Rigaux2004-11-221-1/+1
|
* Remove the video=ofonly kernel argument for ppc since it doesn't alwaysPascal Rigaux2004-11-121-12/+12
| | | | | | work and is easier to add than to remove on the bootloader prompt. (Christiaan Welvaart)
* we don't need "root=/dev/ram3" nor "rw" for rescue since we now pivot_rootPascal Rigaux2004-11-051-30/+14
|
* we don't use all_modules.mar any more for all.rdz, instead we simply copy ↵Pascal Rigaux2004-11-051-2/+6
| | | | modules from all_modules.list
* remove the "expert" entryPascal Rigaux2004-10-131-1/+0
|
* full acpi support on x86_64, generate the same images as on x86Gwenolé Beauchesne2004-10-041-4/+3
|
* set default timeout to 10 seconds in hd_grub to allow editing (#11133)Olivier Blin2004-09-011-1/+1
|
* apply ppc patch from Christiaan WelvaartOlivier Blin2004-08-201-46/+68
|
* use xxx.bmp.parameters to generate boot.msg (i forgot to do it for ↵Pascal Rigaux2004-08-021-1/+1
| | | | isolinux-graphic-simple.bmp)
* use xxx.bmp.parameters to generate boot.msgPascal Rigaux2004-07-301-11/+2
|
* replace "Mandrake Linux" with "Mandrakelinux"Pascal Rigaux2004-07-191-8/+8
|
* fix typoPascal Rigaux2004-06-291-1/+1
|
* revert previous change, do not use sudo for mkisofs (I suck)Olivier Blin2004-06-111-1/+1
|
* use sudo as well for mkisofsOlivier Blin2004-06-111-1/+1
|
* add a rule to build bootcdrom.iso (useful for providing an updated stage1)Pascal Rigaux2004-06-031-3/+9
|
* if DEBUGSTAGE1 is set, include sashPascal Rigaux2004-06-031-0/+1
|
* have a somewhat more predictable rdz (alas it doesn't really fix the ↵Pascal Rigaux2004-06-031-5/+9
| | | | variable size of generated rdz's)
* - fix cdrom-changedisk.img (didn't set correctly automatic=method:cdrom nor ↵Pascal Rigaux2004-05-131-2/+3
| | | | | | | changedisk) - have a valid .not-enough-room when failing building cdrom-changedisk.img
* write syslinux.cfg before cp'ing the .rdz to catch the "not enough room" casePascal Rigaux2004-05-131-15/+16
|