All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Iván Castell" <icastell@nayarsystems.com>
To: Yocto Project <yocto@yoctoproject.org>
Subject: Re: Kickstart file to customize rootfs mount opts not modifying fstab as expected
Date: Thu, 15 Mar 2018 13:22:12 +0100	[thread overview]
Message-ID: <CAALXFYz0GR3QYM5OLfSK9+XBSVHmOCKqdtQ18XFw5shXMqweuA@mail.gmail.com> (raw)
In-Reply-To: <CAALXFYz8FSAKqG8dTYy4Or5kyDPxmQ7-Snws5cVW89CHePEL3g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

After some googling I fixed my issue customizing mkefidisk.wks script, adding
"rootflags=data=journal" to the line related with the bootloader:

    bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4
console=ttyS0,115200 console=tty0 rootflags=data=journal noapic"

Now my rootfs is mounted with "journal" flag enabled:

    # mount | grep sda
    /dev/sda3 on / type ext4 (rw,relatime,nodelalloc,data=journal)

I don't know if this is the most proper way to manage this issue, but at
least it works now.

If some of you knows a better way to manage this, please let me know about
it.

Thank you in advance! :)

[-- Attachment #2: Type: text/html, Size: 1293 bytes --]

      reply	other threads:[~2018-03-15 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-14 12:16 Kickstart file to customize rootfs mount opts not modifying fstab as expected Iván Castell
2018-03-15 12:22 ` Iván Castell [this message]

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=CAALXFYz0GR3QYM5OLfSK9+XBSVHmOCKqdtQ18XFw5shXMqweuA@mail.gmail.com \
    --to=icastell@nayarsystems.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.