live-build/helpers/lh_build

18 lines
196 B
Plaintext
Raw Normal View History

2007-09-23 08:04:46 +00:00
#!/bin/sh
# lh_build(1) - build a Debian system
set -e
# Bootstrapping system
lh_bootstrap
# Customizing chroot
lh_chroot
# Building binary image
lh_binary
# Building source image
lh_source