| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The dracut-generated initrd doesn't support them.
|
| |
|
| |
|
|
|
|
| |
Don't default to system dirs - we expect to run as normal user now.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Remove some features inherited from draklive we no longer need.
|
| |
|
| |
|
|
|
|
|
| |
By adding the 'chroot' and 'build' subdirectory names ourself, we
can make the clean operation a bit safer.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
Ready for adding support for classic installer builds.
|
|
|
|
|
| |
It's unlikely anyone would want to do this, and it makes the code
considerably harder to read.
|
|
|
|
| |
Except in Loopback.pm, where it introduces an unresolved error.
|
|
The aim is to share as much code as possible between the tool used
to generate the Live ISOs and the tool used to generate the classic
installer ISOs.
This is derived from the user/martinw/use-grub2 branch of draklive.
|