From: "Eric Bénard" <eric@eukrea.com>
To: barebox@lists.infradead.org
Subject: Re: what config setting causes barebox to automount the boot partition?
Date: Thu, 9 Feb 2012 14:02:38 +0100 [thread overview]
Message-ID: <20120209140238.49a3863b@eb-e6520> (raw)
In-Reply-To: <alpine.DEB.2.02.1202090652380.19369@oneiric>
Le Thu, 9 Feb 2012 06:54:40 -0500 (EST),
"Robert P. J. Day" <rpjday@crashcourse.ca> a écrit :
>
> i just noticed with my panda build that the boot partition of the SD
> card is automatically mounted under "boot". i don't remember that
> happening with my beagle, and i'm not sure if i messed with the config
> settings before building for the panda.
>
> what is it that generates that mount? thanks.
>
panda/board.c
mkdir ("/boot", 0666);
ret = mount(diskdev, "fat", "/boot");
if (ret) {
printf("failed to mount %s\n", diskdev);
return 0;
}
Eric
--
http://eukrea.com/en/news/104-2012
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-02-09 13:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-09 11:54 what config setting causes barebox to automount the boot partition? Robert P. J. Day
2012-02-09 13:02 ` Eric Bénard [this message]
2012-02-09 13:21 ` Robert P. J. Day
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=20120209140238.49a3863b@eb-e6520 \
--to=eric@eukrea.com \
--cc=barebox@lists.infradead.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.