summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Draklive/Initrd.pm
Commit message (Expand)AuthorAgeFilesLines
* adapt for usbfs death, change /proc/bus/usb to /sys/kernel/debug/usbThomas Backlund2012-09-011-2/+2
* extract get_initrd_nameOlivier Blin2012-01-151-2/+2
* fix removing previous initrdOlivier Blin2012-01-151-1/+1
* plymouth need more space in initrdThomas Backlund2011-12-201-1/+1
* make easier to use DrakX modules from chrootOlivier Blin2011-04-161-9/+9
* mount /proc and /sys for both classical and media-specific initrdOlivier Blin2010-08-111-4/+0
* use busybox.static if present in chrootOlivier Blin2010-08-041-0/+3
* allow loopback modules list to be returned by subOlivier Blin2010-08-041-1/+1
* use busybox again instead of busybox.static (thus keeping compat with older d...Olivier Blin2010-04-021-4/+3
* force initrd re-creation by unlinking old oneOlivier Blin2010-03-091-0/+3
* adjust to name change for statically compiled busyboxChristophe Fergeau2010-02-031-2/+2
* boost initrd size for FlashChristophe Fergeau2010-01-181-1/+1
* fix setting splash for classical bootloader (by passing vga mode to bootloade...Olivier Blin2009-11-251-1/+1
* use bootloader module to build initrd and create kernel symlinks (gdium frien...Olivier Blin2009-11-091-16/+7
* simplifyOlivier Blin2009-11-091-4/+4
* make find_kernel return a hash like used in bootloader moduleOlivier Blin2009-11-091-2/+2
* don't mount /dev/pts since this causes huge slowdownsChristophe Fergeau2009-10-311-6/+2
* use add_splash for classical bootloader tooOlivier Blin2009-10-141-5/+1
* handle initrd in chroot (to further factorize)Olivier Blin2009-10-141-5/+14
* move down requireOlivier Blin2009-10-141-1/+1
* add some commentsOlivier Blin2009-10-141-0/+2
* remove hardcoded splashy code and use back bootloader::add_boot_splashOlivier Blin2009-10-141-22/+10
* only warn if there is no default plymouth themeOlivier Blin2009-10-071-1/+7
* forgot to initialize one variable in plymouth handling codeChristophe Fergeau2009-09-301-0/+1
* stop plymouth when using initrd_debugChristophe Fergeau2009-09-301-1/+1
* refine plymouth supportChristophe Fergeau2009-09-231-23/+14
* Rough plymouth supportChristophe Fergeau2009-09-171-9/+26
* extract MDV::Draklive::Live::get_lib_prefixOlivier Blin2009-09-151-3/+1
* add hack to use modules list from chrootOlivier Blin2009-09-141-2/+14
* explicitely call list_modules::category2modulesOlivier Blin2009-09-141-2/+2
* excluded modules should not be reported as missingOlivier Blin2009-07-281-1/+1
* detect some modules as built-in and do not wrongly abortOlivier Blin2009-07-281-1/+10
* fix previous commit to update /boot/vmlinuz correctlyOlivier Blin2009-05-261-3/+5
* add no_initrd optionOlivier Blin2009-05-261-0/+1
* move vmlinuz symlink creationOlivier Blin2009-05-261-1/+2
* do not create initrd symlink or append splash if no initrd has been createdOlivier Blin2009-05-261-5/+7
* make sure /proc and /sys are available when building initrd (useful to see er...Olivier Blin2009-05-261-0/+4
* Handle relative paths in modules.depChristophe Fergeau2009-02-131-1/+1
* do not copy /dev/loop in system's /devOlivier Blin2008-11-121-0/+1
* remove deprecated mkdevices callOlivier Blin2008-11-121-1/+0
* make /dev/tty tooOlivier Blin2008-11-121-1/+1
* extract post-pivot root modules clean in per-loop-type pivot_clean subOlivier Blin2008-10-301-2/+1
* do not use qq() if not neededOlivier Blin2008-10-301-6/+6
* do not hardcode /liveOlivier Blin2008-10-301-4/+4
* factorize initrd rootOlivier Blin2008-10-301-7/+8
* do not remove /live/union if not existingOlivier Blin2008-10-301-1/+1
* group modules stuffOlivier Blin2008-10-301-1/+1
* only move modules list if neededOlivier Blin2008-10-301-1/+1
* do not pre-create mountpoints for plain mounts in initrd, they are created at...Olivier Blin2008-10-301-1/+1
* mount /dev as tmpfs after pivot_root, so that finit's /dev/initctl does not g...Olivier Blin2008-10-301-0/+2