summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Move installing binary.deb/archives/*.deb.Chris Lamb
2011-03-09Remove conditionals, as an expansion never 'fails': it justChris Lamb
won't copy any files.
2011-03-09Refactor installing file to binary/pool/main/./.* functionality.Chris Lamb
2011-03-09Don't put more than one glob on a 'for' line, unless they are guaranteedChris Lamb
to succeed, otherwise the second one is not expanded and "*.deb" (for example) is used literally. This patch expands (haha) each "for" loop into it's own.
2011-03-09Don't prompt when autoremoving packages in minimal hooks.Chris Lamb
2011-03-09Remove 'ssl' package references from mini and minimal hooks.Chris Lamb
2011-03-09Implement -v/--version and -h/--help in lh_clean.Chris Lamb
2011-03-09Implement -u/--usage function in lh_clean (Closes: #454553)Chris Lamb
2011-03-09Don't fail if resolv.conf is a symlink, thanks to David Madore ↵Daniel Baumann
<david.madore@ens.fr> (Closes: #457595).
2011-03-09Removing discover from standard-x11 list, udev does the same.Daniel Baumann
2011-03-09Switching to GPL3+.Daniel Baumann
2011-03-09Addjusting lh helper to be called from lh_local.Daniel Baumann
2011-03-09Adding lh_local based on the idea from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.Daniel Baumann
2011-03-09Adding example binary hook to copy live-helper and its config based on the ↵Daniel Baumann
idea from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
2011-03-09Checking LH_APT when using mini and minimal package lists.Daniel Baumann
2011-03-09Updating rules.Daniel Baumann
2011-03-09Removing mkisofs from recommends, not needed anymore.Daniel Baumann
2011-03-09Bumping standards version.Daniel Baumann
2011-03-09Fixing changelog email address.Daniel Baumann
2011-03-09Don't fail silently when extern executables are configured but not present.Daniel Baumann
2011-03-09Fixed incomplete fdisk parameter list in lh_config --help.Daniel Baumann
2011-03-09Also removing manpage cache in cleanup.Daniel Baumann
2011-03-09Fixing typing error in Makefile.Daniel Baumann
2011-03-09Preparing live-helper 1.0~a38-1.Daniel Baumann
2011-03-09Releasing live-helper 1.0~a37-2.Daniel Baumann
2011-03-09Disabling global arguments in lh_clean (Closes: #451960).Daniel Baumann
2011-03-09Releasing live-helper 1.0~a37-1.Daniel Baumann
2011-03-09Rewritten lh_testroot manpage.Daniel Baumann
2011-03-09Rewritten lh_config manpage.Daniel Baumann
2011-03-09Fixing lh_clean manpage synopsis formatting.Daniel Baumann
2011-03-09Rewriting lh_clean manpage.Daniel Baumann
2011-03-09Moving sanity check in lh_clean to the earliest possibility.Daniel Baumann
2011-03-09Switching lh_clean to proper command line arguments.Daniel Baumann
2011-03-09Removing lh_bootstrap_* manpages temporarily.Daniel Baumann
2011-03-09Fixing wrong parted call.Daniel Baumann
2011-03-09Adding an upgrade and dist-upgrade to lh_chroot_sources, so that security ↵Daniel Baumann
updates gets pulled into the base system. Thanks to Kai Hendry <hendry@iki.fi>.
2011-03-09Adding binary filesystem option, currently only supporting fat16 and fat32.Daniel Baumann
2011-03-09Speeding up the dd call, thanks to Peter Skogstroem ↵Daniel Baumann
<peter.skogstrom@bitrunner.com>.
2011-03-09Do really not create the filesystem with parted.Daniel Baumann
2011-03-09Do not create the filesystem with parted.Daniel Baumann
2011-03-09Mounting pseudo filesystems before creating binary images in non-chrooted ↵Daniel Baumann
builds.
2011-03-09Fixing typing error.Daniel Baumann
2011-03-09Moving lh_losetup into an internal function, avoiding helper failure with ↵Daniel Baumann
return value due to new trap.
2011-03-09Fixing fstab handling.Daniel Baumann
2011-03-09Rewritten lh_build manpage.Daniel Baumann
2011-03-09Rewritten lh_source manpage.Daniel Baumann
2011-03-09Rewritten lh_chroot manpage.Daniel Baumann
2011-03-09Rewritten lh_bootstrap manpage.Daniel Baumann
2011-03-09Rewritten lh_binary manpage.Daniel Baumann
2011-03-09Fixed wrapping.Daniel Baumann