summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* "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
* - bootloader:Pascal Rigaux2007-11-261-2/+7
* - bootloader:Pascal Rigaux2007-11-261-6/+12
* keep grub "root" command with field name {grub_root} Pascal Rigaux2007-11-261-4/+8
* - bootloader:Pascal Rigaux2007-11-261-2/+2
* - bootloader-config:Pascal Rigaux2007-11-091-3/+6
* 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
* - bootloader:Pascal Rigaux2007-10-031-1/+2
* 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
* - 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
* - 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
* 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
* - read all per entry entries (esp. makeactive)Pascal Rigaux2006-01-181-2/+5
* 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
* 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 dm...Pascal Rigaux2005-09-141-3/+2
* - drop splashimage if file can't be found (useful when upgrading)Pascal Rigaux2005-09-131-1/+6
* 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
* 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
* handle "=" between keyword and value (esp. useful for reading conectiva's men...Pascal Rigaux2005-09-011-1/+1
* 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
* handle things like append="foo=\"bar boo\"" (bugzilla #17937)Pascal Rigaux2005-08-291-1/+1
* handle reading & writing \" in lilo.confPascal Rigaux2005-08-291-2/+10
* perl_checker compliancePascal Rigaux2005-08-251-1/+1
* install grub stage files in install_grub(), not write_grub() (bugzilla #17830...Pascal Rigaux2005-08-251-6/+5
* Grub really is named GRUB (and it makes the pull-down menu more consistent bt...Thierry Vignaud2005-08-241-2/+2
* enhance grub device.map parsing (bugzilla #17732)Pascal Rigaux2005-08-221-1/+1
* fix update_for_renumbered_partitions (bugzilla #16786)Pascal Rigaux2005-08-081-2/+8
* catch error earlier (bugzilla #16993) (doesn't really fix the pb as wanted in...Pascal Rigaux2005-08-081-0/+1