summaryrefslogtreecommitdiffstats
path: root/conf/include
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2017-04-21 09:57:01 +0200
committerPhil Wise <phil@advancedtelematic.com>2017-04-21 09:57:01 +0200
commit47921feae0a5eaa41b18c5d15da9c1f6619b40c5 (patch)
tree05e707e646281d0af228c511fed8dfeb0ca67099 /conf/include
parentc5ca4c893bf6336bb3675b2aa24dc8c6e44fc82f (diff)
downloadmeta-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/include')
-rw-r--r--conf/include/local/sota_minnowboard.inc2
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"
6WKS_FILE = "efiimage-sota.wks" 6WKS_FILE = "efiimage-sota.wks"
7IMAGE_BOOT_FILES = "" 7IMAGE_BOOT_FILES = ""
8 8
9OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk2p2 console=ttyS0,115200 console=tty0" 9OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0"