summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Collapse)AuthorAgeFilesLines
* add efiboot.img on x86_64 isosThomas Backlund2015-05-221-0/+1
|
* add missing isolinux menu fileThomas Backlund2015-05-221-0/+5
|
* umount_system_fs(): unmount /run tooThomas Backlund2013-04-131-1/+1
|
* adapt for usbfs death, change /proc/bus/usb to /sys/kernel/debug/usbThomas Backlund2012-09-011-1/+2
|
* drop harcoded /etc/dracut.conf.d/60-live.confThomas Backlund2012-05-111-13/+0
|
* dont scan lvm during livecd bootThomas Backlund2012-05-101-1/+1
|
* unmount /dev when needed (from tmb)Olivier Blin2012-05-061-1/+1
|
* factorize code mounting and unmounting system and external mountpointsOlivier Blin2012-05-061-19/+23
|
* Escape dollarsPascal Terjan2012-04-301-2/+2
|
* compress initrd with xzThomas Backlund2012-04-301-0/+2
|
* fix typoThomas Backlund2012-04-291-1/+1
|
* list installed size, not rpm size as we do not install unsupported language ↵Thomas Backlund2012-04-291-2/+2
| | | | files (pterjan)
* dont add radeon and nouveau in initrd as they prevent display_driver_helper ↵Thomas Backlund2012-04-221-0/+2
| | | | to work its magic
* dont probe luks or raid devices during livecd bootThomas Backlund2012-04-221-1/+1
|
* use splash quiet on livecds tooThomas Backlund2012-04-121-1/+1
|
* make isohybrid start first partition on sector 1 (mga #5036)Thomas Backlund2012-04-071-2/+2
|
* use splash silent (splash for bootsplash and silent to quiet kernel messages)Thomas Backlund2012-04-051-1/+1
|
* trigger mgalive dracut moduleThomas Backlund2012-04-051-1/+1
|
* use ~/tmp for gfxboot tempdirThomas Backlund2012-04-051-1/+1
|
* fix grub_srcThomas Backlund2012-04-051-1/+1
|
* use our mgalive dracut moduleThomas Backlund2012-03-111-1/+3
|
* move initrd to the expected location for live systemsOlivier Blin2012-01-151-0/+8
|
* include all possible modules in initrd by setting hostonly=no in a dracut ↵Olivier Blin2012-01-151-0/+7
| | | | | | conf file /etc/dracut.conf.d/60-live.conf will need to be removed at live install
* do not try to clean /etc/modprobe.conf and /etc/modprobe.preload anymoreOlivier Blin2012-01-151-1/+1
|
* use dracut even for live systemsOlivier Blin2012-01-151-2/+5
|
* remove deprecated fatfirst isohybrid option (from tmb)Olivier Blin2012-01-151-1/+1
|
* revert last commit as the proper fix was to define builddir and chroot in ↵Thomas Backlund2012-01-081-3/+0
| | | | livecd config
* make sure /etc, /proc, /sys exists before trying to use themThomas Backlund2012-01-081-0/+3
|
* use gfxboot.c32 as graphical boot loaderThomas Backlund2011-12-281-2/+2
|
* link iso image with -<set> prefix if live->{settings}{set} is definedOlivier Blin2011-05-271-0/+7
|
* use mgaiso-addmd5 instead of mkcd --addmd5Nicolas Vigier2011-05-121-1/+1
|
* remove extra slashOlivier Blin2011-04-161-1/+1
|
* umount /proc and /sys in chroot before cleaning or compressingOlivier Blin2011-04-161-2/+3
|
* do not harcode default gfxboot theme, use distribution name from /etc/product.idOlivier Blin2011-03-161-1/+2
|
* do not hardcode distro name in syslinux help messageOlivier Blin2011-03-151-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-1/+1
| | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r397 | dmorgan | 2011-02-03 17:53:54 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned draklive ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2+ according to the copyright header - Change one occurance of "Mandriva" to "Mageia" in draklive as it'll be visible to users
* add --tarball to build chroot tarballOlivier Blin2010-10-091-0/+7
|
* extract get_disk_replicator_prefixOlivier Blin2010-10-091-4/+7
|
* use get_disk_master_prefixOlivier Blin2010-10-091-3/+1
|
* extract get_disk_master_prefixOlivier Blin2010-10-091-1/+6
|
* do not build vm image by default for masters, do it only if vm_typeOlivier Blin2010-09-171-2/+8
| | | | | settings is set (check qemu-img for valid types, like qcow2, vmdk, ...)
* allow to record CD-Rom replicatorOlivier Blin2010-08-301-0/+5
|
* add --record-replicator optionOlivier Blin2010-08-301-0/+16
|
* handle recording CD-Rom images on both CD-Rom and disks, since they are hybridOlivier Blin2010-08-301-2/+13
|
* extract record_cdrom_pathOlivier Blin2010-08-301-3/+8
|
* extract get_cdrom_replicator_pathOlivier Blin2010-08-301-2/+8
|
* mount /proc and /sys for gfxboot files tooOlivier Blin2010-08-111-0/+6
|
* factorize root variableOlivier Blin2010-08-111-4/+5
|
* mount /proc and /sys for both classical and media-specific initrdOlivier Blin2010-08-111-0/+8
|
* add trailing / not to copy resolv.conf as /etc if chroot is emptyOlivier Blin2010-05-061-1/+1
|