summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-14Do not create the filesystem with parted.Daniel Baumann
2007-11-14Mounting pseudo filesystems before creating binary images in non-chrooted ↵Daniel Baumann
builds.
2007-11-14Fixing typing error.Daniel Baumann
2007-11-14Moving lh_losetup into an internal function, avoiding helper failure with ↵Daniel Baumann
return value due to new trap.
2007-11-13Fixing fstab handling.Daniel Baumann
2007-11-13Rewritten lh_build manpage.Daniel Baumann
2007-11-13Rewritten lh_source manpage.Daniel Baumann
2007-11-13Rewritten lh_chroot manpage.Daniel Baumann
2007-11-13Rewritten lh_bootstrap manpage.Daniel Baumann
2007-11-13Rewritten lh_binary manpage.Daniel Baumann
2007-11-13Fixed wrapping.Daniel Baumann
2007-11-13Adding manpage for lh.Daniel Baumann
2007-11-13Extending conffiles to allow config/., config/., as well as config/, ↵Daniel Baumann
config/. and config/..
2007-11-13Fixing typing errors.Daniel Baumann
2007-11-13Rewritten live-helper manpage.Daniel Baumann
2007-11-13Removing German manpages, they will be re-translated after the English ↵Daniel Baumann
manpages are finished.
2007-11-13Fixing some coding style issues.Daniel Baumann
2007-11-13Preparing live-helper 1.0~a37-1.Daniel Baumann
2007-11-13Releasing live-helper 1.0~a36-1.Daniel Baumann
2007-11-13Adding 'remove' case, which is in between of all and purge.Daniel Baumann
2007-11-13Removing the unmounting of pseudo filesystems from the trap call, needs some ↵Daniel Baumann
other changes before it can safely be done.
2007-11-13Outputting an own message when having more than one case in a helper, ↵Daniel Baumann
instead of a global one.
2007-11-13Adding checkbashsms call to test target of the Makefile as suggested by ↵Daniel Baumann
Trent W. Buck <trentbuck@gmail.com>.
2007-11-13Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.Daniel Baumann
2007-11-12Adding option to disable md5sum generation.Daniel Baumann
2007-11-12Removing the whole cache, not just the .deb cache in mini and minimal hooks, ↵Daniel Baumann
thanks to Franklin Piat <fpiat@bigfoot.com>.
2007-11-12Adding check to detect gnu-fdisk and using the original fdisk, thanks to ↵Daniel Baumann
Peter Skogström <peter.skogstrom@bitrunner.com> for the report.
2007-11-12Adding a check to see if user is running lh_clean from a sane location (i.e. ↵Daniel Baumann
not config/), thanks to Kai Hendry <hendry@webconverger.com>.
2007-11-11Adding some more fakeroot related fixes from An-Cheng Huang ↵Daniel Baumann
<ancheng@vyatta.com>.
2007-11-11Fixing typing error, thanks to An-Cheng Huang <ancheng@vyatta.com>.Daniel Baumann
2007-11-11Extending --force to also cover lockfiles to avoid recursive loop within trap.Daniel Baumann
2007-11-11Making umount calls check if they are actually necessary.Daniel Baumann
2007-11-11Fixing trap call, thanks to An-Cheng Huang <ancheng@vyatta.com>.Daniel Baumann
2007-11-11Updating to install the generic wrapper.Daniel Baumann
2007-11-11Improving trap call to unmount pseudo filesystem when failing as suggested ↵Daniel Baumann
by Justin Pryzby <jpryzby@quoininc.com>.
2007-11-11Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.Daniel Baumann
2007-11-11Adding generic lh wrapper.Daniel Baumann
2007-11-11Added warning about etch compatibility of lh_config options.Daniel Baumann
2007-11-11Fixing some coding style issues.Daniel Baumann
2007-11-11Allowing LH_BOOTSTRAP_FLAVOUR to be minimal or mini.Daniel Baumann
2007-11-11Adding custom reportbug script.Daniel Baumann
2007-11-11Evaluating local arguments befor setting the defaults (Closes: #444985).Daniel Baumann
2007-11-11Fixing wrong kernel flavour warning message on m68k.Daniel Baumann
2007-11-11Correcting some language shortcommings.Daniel Baumann
2007-11-11Fixing trap call as suggested by Justin Pryzby <jpryzby@quoininc.com> ↵Daniel Baumann
(Closes: #431160, #449087).
2007-11-11Preparing live-helper 1.0~a36-1.Daniel Baumann
2007-11-10Releasing live-helper 1.0~a35-1.Daniel Baumann
2007-11-10Adding option to allow building in fakeroot/fakechroot environment, thanks ↵Daniel Baumann
to An-Cheng Huang <ancheng@vyatta.com>.
2007-11-10Documenting preseeding for sun-java hooks, thanks to Antonio Amorim ↵Daniel Baumann
<Antonio.Amorim@sim.fc.ul.pt>.
2007-11-10Using shell redirection to truncate rather than additional ↵Daniel Baumann
commands/forks/files, thanks to Justin Pryzby <jpryzby@quoininc.com>.