Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o allow UTF8 in /boot/grub/menu.lst (#43714) | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | - drop the ability to set mem=xxx in bootloader configuration (#42329) | Pascal Rigaux | 2008-09-09 | 1 | -20/+0 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-05 | 1 | -5/+5 |
| | | | | | o --action migrate-to-uuids: backup conf file prior to migration with suffix | ||||
* | modify_append: do not modify entries which are marked {keep_verbatim} since | Pascal Rigaux | 2008-09-04 | 1 | -1/+1 |
| | | | | | they will be written verbatim anyway | ||||
* | remove superfluous parenthesis | Olivier Blin | 2008-08-25 | 1 | -1/+1 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
| | | | | | | o call mkinitrd without "-v" to make it silent (#42992) | ||||
* | - allow to install bootloader on md0 (#42999) | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
| | | | | | (regression introduced on 2004-08-05) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-06-23 | 1 | -5/+10 |
| | | | | | | o fix handling xen kernels: it should not replace an existing 'linux' entry (#40865) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-04-24 | 1 | -2/+2 |
| | | | | | | o do not detect device.map inconsistency when "/boot" (or "/") is on Linux software raid (/dev/mdX), cf #28309 and #35714 | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-04-14 | 1 | -12/+12 |
| | | | | | | o fix detecting device.map inconsistency when "/boot" and "/" are not on same "drive" (esp. when "/" is LVM and "/boot" is not, #39229) | ||||
* | - draksplash: | Pascal Rigaux | 2008-03-27 | 1 | -1/+2 |
| | | | | | | | o fix reading grub conf (#39346) also ensure we don't break $grub2dev when we're not given a valid $fstab | ||||
* | - bootloader-config, drakboot: | Pascal Rigaux | 2008-03-21 | 1 | -2/+26 |
| | | | | | | o fix device.map if it is not consistent with the system (eg: it says hd0 in sdb whereas it now is sda) (#39160) | ||||
* | create parse_grub_file() out of grub2dev_and_file() | Pascal Rigaux | 2008-03-21 | 1 | -2/+8 |
| | |||||
* | prepare next commit | Pascal Rigaux | 2008-03-21 | 1 | -5/+12 |
| | |||||
* | - ask which drive to install bootloader if we don't really know which is first | Pascal Rigaux | 2008-03-20 | 1 | -0/+9 |
| | | | | | bios drive (cf #38829) | ||||
* | - fix resizing/formatting ntfs, and create "Windows" entry in bootloader | Pascal Rigaux | 2008-03-05 | 1 | -1/+1 |
| | | | | | (broken because of ntfs-3g switch in previous release) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | | | | | o have a nicer name for "mnb" kernels | ||||
* | - drakboot --boot: | Pascal Rigaux | 2008-02-19 | 1 | -0/+4 |
| | | | | | | | o fix dropping grub "configfile" entries when switching to lilo more precisely: fix reading existing grub "configfile" entries | ||||
* | - do not create alt_windows unless needed | Pascal Rigaux | 2008-02-18 | 1 | -0/+3 |
| | | | | | (regression introduced on 2007-11-26) (#37722) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-02-05 | 1 | -4/+2 |
| | | | | | | | | o never use "vmlinuz-desktop" or "initrd-desktop.img", always use "vmlinuz" or "initrd.img" (#35721) this should have been done together with commit r226739 (2007-08-31) | ||||
* | do add entry for other distros even if we can't recognise the distro name | Pascal Rigaux | 2008-02-01 | 1 | -2/+3 |
| | |||||
* | - add grub entries to allow booting other installed distros | Pascal Rigaux | 2008-01-30 | 1 | -1/+86 |
| | | | | | (using grub "configfile") (see #16604) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-01-28 | 1 | -0/+1 |
| | | | | | o do not drop "lock" in chainload entries from grub's menu.lst | ||||
* | - do not put "windows" entry in bootloader for partitions where Windows is not | Pascal Rigaux | 2008-01-22 | 1 | -0/+7 |
| | | | | | present (#8086) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-01-07 | 1 | -1/+1 |
| | | | | | | | | | o fix regression introduced in 10.5.7: do not create alt_xxx entries when adding a new entry in bootloader nb: bug introduced by {verbatim} entry field, reported by Andrey on cooker mailing list | ||||
* | "devfs" parameter isn't supported for quite a few years | Thierry Vignaud | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | - save bootloader on MBR when calling grub/install.sh, and restore it before | Pascal Rigaux | 2007-11-27 | 1 | -0/+33 |
| | | | | | calling it again (#35255) (ie implement "lilo -u" for grub) | ||||
* | - bootloader: | Pascal Rigaux | 2007-11-26 | 1 | -2/+7 |
| | | | | | o handle "alien" grub entries that will be kept verbatim (#23591) | ||||
* | - bootloader: | Pascal Rigaux | 2007-11-26 | 1 | -6/+12 |
| | | | | | | o handle "root (hd...)" for menu.lst entries (#23591) (nb: when writing, "root ..." will not be used) | ||||
* | keep grub "root" command with field name {grub_root} | Pascal Rigaux | 2007-11-26 | 1 | -4/+8 |
| | | | | | | | (to avoid name conflict with {root} used for the root partition (think lilo)) this commit is needed by next commit | ||||
* | - bootloader: | Pascal Rigaux | 2007-11-26 | 1 | -2/+2 |
| | | | | | | o when reading existing menu.lst, keep verbatim entries for which the device has no mount-point | ||||
* | - bootloader-config: | Pascal Rigaux | 2007-11-09 | 1 | -3/+6 |
| | | | | | | | o do not create "linux" entries for xen kernels, but "xen" entries instead (as requested by guillomovitch on #mandrivafr) | ||||
* | create _sanitize_ver() for future changes in kernel_str2label() | Pascal Rigaux | 2007-11-09 | 1 | -4/+12 |
| | |||||
* | allow running with "use strict" | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2007-10-24 | 1 | -1/+1 |
| | | | | | | o if drakx-kbd-mouse-x11 is not installed, simply don't add bootsplash instead of dying | ||||
* | - bootloader: | Pascal Rigaux | 2007-10-03 | 1 | -1/+2 |
| | | | | | o if there is a /boot, check /boot instead of "/" to allow grub or not | ||||
* | simplify | Pascal Rigaux | 2007-10-03 | 1 | -3/+3 |
| | |||||
* | o handle /boot/xxx files on linux raid1 | Pascal Rigaux | 2007-09-19 | 1 | -0/+5 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
| | | | | | | | | o --rebuild-initrds: don't choke on kernel files which have no version in file name (#28772) (thanks to anssi) | ||||
* | - fix grub hanging if /boot on xfs (#33267) | Pascal Rigaux | 2007-09-13 | 1 | -0/+12 |
| | |||||
* | - do not configure "windows" bootloader entries for "hidden" partitions | Pascal Rigaux | 2007-09-07 | 1 | -1/+3 |
| | |||||
* | - bootloader-config | Pascal Rigaux | 2007-08-31 | 1 | -5/+5 |
| | | | | | | | | | o handle new naming of vmlinuz flavors: vmlinuz-<version>-<flavor>-Xmdv instead of vmlinuz-<version>-Xmdv<flavor> o always use "linux" short name instead of "linux-<flavor>" (since the long name is quite nice nowadays) - drop now unneeded special case for kernel-tmb | ||||
* | - bootloader-config: handle vmdefault and vmdisable lilo.conf options (#26456) | Pascal Rigaux | 2007-07-31 | 1 | -2/+2 |
| | |||||
* | fix getting error message from /boot/grub/install.sh (#26465) | Pascal Rigaux | 2007-06-08 | 1 | -1/+1 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2007-06-05 | 1 | -1/+3 |
| | | | | | o handle kernel-xen-uptodate (#31154) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -148/+355 |
| | |||||
* | call expand_entry_symlinks() before comparing with same_entries() (bugzilla ↵ | Pascal Rigaux | 2006-03-13 | 1 | -1/+3 |
| | | | | #21566) | ||||
* | - read all per entry entries (esp. makeactive) | Pascal Rigaux | 2006-01-18 | 1 | -2/+5 |
| | | | | | | - write makeactive - have makeactive for windows entries (bugzilla #20081) | ||||
* | fix getting raid-extra-boot (bugzilla #19965) | Pascal Rigaux | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | use compact by default, it is strongly suggested in lilo's documentation even | Pascal Rigaux | 2005-09-26 | 1 | -0/+1 |
| | | | | | | | if it can lead to bios issues. to be disabled if it causes pbs |