summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for 32-bit UEFI on 64-bit ISOs.Martin Whitaker2018-12-171-1/+5
|
* Rename 'version' setting to 'release'.Martin Whitaker2018-12-172-5/+5
|
* re-enable early microcode loading now that vbox is fixedThomas Backlund2018-11-271-2/+0
|
* Avoid auto-mount errors with 32-bit ISOs.Martin Whitaker2018-11-271-1/+2
| | | | | | | | We start the ISO protective partition at sector 1 on the 32-bit ISOs, to avoid problems with old, buggy BIOSs. But this results in errors when udev attempts to auto-mount the partition, because there isn't a valid filesystem there. Changing the partition type to one of the hidden partition types prevents this.
* Patch os-prober to prevent hang when running from Live system on USB stick.Martin Whitaker2018-11-242-1/+21
|
* Exclude gnome-boxes - it conflicts with task-printing.Martin Whitaker2018-11-181-0/+1
| | | | | gnome-boxes indirectly recommends netcat-openbsd. task-printing requires netcat-traditional.
* Abbreviate "beta" to "b" in volume label (to fit in 32 character limit).Martin Whitaker2018-11-181-1/+2
|
* Improved build scripts.Martin Whitaker2018-11-182-6/+18
|
* nvidia-current is no longer available for i586.Martin Whitaker2018-11-181-1/+3
|
* Update build_all.sh for latest version and file name changes.Martin Whitaker2018-11-171-3/+3
| | | | Automatically extract the version from the settings.cfg file.
* Change release to 7-beta1.Martin Whitaker2018-11-171-1/+1
|
* Start at sector 1 for 32-bit ISOs.Martin Whitaker2018-11-171-0/+1
| | | | For compatibility with old, buggy BIOSs.
* Switch to using draklive2 (merge branch 'user/martinw/use-grub2')Martin Whitaker2018-11-0255-1306/+384
|\
| * Change default build to Mageia 7 (cauldron) and Xfce.user/martinw/use-grub2Martin Whitaker2018-10-281-3/+3
| |
| * Fix permission on draklive-install.desktop for Xfce.Martin Whitaker2018-10-281-0/+1
| | | | | | | | Xfce now wants desktop files in ~/Desktop to have exec permission.
| * Add refind package to local repository.Martin Whitaker2018-10-281-1/+1
| |
| * Remove modification of /etc/inittab - it no longer exists.Martin Whitaker2018-10-261-3/+0
| |
| * Remove obsolete nvidia304, add nvidia390.Martin Whitaker2018-10-261-1/+1
| |
| * Remove control of firstboot wizard - it no longer exists.Martin Whitaker2018-10-263-6/+0
| |
| * Remove halt-local service - it doesn't work.Martin Whitaker2018-10-233-51/+0
| |
| * Enable booting from kernel in persistent overlay.Martin Whitaker2018-10-231-0/+1
| |
| * task-xfce4 is now task-xfce.Martin Whitaker2018-08-251-1/+1
| |
| * Add draklive installer manual.Martin Whitaker2018-08-251-1/+1
| |
| * Use installed draklive2 binary in build script.Martin Whitaker2018-05-231-3/+2
| |
| * Update to match changes to drakiso.Martin Whitaker2018-05-232-31/+14
| |
| * Update for drakiso mixed 32/64 bit EFI support.Martin Whitaker2018-03-171-2/+4
| |
| * Get both arch's when updating bootloader files.Martin Whitaker2018-03-113-26/+18
| |
| * Use default_user setting in drakx-finish-install after live install.Martin Whitaker2018-03-052-2/+2
| |
| * Rationalise and better document the configuration.Martin Whitaker2018-03-045-107/+105
| |
| * Remove obsolete package selections, fixes, and workarounds.Martin Whitaker2018-03-048-254/+12
| |
| * Update build scripts for rename of draklive to draklive2.Martin Whitaker2018-03-032-3/+3
| |
| * Include os-prober in local repository.Martin Whitaker2018-03-021-1/+1
| |
| * Add support for 32-bit EFI.Martin Whitaker2018-03-024-9/+24
| |
| * No point adding a custom resolv.conf - draklive cleans it.Martin Whitaker2018-01-142-8/+0
| |
| * Update to allow draklive to generate the local repo.Martin Whitaker2018-01-144-119/+22
| |
| * Update for reworked draklive.Martin Whitaker2018-01-123-346/+245
| | | | | | | | | | No longer need to run as root. auto_inst.cfg.pl is automatically generated from information in build.cfg.
| * Minor cleanup.Martin Whitaker2018-01-041-3/+3
| |
| * Fix bug in build_one script.Martin Whitaker2017-12-231-1/+1
| |
| * Update config to use bootloader files fetched from repo.Martin Whitaker2017-12-231-4/+6
| |
| * Update build scripts.Martin Whitaker2017-12-233-5/+12
| |
| * Add script for fetching the grub2 bootloader files from the repo.Martin Whitaker2017-12-231-0/+22
| |
| * Move update_media.sh to top level and get repo path from settings.cfgMartin Whitaker2017-12-231-4/+7
| |
| * bootloader files moved to drakisoMartin Whitaker2017-12-239-658/+0
| |
| * Updates for latest drakiso.Martin Whitaker2017-12-232-5/+2
| |
| * Add autorun and memtest.Martin Whitaker2017-12-221-0/+6
| |
| * Update config files for latest changes in drakiso.Martin Whitaker2017-12-222-14/+21
| |
| * Revise volume label to match the ISO file name.Martin Whitaker2017-12-191-2/+1
| |
| * Switch to using drakiso version of draklive.Martin Whitaker2017-12-193-39/+32
| | | | | | | | | | | | | | | | - s/$live/$build/ - rename live.cfg to build.cfg - remove some redundant settings and configuration values - use mga6 repository for testing until cauldron stabilises - rename postInstall to final_fixes
| * live.gschema.override: add drakconf to favourites.Martin Whitaker2017-12-091-1/+1
| |
| * Add support for language/keyboard selection in bootloader.Martin Whitaker2017-12-0610-13/+673
| | | | | | | | | | Eventually most of this should move elsewhere so it can be shared with the classic installer ISOs.