summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* use bootloader module to build initrd and create kernel symlinks (gdium frien...Olivier Blin2009-11-091-16/+7
* simplifyOlivier Blin2009-11-091-4/+4
* use bootloader module to find kernel (gdium friendly)Olivier Blin2009-11-091-6/+8
* make find_kernel return a hash like used in bootloader moduleOlivier Blin2009-11-092-3/+3
* don't mount /dev/pts since this causes huge slowdownsChristophe Fergeau2009-10-311-6/+2
* do not add default boot entry in syslinux if media boot_entries is definedOlivier Blin2009-10-291-0/+2
* fix setting label on fatOlivier Blin2009-10-261-1/+1
* use ext4 by default for harddiskOlivier Blin2009-10-231-1/+1
* set label at mkfs timeOlivier Blin2009-10-231-4/+8
* supplement / partition label with default one if neededOlivier Blin2009-10-231-0/+3
* 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
* mount One tmpfs with 0755 perms, fixes #51565Christophe Fergeau2009-09-231-0/+1
* make it possible to specify mount options for tmpfs mounts (should it beChristophe Fergeau2009-09-231-1/+2
* 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-152-3/+8
* use format_disk for usb devices tooOlivier Blin2009-09-151-1/+1
* add hack to use modules list from chrootOlivier Blin2009-09-141-2/+14
* explicitely call list_modules::category2modulesOlivier Blin2009-09-141-2/+2
* add default label for harddisk storageOlivier Blin2009-09-111-0/+1
* use more meaningful supplement_slash_sizeOlivier Blin2009-09-111-2/+1
* initialize default partitions earlier (required when building boot files)Olivier Blin2009-09-112-11/+17
* allow to format disk devicesOlivier Blin2009-09-111-0/+1
* fix size approximations by using ceilOlivier Blin2009-08-041-1/+2
* keep an intOlivier Blin2009-08-041-1/+1
* preset fs_type for OEM_RESCUE partition tooOlivier Blin2009-08-041-2/+5
* really avoid vivificationOlivier Blin2009-08-041-1/+5
* do not vivify replicator and oem_rescueOlivier Blin2009-08-041-1/+1
* allow to install bootloader on separate /boot partitionOlivier Blin2009-08-031-0/+5
* we should use fs::format for thatOlivier Blin2009-07-311-0/+1
* add swap supportOlivier Blin2009-07-311-0/+2
* correct slash size in supplement_partitionsOlivier Blin2009-07-311-1/+3
* move / size and fs type pre-computing in a new supplement_partitions media me...Olivier Blin2009-07-302-1/+11
* 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
* bless $live->{oem_rescue}{media}Olivier Blin2009-06-291-1/+1
* do not crash if index can not be foundOlivier Blin2009-06-291-1/+1
* add find_partition_index helperOlivier Blin2009-06-261-0/+5
* fill a partitions hash in mediaOlivier Blin2009-06-261-0/+1
* factorizeOlivier Blin2009-06-261-2/+3
* allow to create ext4 filesystemsOlivier Blin2009-06-171-1/+1
* allow to set inode size in {media}{inode_size} for ext2/ext3 file systemsOlivier Blin2009-06-171-2/+2
* fix previous commit to update /boot/vmlinuz correctlyOlivier Blin2009-05-261-3/+5