diff options
| -rw-r--r-- | meta/classes/boot-directdisk.bbclass | 1 | ||||
| -rw-r--r-- | meta/classes/image-live.bbclass | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index ee8c74438c..ce637b89d7 100644 --- a/meta/classes/boot-directdisk.bbclass +++ b/meta/classes/boot-directdisk.bbclass | |||
| @@ -58,7 +58,6 @@ inherit ${EFI_CLASS} | |||
| 58 | 58 | ||
| 59 | # Get the build_syslinux_cfg() function from the syslinux class | 59 | # Get the build_syslinux_cfg() function from the syslinux class |
| 60 | 60 | ||
| 61 | AUTO_SYSLINUXCFG = "1" | ||
| 62 | DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" | 61 | DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" |
| 63 | SYSLINUX_ROOT ?= "root=/dev/sda2" | 62 | SYSLINUX_ROOT ?= "root=/dev/sda2" |
| 64 | SYSLINUX_TIMEOUT ?= "10" | 63 | SYSLINUX_TIMEOUT ?= "10" |
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index d2314aaf0a..badf40de54 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | 1 | ||
| 2 | AUTO_SYSLINUXCFG = "1" | ||
| 3 | INITRD_IMAGE ?= "core-image-minimal-initramfs" | 2 | INITRD_IMAGE ?= "core-image-minimal-initramfs" |
| 4 | INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz" | 3 | INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz" |
| 5 | SYSLINUX_ROOT ?= "root=/dev/ram0" | 4 | SYSLINUX_ROOT ?= "root=/dev/ram0" |
