summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)Author
2008-01-16Checking for /sys/class rather than /sys/kernel, avoids problem when running ↵Daniel Baumann
under OpenVZ which doesn't have sys/kernel, thanks to Takeshi Yaegashi <yaegashi@debian.org>.
2008-01-15Re-order hooks such that local hooks are executed first. (Closes: #453360)Chris Lamb
Some non-local hooks clean the chroot too much, resulting in the local hooks having to perform identical clean-up tasks (for example, downloading a package). Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Re-add guards against bogus 'for' shell expansion.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Refactor d-i udeb handling with better failure mode (Closes: #444565)Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Use Install_file for udebs.Chris Lamb
2008-01-15Consistently using the pipe as seperator in sed commands now.Daniel Baumann
2008-01-15Move installing binary.deb/archives/*.deb.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Remove conditionals, as an expansion never 'fails': it justChris Lamb
won't copy any files. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Refactor installing file to binary/pool/main/./.* functionality.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Don'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. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-15Implement -v/--version and -h/--help in lh_clean.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-01-14Implement -u/--usage function in lh_clean (Closes: #454553)Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2007-12-23Don't fail if resolv.conf is a symlink, thanks to David Madore ↵Daniel Baumann
<david.madore@ens.fr> (Closes: #457595).
2007-12-22Switching to GPL3+.Daniel Baumann
2007-12-22Addjusting lh helper to be called from lh_local.Daniel Baumann
2007-12-22Adding lh_local based on the idea from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.Daniel Baumann
2007-11-21Fixed incomplete fdisk parameter list in lh_config --help.Daniel Baumann
2007-11-20Also removing manpage cache in cleanup.Daniel Baumann
2007-11-19Disabling global arguments in lh_clean (Closes: #451960).Daniel Baumann
2007-11-18Moving sanity check in lh_clean to the earliest possibility.Daniel Baumann
2007-11-18Switching lh_clean to proper command line arguments.Daniel Baumann
2007-11-18Fixing wrong parted call.Daniel Baumann
2007-11-18Adding 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>.
2007-11-16Adding binary filesystem option, currently only supporting fat16 and fat32.Daniel Baumann
2007-11-15Speeding up the dd call, thanks to Peter Skogstroem ↵Daniel Baumann
<peter.skogstrom@bitrunner.com>.
2007-11-14Do really not create the filesystem with parted.Daniel Baumann
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-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-13Fixing some coding style issues.Daniel Baumann
2007-11-13Adding 'remove' case, which is in between of all and purge.Daniel Baumann
2007-11-13Outputting an own message when having more than one case in a helper, ↵Daniel Baumann
instead of a global one.
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-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-11Making umount calls check if they are actually necessary.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-11Evaluating local arguments befor setting the defaults (Closes: #444985).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-10Using shell redirection to truncate rather than additional ↵Daniel Baumann
commands/forks/files, thanks to Justin Pryzby <jpryzby@quoininc.com>.
2007-11-10Renaming live-failsafe boot target to livefailsafe (Closes: #450576).Daniel Baumann
2007-11-02add new option --syslinux-menu to enable syslinux menuJesse Hathaway
added a new syslinux menu splash screen, I'm not an artist but I think it is better than the generic splash which was already included. Also added the svg file if anyone wants to make any changes.
2007-11-01Corrected wrong path, thanks to Ben Armstrong <synrg@debian.org>.Daniel Baumann