summaryrefslogtreecommitdiffstats
path: root/make_boot_img
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - move boot help messages out of make_boot_img and the various msgboot*.img.bz2Pascal Rigaux2004-05-031-48/+46
| | | | | | | - move them in help.msg.xml and advanced.msg.xml - talk about noapic in help.msg (thanks to switzerland, esp. to gc)
* simplify: isolinux always use boot.msgPascal Rigaux2004-05-031-10/+8
|
* don't use msgboot-graphicallogo.img.bz2 anymore, build it (easy and simpler)Pascal Rigaux2004-05-031-6/+3
|
* hd.img and hdcdrom_usb.img are dead already tooPascal Rigaux2004-05-031-8/+2
|
* network_usb, network_gigabit and network_gigabit_usb are already deadPascal Rigaux2004-05-031-4/+1
|
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-1/+1
|
* - no need forking make_boot_imgPascal Rigaux2004-04-051-6/+30
| | | | | - also create the isolinux picture (was done in move/Makefile)
* tell to have a look at http://qa.mandrakesoft.com/hd_grub.cgiPascal Rigaux2004-03-031-0/+2
|
* add new simpler isolinux image for floppyFlorent Villard2004-02-241-7/+12
| | | | | change make_boot_image to update floppy boot.msg at make time
* tentatively fix progress bar too wide (#8150)Guillaume Cottenceau2004-02-211-1/+1
| | | | | blind fix, please someone can test after next build :)
* add "memtest" in isolinux (as advised by Thomas Backlund)Pascal Rigaux2004-02-161-1/+6
|