2007-09-23 08:04:46 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2007-09-23 08:04:48 +00:00
|
|
|
# make-live(1) - utility to build Debian Live systems
|
|
|
|
# Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org>
|
|
|
|
#
|
2007-11-11 12:45:34 -01:00
|
|
|
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
|
|
|
# This is free software, and you are welcome to redistribute it
|
|
|
|
# under certain conditions; see COPYING for details.
|
2007-09-23 08:04:46 +00:00
|
|
|
|
2007-09-23 08:04:48 +00:00
|
|
|
set -e
|
2007-09-23 08:04:46 +00:00
|
|
|
|
2007-09-23 08:05:19 +00:00
|
|
|
echo "make-live is obsolete."
|
2007-09-23 08:05:17 +00:00
|
|
|
echo "Use lh_config and lh_build instead."
|
2007-09-23 08:05:11 +00:00
|
|
|
|
2007-09-23 08:05:17 +00:00
|
|
|
exit 1
|