Age | Commit message (Collapse) | Author |
|
|
|
partitions.
|
|
|
|
|
|
images.
|
|
|
|
|
|
|
|
Policy does (Closes: #483777).
|
|
#468900).
|
|
|
|
(LH_BOOTAPPEND_INSTALL was being overridden if a preseed.cfg was found.)
|
|
|
|
|
|
|
|
|
|
(Closes: #476546).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(or select it in case of multiple available preseeding files).
|
|
live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff.
|
|
|
|
|
|
build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME.
|
|
|
|
|
|
Instead of repeatedly doing "ls ... > /dev/null 2>&1", just use a
function that does exactly that.
|
|
|
|
|
|
|
|
expansion bug/feature on repetitive calls to lh_config (Closes: #488672)
|
|
|
|
Perhaps we could .-include the In_list function?
|
|
have done) the same job.
|
|
|
|
|
|
|
|
before {c,}debootstrap calls
|
|
|
|
This allows us to write:
#if SECTIONS contrib non-free
contrib-package
non-free-package
#endif
and
#if DISTRIBUTION lenny sid
new-package
#endif
|
|
|
|
This patch allows giving a list of items for the conditionals in package
lists. For example, it's possible to specify some packages for more than one
architecture in the same conditional block:
package01
#if ARCHITECTURE i386 amd64
package02
package03
#endif
package04
where package01 and package04 are available for all architectures, but
package02 and package03 are available only for i386 and amd64 architectures.
|