summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Collapse)AuthorAgeFilesLines
* - drakboot --boot:Pascal Rigaux2008-02-191-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 Rigaux2008-02-181-0/+3
| | | | | (regression introduced on 2007-11-26) (#37722)
* - bootloader-config:Pascal Rigaux2008-02-051-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 namePascal Rigaux2008-02-011-2/+3
|
* - add grub entries to allow booting other installed distrosPascal Rigaux2008-01-301-1/+86
| | | | | (using grub "configfile") (see #16604)
* - bootloader-config:Pascal Rigaux2008-01-281-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 notPascal Rigaux2008-01-221-0/+7
| | | | | present (#8086)
* - bootloader-config:Pascal Rigaux2008-01-071-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 yearsThierry Vignaud2007-12-031-1/+1
|
* - save bootloader on MBR when calling grub/install.sh, and restore it beforePascal Rigaux2007-11-271-0/+33
| | | | | calling it again (#35255) (ie implement "lilo -u" for grub)
* - bootloader:Pascal Rigaux2007-11-261-2/+7
| | | | | o handle "alien" grub entries that will be kept verbatim (#23591)
* - bootloader:Pascal Rigaux2007-11-261-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 Rigaux2007-11-261-4/+8
| | | | | | | (to avoid name conflict with {root} used for the root partition (think lilo)) this commit is needed by next commit
* - bootloader:Pascal Rigaux2007-11-261-2/+2
| | | | | | o when reading existing menu.lst, keep verbatim entries for which the device has no mount-point
* - bootloader-config:Pascal Rigaux2007-11-091-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 Rigaux2007-11-091-4/+12
|
* allow running with "use strict"Pascal Rigaux2007-11-091-1/+1
|
* - bootloader-config:Pascal Rigaux2007-10-241-1/+1
| | | | | | o if drakx-kbd-mouse-x11 is not installed, simply don't add bootsplash instead of dying
* - bootloader:Pascal Rigaux2007-10-031-1/+2
| | | | | o if there is a /boot, check /boot instead of "/" to allow grub or not
* simplifyPascal Rigaux2007-10-031-3/+3
|
* o handle /boot/xxx files on linux raid1Pascal Rigaux2007-09-191-0/+5
|
* - bootloader-config:Pascal Rigaux2007-09-171-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 Rigaux2007-09-131-0/+12
|
* - do not configure "windows" bootloader entries for "hidden" partitionsPascal Rigaux2007-09-071-1/+3
|
* - bootloader-configPascal Rigaux2007-08-311-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 Rigaux2007-07-311-2/+2
|
* fix getting error message from /boot/grub/install.sh (#26465)Pascal Rigaux2007-06-081-1/+1
|
* - bootloader-config:Pascal Rigaux2007-06-051-1/+3
| | | | | o handle kernel-xen-uptodate (#31154)
* re-sync after the big svn lossPascal Rigaux2007-04-251-148/+355
|
* call expand_entry_symlinks() before comparing with same_entries() (bugzilla ↵Pascal Rigaux2006-03-131-1/+3
| | | | #21566)
* - read all per entry entries (esp. makeactive)Pascal Rigaux2006-01-181-2/+5
| | | | | | - write makeactive - have makeactive for windows entries (bugzilla #20081)
* fix getting raid-extra-boot (bugzilla #19965)Pascal Rigaux2005-11-281-1/+1
|
* use compact by default, it is strongly suggested in lilo's documentation evenPascal Rigaux2005-09-261-0/+1
| | | | | | | if it can lead to bios issues. to be disabled if it causes pbs
* cleanup sanitize_ver(), makes label longer but cleanerPascal Rigaux2005-09-221-19/+23
|
* if we have dmraid devices, use grub, and not only if the boot device is on ↵Pascal Rigaux2005-09-141-3/+2
| | | | dmraid (bugzilla #18386)
* - drop splashimage if file can't be found (useful when upgrading)Pascal Rigaux2005-09-131-1/+6
| | | | | - internally splashimage is preferably a file, not a grub file
* background and foreground are valid menu.lst commandsPascal Rigaux2005-09-131-1/+1
|
* - create cleanup_entries() which remove bad entries (and more verbosely than ↵Pascal Rigaux2005-09-131-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 Rigaux2005-09-121-8/+23
|
* see if we have menu.lst firstPascal Rigaux2005-09-091-2/+2
|
* handle "module xxx" lines in menu.lst (used for xen)Pascal Rigaux2005-09-091-0/+3
|
* different entries are same even if readonly value is not the samePascal Rigaux2005-09-061-1/+1
| | | | | (since we dropped setting readonly)
* handle "=" between keyword and value (esp. useful for reading conectiva's ↵Pascal Rigaux2005-09-011-1/+1
| | | | menu.lst) (bugzilla #18090)
* fix ugly typoPascal Rigaux2005-08-301-1/+1
|
* handle {message_text} not set but /boot/message-text existingPascal Rigaux2005-08-301-1/+4
|
* create suggest_message_text()Pascal Rigaux2005-08-301-14/+20
|
* finish commit 1.387Pascal Rigaux2005-08-291-1/+1
|
* handle parsing of more complicated setup line in install.shPascal Rigaux2005-08-291-1/+1
|
* we don't want drakxtools-backend to depend on perl-URPMPascal Rigaux2005-08-291-3/+14
|
* fix typo (thanks to perl_checker)Pascal Rigaux2005-08-291-1/+1
|