Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
|
|
bootstrap_debootstrap.
|
|
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
|
|
(Closes: #745134).
|
|
jessie+1 cycle rather than go with the current mixed code.
|
|
|
|
|
|
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).
|
|
system in lb init.
|
|
code (Closes: #745020).
|
|
|
|
|
|
glob.glob() returns files in filesystem order, which is unpredictable
on many modern filesystems.
|