Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernels | Pascal Rigaux | 2005-05-23 | 1 | -7/+3 |
| | | | | | | - remove old compatability code - add some doc in update_kernel | ||||
* | add modules.cz for xbox | Pascal Rigaux | 2005-04-07 | 1 | -1/+1 |
| | |||||
* | fix the module size in .not-enough-room | Pascal Rigaux | 2005-03-21 | 1 | -1/+1 |
| | |||||
* | MERGE: pcmcia is available on x86-64 | Gwenolé Beauchesne | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | do not copy debug shell on floppy disks | Olivier Blin | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | don't remove ending zeroes, it causes pbs: | Pascal Rigaux | 2005-01-31 | 1 | -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-Suarez | 2005-01-27 | 1 | -1/+1 |
| | | | | | This also fixes bug #13279. | ||||
* | have floppy images as small as possible | Pascal Rigaux | 2005-01-26 | 1 | -0/+8 |
| | |||||
* | build all.img (even for the non BOOT kernel), this works for usb keys | Pascal Rigaux | 2005-01-25 | 1 | -6/+7 |
| | |||||
* | don't pass $mnt around, use directly $tmp_mnt | Pascal Rigaux | 2005-01-25 | 1 | -44/+44 |
| | |||||
* | factorize code in VERSION() | Pascal Rigaux | 2005-01-25 | 1 | -4/+10 |
| | |||||
* | add comment | Pascal Rigaux | 2005-01-25 | 1 | -0/+1 |
| | |||||
* | simplify (same timeout for everyone) | Pascal Rigaux | 2005-01-25 | 1 | -8/+8 |
| | |||||
* | create syslinux_all_files() out of isolinux(), and use it for boot_iso() | Pascal Rigaux | 2005-01-25 | 1 | -39/+42 |
| | |||||
* | create syslinux_cfg_all() and cleanup using it | Pascal Rigaux | 2005-01-25 | 1 | -19/+19 |
| | |||||
* | simplify (and remove entry "all", which is nearly "alt0") | Pascal Rigaux | 2005-01-25 | 1 | -7/+5 |
| | |||||
* | - factorize code in syslinux_cfg() | Pascal Rigaux | 2005-01-25 | 1 | -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 Rigaux | 2005-01-15 | 1 | -3/+8 |
| | | | | cooker) | ||||
* | minimal bootsplash stage1 support | Pascal Rigaux | 2004-12-20 | 1 | -1/+6 |
| | |||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 1 | -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.kernels | Pascal Rigaux | 2004-11-22 | 1 | -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 Rigaux | 2004-11-22 | 1 | -1/+1 |
| | |||||
* | Remove the video=ofonly kernel argument for ppc since it doesn't always | Pascal Rigaux | 2004-11-12 | 1 | -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_root | Pascal Rigaux | 2004-11-05 | 1 | -30/+14 |
| | |||||
* | we don't use all_modules.mar any more for all.rdz, instead we simply copy ↵ | Pascal Rigaux | 2004-11-05 | 1 | -2/+6 |
| | | | | modules from all_modules.list | ||||
* | remove the "expert" entry | Pascal Rigaux | 2004-10-13 | 1 | -1/+0 |
| | |||||
* | full acpi support on x86_64, generate the same images as on x86 | Gwenolé Beauchesne | 2004-10-04 | 1 | -4/+3 |
| | |||||
* | set default timeout to 10 seconds in hd_grub to allow editing (#11133) | Olivier Blin | 2004-09-01 | 1 | -1/+1 |
| | |||||
* | apply ppc patch from Christiaan Welvaart | Olivier Blin | 2004-08-20 | 1 | -46/+68 |
| | |||||
* | use xxx.bmp.parameters to generate boot.msg (i forgot to do it for ↵ | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | | | | isolinux-graphic-simple.bmp) | ||||
* | use xxx.bmp.parameters to generate boot.msg | Pascal Rigaux | 2004-07-30 | 1 | -11/+2 |
| | |||||
* | replace "Mandrake Linux" with "Mandrakelinux" | Pascal Rigaux | 2004-07-19 | 1 | -8/+8 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-06-29 | 1 | -1/+1 |
| | |||||
* | revert previous change, do not use sudo for mkisofs (I suck) | Olivier Blin | 2004-06-11 | 1 | -1/+1 |
| | |||||
* | use sudo as well for mkisofs | Olivier Blin | 2004-06-11 | 1 | -1/+1 |
| | |||||
* | add a rule to build bootcdrom.iso (useful for providing an updated stage1) | Pascal Rigaux | 2004-06-03 | 1 | -3/+9 |
| | |||||
* | if DEBUGSTAGE1 is set, include sash | Pascal Rigaux | 2004-06-03 | 1 | -0/+1 |
| | |||||
* | have a somewhat more predictable rdz (alas it doesn't really fix the ↵ | Pascal Rigaux | 2004-06-03 | 1 | -5/+9 |
| | | | | variable size of generated rdz's) | ||||
* | - fix cdrom-changedisk.img (didn't set correctly automatic=method:cdrom nor ↵ | Pascal Rigaux | 2004-05-13 | 1 | -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" case | Pascal Rigaux | 2004-05-13 | 1 | -15/+16 |
| | |||||
* | - move boot help messages out of make_boot_img and the various msgboot*.img.bz2 | Pascal Rigaux | 2004-05-03 | 1 | -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.msg | Pascal Rigaux | 2004-05-03 | 1 | -10/+8 |
| | |||||
* | don't use msgboot-graphicallogo.img.bz2 anymore, build it (easy and simpler) | Pascal Rigaux | 2004-05-03 | 1 | -6/+3 |
| | |||||
* | hd.img and hdcdrom_usb.img are dead already too | Pascal Rigaux | 2004-05-03 | 1 | -8/+2 |
| | |||||
* | network_usb, network_gigabit and network_gigabit_usb are already dead | Pascal Rigaux | 2004-05-03 | 1 | -4/+1 |
| | |||||
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -1/+1 |
| | |||||
* | - no need forking make_boot_img | Pascal Rigaux | 2004-04-05 | 1 | -6/+30 |
| | | | | | - also create the isolinux picture (was done in move/Makefile) | ||||
* | tell to have a look at http://qa.mandrakesoft.com/hd_grub.cgi | Pascal Rigaux | 2004-03-03 | 1 | -0/+2 |
| | |||||
* | add new simpler isolinux image for floppy | Florent Villard | 2004-02-24 | 1 | -7/+12 |
| | | | | | change make_boot_image to update floppy boot.msg at make time | ||||
* | tentatively fix progress bar too wide (#8150) | Guillaume Cottenceau | 2004-02-21 | 1 | -1/+1 |
| | | | | | blind fix, please someone can test after next build :) |