index
:
drakiso
master
Mageia Tools for Live CD/DVD Generation
Martin Whitaker [martinw]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MDV
/
Draklive
/
Initrd.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix setting splash for classical bootloader (by passing vga mode to bootloade...
Olivier Blin
2009-11-25
1
-1
/
+1
*
use bootloader module to build initrd and create kernel symlinks (gdium frien...
Olivier Blin
2009-11-09
1
-16
/
+7
*
simplify
Olivier Blin
2009-11-09
1
-4
/
+4
*
make find_kernel return a hash like used in bootloader module
Olivier Blin
2009-11-09
1
-2
/
+2
*
don't mount /dev/pts since this causes huge slowdowns
Christophe Fergeau
2009-10-31
1
-6
/
+2
*
use add_splash for classical bootloader too
Olivier Blin
2009-10-14
1
-5
/
+1
*
handle initrd in chroot (to further factorize)
Olivier Blin
2009-10-14
1
-5
/
+14
*
move down require
Olivier Blin
2009-10-14
1
-1
/
+1
*
add some comments
Olivier Blin
2009-10-14
1
-0
/
+2
*
remove hardcoded splashy code and use back bootloader::add_boot_splash
Olivier Blin
2009-10-14
1
-22
/
+10
*
only warn if there is no default plymouth theme
Olivier Blin
2009-10-07
1
-1
/
+7
*
forgot to initialize one variable in plymouth handling code
Christophe Fergeau
2009-09-30
1
-0
/
+1
*
stop plymouth when using initrd_debug
Christophe Fergeau
2009-09-30
1
-1
/
+1
*
refine plymouth support
Christophe Fergeau
2009-09-23
1
-23
/
+14
*
Rough plymouth support
Christophe Fergeau
2009-09-17
1
-9
/
+26
*
extract MDV::Draklive::Live::get_lib_prefix
Olivier Blin
2009-09-15
1
-3
/
+1
*
add hack to use modules list from chroot
Olivier Blin
2009-09-14
1
-2
/
+14
*
explicitely call list_modules::category2modules
Olivier Blin
2009-09-14
1
-2
/
+2
*
excluded modules should not be reported as missing
Olivier Blin
2009-07-28
1
-1
/
+1
*
detect some modules as built-in and do not wrongly abort
Olivier Blin
2009-07-28
1
-1
/
+10
*
fix previous commit to update /boot/vmlinuz correctly
Olivier Blin
2009-05-26
1
-3
/
+5
*
add no_initrd option
Olivier Blin
2009-05-26
1
-0
/
+1
*
move vmlinuz symlink creation
Olivier Blin
2009-05-26
1
-1
/
+2
*
do not create initrd symlink or append splash if no initrd has been created
Olivier Blin
2009-05-26
1
-5
/
+7
*
make sure /proc and /sys are available when building initrd (useful to see er...
Olivier Blin
2009-05-26
1
-0
/
+4
*
Handle relative paths in modules.dep
Christophe Fergeau
2009-02-13
1
-1
/
+1
*
do not copy /dev/loop in system's /dev
Olivier Blin
2008-11-12
1
-0
/
+1
*
remove deprecated mkdevices call
Olivier Blin
2008-11-12
1
-1
/
+0
*
make /dev/tty too
Olivier Blin
2008-11-12
1
-1
/
+1
*
extract post-pivot root modules clean in per-loop-type pivot_clean sub
Olivier Blin
2008-10-30
1
-2
/
+1
*
do not use qq() if not needed
Olivier Blin
2008-10-30
1
-6
/
+6
*
do not hardcode /live
Olivier Blin
2008-10-30
1
-4
/
+4
*
factorize initrd root
Olivier Blin
2008-10-30
1
-7
/
+8
*
do not remove /live/union if not existing
Olivier Blin
2008-10-30
1
-1
/
+1
*
group modules stuff
Olivier Blin
2008-10-30
1
-1
/
+1
*
only move modules list if needed
Olivier Blin
2008-10-30
1
-1
/
+1
*
do not pre-create mountpoints for plain mounts in initrd, they are created at...
Olivier Blin
2008-10-30
1
-1
/
+1
*
mount /dev as tmpfs after pivot_root, so that finit's /dev/initctl does not g...
Olivier Blin
2008-10-30
1
-0
/
+2
*
fix order
Olivier Blin
2008-10-29
1
-1
/
+1
*
extract create_media_specific_initrd function (for mkinitrd-draklive tool)
Olivier Blin
2008-10-29
1
-3
/
+5
*
remove unused media variable
Olivier Blin
2008-10-29
1
-2
/
+2
*
cosmetics
Olivier Blin
2008-10-29
1
-1
/
+0
*
pass initrd path directly
Olivier Blin
2008-10-29
1
-3
/
+2
*
pass initrd tree and file path
Olivier Blin
2008-10-29
1
-4
/
+6
*
keep system_root in a root variable
Olivier Blin
2008-10-29
1
-15
/
+17
*
space fix
Olivier Blin
2008-10-29
1
-1
/
+1
*
move overlay data in MDV::Draklive::Overlay
Olivier Blin
2008-10-29
1
-2
/
+3
*
move initrd code in new MDV::Draklive::Initrd module
Olivier Blin
2008-10-29
1
-0
/
+280