summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Correcting typo with if/endif statements in the rescue list.Daniel Baumann1-2/+2
2011-03-09Adding scalpel to rescue list as suggested by Mathieu GELI ↵Daniel Baumann1-0/+5
<mathieu.geli@gmail.com>.
2011-03-09Adding syslinux-common to rescue list.Daniel Baumann1-0/+3
2011-03-09Removing unsupported, unmaintained and unused knoppix package lists.Daniel Baumann2-4832/+0
2011-03-09Applying patch from Ian Jackson <ian@davenant.greenend.org.uk> to update ↵Daniel Baumann1-7/+95
package selection of the rescue list.
2011-03-09Use tar to perform lh_bootstrap_copy (Closes: #498385)Chris Lamb1-1/+3
2011-03-09Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM.Chris Lamb1-0/+12
2011-03-09Refactor partition size calculation, ensuring a uniform increase for ext ↵Chris Lamb4-3/+21
partitions.
2011-03-09Additionally unmount chroot/binary.tmp in lh_clean --chroot.Chris Lamb1-1/+3
2011-03-09Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in lh_clean.Chris Lamb1-0/+1
2011-03-09Add "/.disk" metadata on usb-hdd images.Chris Lamb1-4/+7
2011-03-09Use cp's "-T" option instead of shell globbing to ensure dotfiles in the ↵Chris Lamb1-1/+1
binary image's / are copied.
2011-03-09Standardise on appending " (fail-safe mode)" for all bootloaders.Chris Lamb1-1/+1
2011-03-09Updating vcs fields in control file.Daniel Baumann1-2/+2
2011-03-09Adding cursor functions for future usage.Daniel Baumann1-0/+51
2011-03-09Adding color functions for future usage.Daniel Baumann1-0/+39
2011-03-09Fixing a chicken-egg problem with package indices when using ↵Daniel Baumann1-0/+9
minimal/stripped list *and* including local-packages.
2011-03-09Making gettext depends unversioned.Daniel Baumann1-2/+2
2011-03-09Removing currently unused Upstream-Depends field in control.Daniel Baumann1-1/+0
2011-03-09Don't install more than one kernel image when building minimal or stripped ↵Daniel Baumann1-2/+18
images.
2011-03-09Correcting some little glitches building with the rescue list.Mathieu Geli1-1/+5
2011-03-09mksquashfs in Lenny supports -no-progress, so remove (broken) check.Chris Lamb1-1/+1
2011-03-09Adding support for squeeze (lenny+1).Daniel Baumann2-0/+2
2011-03-09Improve architecture auto-detection.Chris Lamb1-2/+12
2011-03-09Releasing debian version 1.0.0-2.Daniel Baumann1-0/+35
2011-03-09Correcting chroot call to process config/binary_rootfs/excludes in chrooted ↵Daniel Baumann1-1/+1
builds.
2011-03-09Adding lsusb to rescue list.Daniel Baumann1-1/+1
2011-03-09Setting project email address to the new debian-live@lists.debian.org.Daniel Baumann4-5/+5
2011-03-09Adding some more packages to the rescue list again.Daniel Baumann1-1/+1
2011-03-09Adding some more packages to the rescue list.Daniel Baumann1-1/+6
2011-03-09Replacing Chroot(); call for removing the udev persistent-net rules with a ↵Daniel Baumann1-1/+1
direct rm call to avoid beeing expanded by the shell based on the build systems files.
2011-03-09Adding Debian Forensics packages to rescue list.Daniel Baumann1-1/+19
2011-03-09Passing -wildcards to mksquashfs call when having excludes, thanks to ↵Daniel Baumann1-1/+14
Phillip Lougher <phillip@lougher.demon.co.uk>.
2011-03-09Fixed 2 typos in getopt longoptions string.Marco Amadori1-1/+1
2011-03-09Introducing config/binary_rootfs/excludes as a generic way to exclude files ↵Daniel Baumann1-9/+36
manually from the binary image.
2011-03-09Moving the automatic run of the script tests to package build-time invokation.Daniel Baumann2-1/+3
2011-03-09Since #433076 is fixed in live-initramfs, we only need to adjust owner of ↵Daniel Baumann1-1/+1
the live-user when using casper for etch builds.
2011-03-09Renaming sections to categories in order to use the same names as Debian ↵Daniel Baumann15-34/+34
Policy does (Closes: #483777).
2011-03-09Improving check for a mounted chroot/dev/pts to cover all terminals, not ↵Daniel Baumann1-1/+1
just the 0th (Closes: #459697, #459779).
2011-03-09Using internal prefix for PACKAGES variable in function/packages.sh (Closes: ↵Daniel Baumann1-7/+7
#468900).
2011-03-09Including btrfs-tools in rescue list only when building sid.Daniel Baumann1-0/+2
2011-03-09Adding nilfs2-tools to rescue list.Daniel Baumann1-0/+1
2011-03-09Releasing live-helper 1.0.0-1.Daniel Baumann1-0/+138
2011-03-09Install loop-aes-utils if we are using encryption.Chris Lamb1-0/+4
2011-03-09Support expanding wildcards in udeb excludes.Chris Lamb1-3/+3
This was preventing "kernel-image-*" "exclude" entries from removing these packages. This saves about 5 MiB of space in all.
2011-03-09Remove pointless whitespace.Chris Lamb1-2/+2
2011-03-09Only install unionfs-tools under Etch in rescue list.Chris Lamb1-0/+2
2011-03-09Correct logic in LH_BOOTAPPEND_INSTALL handlingChris Lamb1-4/+7
(LH_BOOTAPPEND_INSTALL was being overridden if a preseed.cfg was found.)
2011-03-09Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by ↵Chris Lamb1-1/+1
sed, not the shell.
2011-03-09Correcting typo LH_BOOTSTRAP_INSTALL -> LH_BOOTAPPEND_INSTALL in Grub kernel ↵Chris Lamb1-1/+1
parameters.