From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: yocto@yoctoproject.org
Subject: Re: wic adds wrong mount lines to my fstab
Date: Wed, 10 Feb 2016 12:19:13 +0200 [thread overview]
Message-ID: <20160210101913.GA31234@linux.intel.com> (raw)
In-Reply-To: <20160209082916.GB6748@graute-opti>
Hi Oliver,
On Tue, Feb 09, 2016 at 09:29:16AM +0100, Oliver Graute wrote:
> # It uses SPL and u-boot
> #
> # The disk layout used is:
> # - ----- --------- ---------- -------- --------- ---------- ------------
> # | | SPL | u-boot | /boot1 | /boot2 | rootfs1 | rootfs2 | data |
> # - ----- --------- ---------- -------- --------- ---------- ------------
> # ^ ^ ^ ^ ^ ^
> # | | | | | |
> # 0 1kiB 69kiB 4MiB 4MiB + 20MiB 4MiB + 8Mib + rootfs1 + rootfs2 + data
> #
> part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1
> part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 69
> part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 20M --extra-space 0
> #part /boot2 --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot2 --active --align 4096 --size 8M --extra-space 0
> part / --source rootfs --ondisk mmcblk --fstype=ext3 --label root --align 4 --size 125
> part /rescue --source rootfs --ondisk mmcblk --fstype=ext3 --label secondary --align 4 --size 125
> part /data --ondisk mmcblk --fstype=ext3 --label data --align 4 --size 730
>
> Some sugesstions to fix this?
How exactly wic complains if you use --ondisk mmcblk0 ?
It worked for me with this .wks:
part /boot --source bootimg-pcbios --ondisk mmcblk0 --label boot --active --align 1024
part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label root --align 1024
part /rescue --source rootfs --ondisk mmcblk0 --fstype=ext3 --label secondary --align 4 --size 125
part /data --ondisk mmcblk0 --fstype=ext3 --label data --align 4 --size 730
bootloader --timeout=0 --append="rootwait rootfstype=ext3 console=tty0"
and produced these 2 lines in fstab:
/dev/mmcblk0p3 /rescue ext3 defaults 0 0
/dev/mmcblk0p5 /data ext3 defaults 0 0
If you provide more info about your setup(layers used?) I can try to
reproduce it and fix the issue.
Creating bug in https://bugzilla.yoctoproject.org would be great too.
--
Regards,
Ed
next prev parent reply other threads:[~2016-02-10 12:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-09 8:29 wic adds wrong mount lines to my fstab Oliver Graute
2016-02-10 10:19 ` Ed Bartosh [this message]
2016-02-10 19:06 ` Oliver Graute
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160210101913.GA31234@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.