1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

poky-image-sato-cd: fixed name of resulting image

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2030 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-06-27 13:18:24 +00:00
parent 47d937f9c4
commit 0b7225001f
+1 -1
View File
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "bootcdx86"
IMAGE_NAME = "${PN}-${DATETIME}"
AUTO_SYSLINUXCFG = "1"
INITRD = "${DEPLOY_DIR_IMAGE}/oh-image-sato-${MACHINE}.ext2"
INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext2"
LABELS = "poky"
APPEND = "root=/dev/ram0"