From 026fde0f01a4d4df8dceb32579d130738b14d7a3 Mon Sep 17 00:00:00 2001 From: Kunhoon Baik Date: Thu, 10 Mar 2016 23:33:11 +0900 Subject: Temporary For Wearable Circle Target "initrd" This patch is so ugly because it assumes several dependencies. Best Approach is to provide own initrd for circle target. Until the initrd issue will be solved, this patch will be kept. Change-Id: I450a9facb3b3e0545b73bd7e0e62860392d1b5e1 --- etc/fstab_initrd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/fstab_initrd (limited to 'etc') diff --git a/etc/fstab_initrd b/etc/fstab_initrd new file mode 100644 index 0000000..7056f20 --- /dev/null +++ b/etc/fstab_initrd @@ -0,0 +1,6 @@ +# In case of using MCD initrd, / and /opt is already mounted by initrd +# Thus, this patch is temporary files for wearable. +# Basically, initrd should consider this issue. +# +/dev/root / ext4 defaults,noatime 0 1 +PARTLABEL=user /opt/usr ext4 defaults,noatime 0 2 -- cgit v1.2.3