diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-04-21 09:57:01 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-04-21 09:57:01 +0200 |
commit | 47921feae0a5eaa41b18c5d15da9c1f6619b40c5 (patch) | |
tree | 05e707e646281d0af228c511fed8dfeb0ca67099 /conf | |
parent | c5ca4c893bf6336bb3675b2aa24dc8c6e44fc82f (diff) | |
download | meta-updater-47921feae0a5eaa41b18c5d15da9c1f6619b40c5.tar.gz |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/local/sota_minnowboard.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
6 | WKS_FILE = "efiimage-sota.wks" | 6 | WKS_FILE = "efiimage-sota.wks" |
7 | IMAGE_BOOT_FILES = "" | 7 | IMAGE_BOOT_FILES = "" |
8 | 8 | ||
9 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk2p2 console=ttyS0,115200 console=tty0" | 9 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" |