Age | Commit message (Collapse) | Author | Files | Lines |
|
instead attempt to not break the chroot too much in this case
|
|
|
|
|
|
with --mirror-bootstrap isntead of --mirror-binary-security.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to remove a hacky test from hooks/minimal to see whether
we need the package.
|
|
LH_PACKAGES_LISTS
This is required because lh_binary_rootfs removes /boot if minimal or
stripped is the only packages list.
|
|
|
|
|
|
|
|
|
|
before {c,}debootstrap calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
breakage on amd64.
|
|
without --verbose
|
|
includes
|
|
|
|
|
|
|
|
to Juergen Fiedler <juergen.fiedler@gmail.com>.
|
|
existing, thanks to Thanatermesis <thanatermesis.ecvs@elivecd.net>.
|
|
|
|
* lh_config system-wide configuration file, like an implicit specification
of '--conffile=/etc/live-helper' to each lh_config call.
|
|
|
|
|
|
|
|
Without this, a modified version of the (say) "gnome" list inside
chroot_package-lists would be completely ignored when installing binary
packagelists.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch installs (almost) all chroot packages by queueing the package
names into a single file and then installing that. It depends on my
previous patch to install local packages by using an APT mirror.
This speeds up image build causes even greater speedups once more packages
adopt triggers.
(Packages installed by debconf preseeding are not touched, nor are packages
installed by tasks.)
|