Building either bootable CD-ROM image or the regular image
This commit is contained in:
parent
9fb14b0ea1
commit
a57fc2a440
|
@ -1,4 +1,5 @@
|
||||||
#$Id$
|
#$Id$
|
||||||
|
#Copyright (c) 2009 Pierre Pronchery <khorben@defora.org>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +9,15 @@
|
||||||
|
|
||||||
#functions
|
#functions
|
||||||
#public
|
#public
|
||||||
|
#target_image
|
||||||
target_image()
|
target_image()
|
||||||
{
|
{
|
||||||
_image_image
|
case "$IMAGE_TYPE" in
|
||||||
|
"iso")
|
||||||
|
_image_iso
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
_image_image
|
||||||
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#$Id$
|
#$Id$
|
||||||
|
#Copyright (c) 2009 Pierre Pronchery <khorben@defora.org>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +9,15 @@
|
||||||
|
|
||||||
#functions
|
#functions
|
||||||
#public
|
#public
|
||||||
|
#target_image
|
||||||
target_image()
|
target_image()
|
||||||
{
|
{
|
||||||
_image_image
|
case "$IMAGE_TYPE" in
|
||||||
|
"iso")
|
||||||
|
_image_iso
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
_image_image
|
||||||
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user