Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce perl_checker noise. | Martin Whitaker | 2018-01-14 | 1 | -6/+8 |
| | |||||
* | Update copyright dates. | Martin Whitaker | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | Export functions in Config package. | Martin Whitaker | 2018-01-12 | 1 | -4/+4 |
| | |||||
* | Simplify run_() helper function and minimise direct calls to system(). | Martin Whitaker | 2018-01-12 | 1 | -2/+2 |
| | |||||
* | draklive: set default mount configuration if user hasn't specified it. | Martin Whitaker | 2018-01-10 | 1 | -0/+3 |
| | |||||
* | Miscellaneous code cleanup. | Martin Whitaker | 2018-01-10 | 1 | -13/+13 |
| | |||||
* | draklive: allow installer GUI to be used and run as normal user. | Martin Whitaker | 2018-01-09 | 1 | -8/+8 |
| | | | | | | | | Read all configuration from the main config file and automatically generate the auto_inst.cfg.pl file. Run the installer GUI in a nested X server if any items are not specified in the config file. Use sudo to run any steps that need root privileges, to avoid running the X server as root. | ||||
* | Update FSF address in copyright notices. | Martin Whitaker | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | Use sudo when cleaning the chroot directory. | Martin Whitaker | 2017-12-22 | 1 | -3/+7 |
| | |||||
* | Use a single working directory specified by the user. | Martin Whitaker | 2017-12-22 | 1 | -4/+2 |
| | | | | | By adding the 'chroot' and 'build' subdirectory names ourself, we can make the clean operation a bit safer. | ||||
* | For clarity, rename umount_external_fs() to umount_all_in_chroot(). | Martin Whitaker | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | Add comand line option to set force and verbosity level. | Martin Whitaker | 2017-12-22 | 1 | -0/+11 |
| | |||||
* | Update draklive to match changes made for drakclassic. | Martin Whitaker | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | Make configuration, settings, and documentation more generic. | Martin Whitaker | 2017-12-19 | 1 | -10/+10 |
| | |||||
* | Replace $live by $build throughout, | Martin Whitaker | 2017-12-19 | 1 | -19/+19 |
| | | | | Ready for adding support for classic installer builds. | ||||
* | Split Live class into ISOBuild base class and LiveBuild subclass. | Martin Whitaker | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | Use consistent capitalisation in synopsis. | Martin Whitaker | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | 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 |