Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rid of intermediate configuration file by using only new build.conf file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thanks to Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
|
|
|
|
|
|
this will break building wheezy images (so we have to come up with something better than that prior upload).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using check_call(), a non-zero return value from the subprocess will cause the
desired behavior of an aborted build with a stack trace.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
order for init to detect initialized config directories properly.
|
|
existing (Closes: #746570).
|
|
|
|
|
|
|
|
If /etc/machine-id exists but is empty, systemd will do tricks
with bind-mounts to ensure that a valid transient UUID is bind-mounted
over it, which is exactly what we want for a live system.
If /etc/machine-id does not exist, systemd-journald
will just fail, which is undesirable.
|
|
|
|
(Closes: #745816)
extlinux configuration for the bootable image is installed to
/boot/extlinux, matching the extlinux-install script in Debian.
From the configuration point of view it's still called "syslinux",
the same as the rest of the syslinux family (pxelinux, isolinux etc.)
|
|
|
|
|
|
|
|
|
|
|
|
(Closes: #745855).
|