blob: b2c8ff60d224a3b845589dcd35d8fb7cee012c36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright (C) 2008 Intel Corporation.
#
DESCRIPTION = "Minimal Bootable Live Image"
require moblin-image-live.inc
LABELS += "boot install"
ROOTFS = "${DEPLOY_DIR_IMAGE}/moblin-image-minimal-${MACHINE}.ext3"
do_bootimg[depends] += "moblin-image-minimal:do_rootfs"
|