summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* extract get_initrd_nameOlivier Blin2012-01-152-2/+7
|
* fix removing previous initrdOlivier Blin2012-01-151-1/+1
|
* plymouth need more space in initrdThomas Backlund2011-12-201-1/+1
|
* adapt for Mageia naming scheme (https://wiki.mageia.org/en/Product_naming)Thomas Backlund2011-11-201-1/+1
|
* add a -<set> suffix to chroot/build directories if live->{settings}{set} is ↵Olivier Blin2011-05-271-2/+7
| | | | defined
* make easier to use DrakX modules from chrootOlivier Blin2011-04-161-9/+9
|
* add xz compression support for squashfsOlivier Blin2011-03-151-7/+17
|
* allow to record CD-Rom replicatorOlivier Blin2010-08-301-0/+1
|
* allow to record USB replicatorOlivier Blin2010-08-301-0/+1
|
* 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
|
* use our own progress framework again for squashfs compressionOlivier Blin2010-08-041-1/+1
|
* add back squashfs3 supportOlivier Blin2010-08-041-3/+11
|
* allow loopback modules list to be returned by subOlivier Blin2010-08-042-1/+10
|
* use busybox again instead of busybox.static (thus keeping compat with older ↵Olivier Blin2010-04-021-4/+3
| | | | distro releases)
* do not try to use setarch on ARMOlivier Blin2010-03-301-2/+4
|
* rename setarch option as targetarchOlivier Blin2010-03-301-2/+2
|
* 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
|
* set block size in call to mksquashfsdistro/mdv2010.0Christophe Fergeau2010-01-181-0/+1
| | | | | This improves compressed image size by about 10% and was dropped when switching to squashfs4
* no need for squashfs_lzma and squashfs3 now that support has been merged in ↵Christophe Fergeau2010-01-181-3/+3
| | | | the kernel
* boost initrd size for FlashChristophe Fergeau2010-01-181-1/+1
|
* allow to select which settings fields are used to build name (in ↵Olivier Blin2009-12-181-1/+2
| | | | live->{name_fields})
* fix setting splash for classical bootloader (by passing vga mode to ↵Olivier Blin2009-11-251-1/+1
| | | | bootloader::add_kernel)
* default to grub bootloader for harddisk storageOlivier Blin2009-11-091-0/+1
|
* use bootloader module to build initrd and create kernel symlinks (gdium ↵Olivier Blin2009-11-091-16/+7
| | | | friendly)
* 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
| | | | | | | | When using the obsolete --attach-to-session plymouth option, /dev/pts has to be mounted. But for some reason, nash interacts badly with mounted /dev/pts and freezes for dozen of seconds when running a builtin command. Remote --attach-to-session from plymouth which lets us get rid of /dev/pts mounting.
* 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
| | | | done for other FS types ?)
* 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
|