index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
bootloader.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
- 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
*
- 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
*
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
*
- read all per entry entries (esp. makeactive)
Pascal Rigaux
2006-01-18
1
-2
/
+5
*
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
*
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 dm...
Pascal Rigaux
2005-09-14
1
-3
/
+2
*
- drop splashimage if file can't be found (useful when upgrading)
Pascal Rigaux
2005-09-13
1
-1
/
+6
*
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
*
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
*
handle "=" between keyword and value (esp. useful for reading conectiva's men...
Pascal Rigaux
2005-09-01
1
-1
/
+1
*
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 #17830...
Pascal Rigaux
2005-08-25
1
-6
/
+5
*
Grub really is named GRUB (and it makes the pull-down menu more consistent bt...
Thierry Vignaud
2005-08-24
1
-2
/
+2
*
enhance grub device.map parsing (bugzilla #17732)
Pascal Rigaux
2005-08-22
1
-1
/
+1
*
fix update_for_renumbered_partitions (bugzilla #16786)
Pascal Rigaux
2005-08-08
1
-2
/
+8
*
catch error earlier (bugzilla #16993) (doesn't really fix the pb as wanted in...
Pascal Rigaux
2005-08-08
1
-0
/
+1
*
move is_xbox from common to detect_devices
Olivier Blin
2005-08-05
1
-1
/
+1
*
add support for graphical grub (Herton Ronaldo Krzes)
Thierry Vignaud
2005-07-07
1
-8
/
+16
*
- lilo doesn't work on dmraid so forcing grub
Pascal Rigaux
2005-07-01
1
-5
/
+8
*
Remove dependency of c::stuff on rpmlib
Rafael Garcia-Suarez
2005-06-30
1
-3
/
+3
*
try to cleanup fs.pm
Pascal Rigaux
2005-06-28
1
-1
/
+1
*
rollback titi's commit (it was needed with 10.2 code, but i've already commit...
Pascal Rigaux
2005-06-18
1
-6
/
+4
*
(write_lilo) fix support for labels (eg: when switching from GRUB to
Thierry Vignaud
2005-06-17
1
-4
/
+6
*
rewrite and document
Pascal Rigaux
2005-06-17
1
-6
/
+5
*
(read_grub) fix reading config with new grub (thus fixing detectloader, thus
Thierry Vignaud
2005-06-17
1
-1
/
+5
*
- new grub has files in /lib/grub/i386-pc, copy them in /boot/grub (as done b...
Pascal Rigaux
2005-06-16
1
-5
/
+10
*
(write_grub) adapt to grub-0.97-2mdk
Thierry Vignaud
2005-06-14
1
-1
/
+2
*
don't drop "shade" and "viewport" lines (bugzilla #16372)
Pascal Rigaux
2005-06-10
1
-1
/
+1
[next]