Re: what config setting causes barebox to automount the boot partition?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le Thu, 9 Feb 2012 06:54:40 -0500 (EST),
"Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux