Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drakclassic: support packages existing in two media classes. | Martin Whitaker | 2018-01-04 | 1 | -22/+35 |
| | | | | | | | This enables use of the tainted media, which provide alternative versions of some packages that exist in the core media. This ensures both versions are present on the ISO, so the user can choose whether or not to enable the tainted media. | ||||
* | Fix typo in message. | Martin Whitaker | 2018-01-03 | 1 | -2/+2 |
| | |||||
* | drakclassic: rework to use perl-URPM directly instead of urpmi/urpmq. | Martin Whitaker | 2018-01-03 | 1 | -208/+166 |
| | | | | | This allows us to process all packages at once without having to deal with package conflicts, so is both simpler and faster. | ||||
* | Don't look for ESP image when creating a 32-bit ISO. | Martin Whitaker | 2018-01-03 | 1 | -2/+4 |
| | |||||
* | drakclassic: support simple wildcards (? and *) in package lists. | Martin Whitaker | 2018-01-03 | 1 | -2/+4 |
| | |||||
* | drakclassic: Support arch specific packages in package lists. | Martin Whitaker | 2018-01-03 | 1 | -0/+14 |
| | |||||
* | Extra details in verbose messages. | Martin Whitaker | 2018-01-03 | 1 | -1/+2 |
| | |||||
* | drakclassic: ensure explicitly selected packages are not dropped. | Martin Whitaker | 2017-12-29 | 1 | -5/+8 |
| | | | | | | | | | If a package is implicitly selected, it may get dropped after the exclude lists have been processed. So if it appears in an include list, we must set it to class 1. Change WARNING to INFO for messages about already included/excluded packages. | ||||
* | Better handling of excluded packages. | Martin Whitaker | 2017-12-24 | 1 | -5/+11 |
| | |||||
* | Minor cleanup of code that gets build dirs. | Martin Whitaker | 2017-12-24 | 3 | -5/+5 |
| | |||||
* | Force UTF-8 locale when building and compiling message translations. | Martin Whitaker | 2017-12-23 | 1 | -3/+3 |
| | |||||
* | Correct name for grub2 UEFI boot image. | Martin Whitaker | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | Update FSF address in copyright notices. | Martin Whitaker | 2017-12-23 | 17 | -34/+34 |
| | |||||
* | Update bootloader makefile to include grub2 images and themes. | Martin Whitaker | 2017-12-23 | 1 | -2/+52 |
| | |||||
* | Addd .gitignore file. | Martin Whitaker | 2017-12-23 | 1 | -0/+3 |
| | |||||
* | Update Makefile and .perl_checker. | Martin Whitaker | 2017-12-23 | 2 | -2/+18 |
| | |||||
* | Import bootloader files from draklive user/martinw/use-grub2 branch. | Martin Whitaker | 2017-12-23 | 9 | -0/+688 |
| | |||||
* | Merge drakclassic media and files steps. | Martin Whitaker | 2017-12-23 | 2 | -10/+4 |
| | |||||
* | Fix library file permissions (remove executable flags). | Martin Whitaker | 2017-12-23 | 5 | -0/+0 |
| | |||||
* | More verbosity reduction. | Martin Whitaker | 2017-12-23 | 1 | -2/+4 |
| | |||||
* | Don't output informational messages on stderr. | Martin Whitaker | 2017-12-23 | 2 | -2/+2 |
| | |||||
* | More verbosity reduction. | Martin Whitaker | 2017-12-23 | 2 | -2/+7 |
| | |||||
* | Simplify build directory structure. | Martin Whitaker | 2017-12-22 | 2 | -17/+8 |
| | |||||
* | drakclassic no longer needs to be run as root. | Martin Whitaker | 2017-12-22 | 1 | -2/+0 |
| | | | | All commands that need root privileges are run via sudo. | ||||
* | Use sudo when cleaning the chroot directory. | Martin Whitaker | 2017-12-22 | 2 | -4/+14 |
| | |||||
* | Use a single working directory specified by the user. | Martin Whitaker | 2017-12-22 | 4 | -12/+7 |
| | | | | | 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 | 4 | -6/+6 |
| | |||||
* | Reduce verbosity. | Martin Whitaker | 2017-12-22 | 2 | -1/+2 |
| | |||||
* | Add error message before we die due to unresolved conflicts. | Martin Whitaker | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Add comand line option to set force and verbosity level. | Martin Whitaker | 2017-12-22 | 3 | -21/+45 |
| | |||||
* | Fix UEFI boot from DVD. | Martin Whitaker | 2017-12-22 | 2 | -3/+6 |
| | |||||
* | Move handling of copy_from_repo list to prepare_iso_bootloader(). | Martin Whitaker | 2017-12-22 | 2 | -12/+13 |
| | | | | This allows it to be used for Live ISOs too. | ||||
* | Tidy up BuildIso and supply extra volume metadata to xorriso. | Martin Whitaker | 2017-12-22 | 1 | -37/+42 |
| | |||||
* | Fix typo. | Martin Whitaker | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Update draklive to match changes made for drakclassic. | Martin Whitaker | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | Complete support for building classic installer ISOs. | Martin Whitaker | 2017-12-22 | 4 | -17/+762 |
| | |||||
* | Numerous changes to support building classic installer ISOs: | Martin Whitaker | 2017-12-22 | 7 | -63/+100 |
| | | | | | | | | | | | | - rename {media}{source} to {media}{label} and require the user to supply it o automatically add the LABEL= prefix, rather than removing it - rename {settings}{name} to {settings}{distro} - move get_system_root() to ISOBuild - CI builds use it as the urpmi-root - add new requirements in Config::check_config() - rename build_live_iso() to build_iso() and support CI builds o make output to file non-optional - we always want a file o add the DATE.txt file to the ISO image - modify prepare_iso_bootloader to support CI boot menus | ||||
* | Add option to override the bootloader title. | Martin Whitaker | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Add top-level program for building classic installer ISOs. | Martin Whitaker | 2017-12-19 | 1 | -0/+193 |
| | |||||
* | Add missing copyright notices. | Martin Whitaker | 2017-12-19 | 7 | -0/+138 |
| | |||||
* | Make configuration, settings, and documentation more generic. | Martin Whitaker | 2017-12-19 | 2 | -19/+14 |
| | |||||
* | Rename "postInstall" to "final_fixes". | Martin Whitaker | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Remove some lingering hard tabs. | Martin Whitaker | 2017-12-19 | 1 | -9/+9 |
| | |||||
* | Replace $live by $build throughout, | Martin Whitaker | 2017-12-19 | 10 | -250/+250 |
| | | | | Ready for adding support for classic installer builds. | ||||
* | Split Live class into ISOBuild base class and LiveBuild subclass. | Martin Whitaker | 2017-12-19 | 8 | -82/+151 |
| | |||||
* | Use consistent capitalisation in synopsis. | Martin Whitaker | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | Renamed draklive2 back to draklive. | Martin Whitaker | 2017-12-19 | 1 | -10/+10 |
| | | | | | As it's now in a different package, we can use package conflicts to handle the name collision. | ||||
* | Remove unused code. | Martin Whitaker | 2017-12-18 | 7 | -220/+4 |
| | |||||
* | Use mksquashfs's built-in progress indicator. | Martin Whitaker | 2017-12-18 | 1 | -16/+9 |
| | | | | The Progress module doesn't work, and is now redundant. | ||||
* | Properly import $dir_distrib_sqfs into Loopback module. | Martin Whitaker | 2017-12-18 | 2 | -2/+4 |
| | | | | Allows 'use strict' to be added to that module. |