From 47921feae0a5eaa41b18c5d15da9c1f6619b40c5 Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Fri, 21 Apr 2017 09:57:01 +0200 Subject: Mount the root filesystem by label rather than path Support identifying the root filesystem via a kernel command line like 'ostree_root=LABEL=mylabel'. Also make it mount a filesystem labeled 'otaroot' by default. This means it is possible to test the Minnowboard build in Qemu. --- conf/include/local/sota_minnowboard.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/include/local/sota_minnowboard.inc b/conf/include/local/sota_minnowboard.inc index d39f4d3..36d1a17 100644 --- a/conf/include/local/sota_minnowboard.inc +++ b/conf/include/local/sota_minnowboard.inc @@ -6,4 +6,4 @@ EFI_PROVIDER = "grub-efi" WKS_FILE = "efiimage-sota.wks" IMAGE_BOOT_FILES = "" -OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk2p2 console=ttyS0,115200 console=tty0" +OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf