Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed draklive2 back to draklive. | Martin Whitaker | 2017-12-19 | 1 | -0/+220 |
| | | | | | As it's now in a different package, we can use package conflicts to handle the name collision. | ||||
* | Split draklive into two versions. | Martin Whitaker | 2017-11-23 | 1 | -1853/+0 |
| | | | | In case people want to retain the old functionality. | ||||
* | Remove obsolete code for generating old draklive-style initrds. | Martin Whitaker | 2017-11-22 | 1 | -10/+11 |
| | | | | | | Move the remaining code in the Initrd module into draklive - it's just a call to bootloader::add_kernel() and only gets used in one place, so doesn't need wrapping. | ||||
* | Use systemctl instead of chkconfig to disable services. | Martin Whitaker | 2017-04-17 | 1 | -1/+2 |
| | | | | | This allows both systemd and sysv services to be disabled. Also add support for disabling systemd timers. | ||||
* | disable audit logging as it floods the logs | Thomas Backlund | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | draklive: remove control characters from boot/help.msg (mga#14471). | Martin Whitaker | 2016-12-17 | 1 | -1/+1 |
| | | | | | This looks like it was intended to be a display control sequence, but it doesn't work, and just results in display corruption. | ||||
* | draklive: remove obsolete 'requires bootsplash'. | Martin Whitaker | 2016-12-04 | 1 | -1/+0 |
| | | | | | bootsplash.pm has been deleted from libDrakX, and draklive no longer needs it anyway. | ||||
* | draklive: replace placeholder with actual disk label in EFI grub.cfg file. | Martin Whitaker | 2016-11-12 | 1 | -0/+2 |
| | |||||
* | draklive: generate sha512 checksum and DATE.txt in ISO master step. | Martin Whitaker | 2016-11-12 | 1 | -0/+2 |
| | |||||
* | draklive: change syslinux 'harddisk' menu entry to use chain loading. | Martin Whitaker | 2016-11-12 | 1 | -1/+2 |
| | | | | | The syslinux localboot option doesn't work in VirtualBox or with quite a few BIOS implementations. | ||||
* | silent perl_checker | Thierry Vignaud | 2016-11-06 | 1 | -2/+2 |
| | | | | this parameter is optional | ||||
* | perl_checker cleanups | Thierry Vignaud | 2016-11-06 | 1 | -18/+18 |
| | |||||
* | draklive: mount /dev in chroot so /dev/null is available | Martin Whitaker | 2016-11-06 | 1 | -0/+1 |
| | |||||
* | draklive: automatically generate the EFI boot image (efiboot.img) | Martin Whitaker | 2016-11-06 | 1 | -0/+13 |
| | |||||
* | draklive: replace incomplete syslinux/bootlogo with gfxboot | Martin Whitaker | 2016-11-06 | 1 | -2/+4 |
| | | | | | | | The generated bootlogo file is missing the background image and the translations. The generated gfxboot file contains the missing items. This replaces the manually applied hack found in draklive-config/files/hacks. | ||||
* | draklive: create mgagfxbootXXXX temporary directory in cwd. | Martin Whitaker | 2016-11-06 | 1 | -1/+1 |
| | | | | This avoids failure if there is no tmp directory in the cwd. | ||||
* | perl_checker cleanups | Thierry Vignaud | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | generate proper efi isohybrid | Thomas Backlund | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | use xorriso for proper efi metadata | Thomas Backlund | 2015-05-22 | 1 | -3/+3 |
| | |||||
* | add noiswmd on kernel command line | Thomas Backlund | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | add efiboot.img on x86_64 isos | Thomas Backlund | 2015-05-22 | 1 | -0/+1 |
| | |||||
* | add missing isolinux menu file | Thomas Backlund | 2015-05-22 | 1 | -0/+5 |
| | |||||
* | umount_system_fs(): unmount /run too | Thomas Backlund | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | adapt for usbfs death, change /proc/bus/usb to /sys/kernel/debug/usb | Thomas Backlund | 2012-09-01 | 1 | -1/+2 |
| | |||||
* | drop harcoded /etc/dracut.conf.d/60-live.conf | Thomas Backlund | 2012-05-11 | 1 | -13/+0 |
| | |||||
* | dont scan lvm during livecd boot | Thomas Backlund | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | unmount /dev when needed (from tmb) | Olivier Blin | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | factorize code mounting and unmounting system and external mountpoints | Olivier Blin | 2012-05-06 | 1 | -19/+23 |
| | |||||
* | Escape dollars | Pascal Terjan | 2012-04-30 | 1 | -2/+2 |
| | |||||
* | compress initrd with xz | Thomas Backlund | 2012-04-30 | 1 | -0/+2 |
| | |||||
* | fix typo | Thomas Backlund | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | list installed size, not rpm size as we do not install unsupported language ↵ | Thomas Backlund | 2012-04-29 | 1 | -2/+2 |
| | | | | files (pterjan) | ||||
* | dont add radeon and nouveau in initrd as they prevent display_driver_helper ↵ | Thomas Backlund | 2012-04-22 | 1 | -0/+2 |
| | | | | to work its magic | ||||
* | dont probe luks or raid devices during livecd boot | Thomas Backlund | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | use splash quiet on livecds too | Thomas Backlund | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | make isohybrid start first partition on sector 1 (mga #5036) | Thomas Backlund | 2012-04-07 | 1 | -2/+2 |
| | |||||
* | use splash silent (splash for bootsplash and silent to quiet kernel messages) | Thomas Backlund | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | trigger mgalive dracut module | Thomas Backlund | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | use ~/tmp for gfxboot tempdir | Thomas Backlund | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | fix grub_src | Thomas Backlund | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | use our mgalive dracut module | Thomas Backlund | 2012-03-11 | 1 | -1/+3 |
| | |||||
* | move initrd to the expected location for live systems | Olivier Blin | 2012-01-15 | 1 | -0/+8 |
| | |||||
* | include all possible modules in initrd by setting hostonly=no in a dracut ↵ | Olivier Blin | 2012-01-15 | 1 | -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 anymore | Olivier Blin | 2012-01-15 | 1 | -1/+1 |
| | |||||
* | use dracut even for live systems | Olivier Blin | 2012-01-15 | 1 | -2/+5 |
| | |||||
* | remove deprecated fatfirst isohybrid option (from tmb) | Olivier Blin | 2012-01-15 | 1 | -1/+1 |
| | |||||
* | revert last commit as the proper fix was to define builddir and chroot in ↵ | Thomas Backlund | 2012-01-08 | 1 | -3/+0 |
| | | | | livecd config | ||||
* | make sure /etc, /proc, /sys exists before trying to use them | Thomas Backlund | 2012-01-08 | 1 | -0/+3 |
| | |||||
* | use gfxboot.c32 as graphical boot loader | Thomas Backlund | 2011-12-28 | 1 | -2/+2 |
| | |||||
* | link iso image with -<set> prefix if live->{settings}{set} is defined | Olivier Blin | 2011-05-27 | 1 | -0/+7 |
| |