Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 | ||||
* | cleanup sanitize_ver(), makes label longer but cleaner | Pascal Rigaux | 2005-09-22 | 1 | -19/+23 |
| | |||||
* | if we have dmraid devices, use grub, and not only if the boot device is on ↵ | Pascal Rigaux | 2005-09-14 | 1 | -3/+2 |
| | | | | dmraid (bugzilla #18386) | ||||
* | - drop splashimage if file can't be found (useful when upgrading) | Pascal Rigaux | 2005-09-13 | 1 | -1/+6 |
| | | | | | - internally splashimage is preferably a file, not a grub file | ||||
* | background and foreground are valid menu.lst commands | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | - create cleanup_entries() which remove bad entries (and more verbosely than ↵ | Pascal Rigaux | 2005-09-13 | 1 | -5/+16 |
| | | | | | | | was done for lilo.conf) and call it for all bootloaders (was only for lilo) - keep removing duplicate labels only for lilo (and use uniq_) (don't do it for grub since duplicate labels are allowed (???)) | ||||
* | create read_grub_menu_lst() and read_grub_install_sh() | Pascal Rigaux | 2005-09-12 | 1 | -8/+23 |
| | |||||
* | see if we have menu.lst first | Pascal Rigaux | 2005-09-09 | 1 | -2/+2 |
| | |||||
* | handle "module xxx" lines in menu.lst (used for xen) | Pascal Rigaux | 2005-09-09 | 1 | -0/+3 |
| | |||||
* | different entries are same even if readonly value is not the same | Pascal Rigaux | 2005-09-06 | 1 | -1/+1 |
| | | | | | (since we dropped setting readonly) | ||||
* | handle "=" between keyword and value (esp. useful for reading conectiva's ↵ | Pascal Rigaux | 2005-09-01 | 1 | -1/+1 |
| | | | | menu.lst) (bugzilla #18090) | ||||
* | fix ugly typo | Pascal Rigaux | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | handle {message_text} not set but /boot/message-text existing | Pascal Rigaux | 2005-08-30 | 1 | -1/+4 |
| | |||||
* | create suggest_message_text() | Pascal Rigaux | 2005-08-30 | 1 | -14/+20 |
| | |||||
* | finish commit 1.387 | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | handle parsing of more complicated setup line in install.sh | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | we don't want drakxtools-backend to depend on perl-URPM | Pascal Rigaux | 2005-08-29 | 1 | -3/+14 |
| | |||||
* | fix typo (thanks to perl_checker) | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | handle things like append="foo=\"bar boo\"" (bugzilla #17937) | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | handle reading & writing \" in lilo.conf | Pascal Rigaux | 2005-08-29 | 1 | -2/+10 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2005-08-25 | 1 | -1/+1 |
| | |||||
* | install grub stage files in install_grub(), not write_grub() (bugzilla ↵ | Pascal Rigaux | 2005-08-25 | 1 | -6/+5 |
| | | | | #17830) (thanks to herton) | ||||
* | Grub really is named GRUB (and it makes the pull-down menu more consistent ↵ | Thierry Vignaud | 2005-08-24 | 1 | -2/+2 |
| | | | | btw...) | ||||
* | enhance grub device.map parsing (bugzilla #17732) | Pascal Rigaux | 2005-08-22 | 1 | -1/+1 |
| |