blob: 81c07b7e50cceb020ffaea06fd9fb05885b1d283 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Sato Bootable Live Image"
require moblin-image-live.inc
LABELS += "boot install"
ROOTFS = "${DEPLOY_DIR_IMAGE}/moblin-image-sato-${MACHINE}.ext3"
do_bootimg[depends] += "moblin-image-sato:do_rootfs"
|