From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oscar Gomez Fuente Date: Mon, 2 May 2016 11:51:48 +0200 Subject: [Buildroot] [genimage] Create a folder with a file using genimage In-Reply-To: <87k2jgtlbq.fsf@dell.be.48ers.dk> References: <87bn4tv2d2.fsf@dell.be.48ers.dk> <87r3dotxgr.fsf@dell.be.48ers.dk> <87k2jgtlbq.fsf@dell.be.48ers.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Ok Peter, I've checked BR2_TARGET_ROOTFS_EXT2_LABEL, BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS and I've changed the boot image label: ... image boot.vfat { vfat { extraargs = "-n mylabel" ... And all work fine. Thank you very much. Best regards. Oscar Gomez Fuente On 29 April 2016 at 18:46, Peter Korsgaard wrote: > >>>>> "Peter" == Peter Korsgaard writes: > > Hi, > > >> 1?.- Is there any way to give the partition boot the label "BOOT" and > the > >> partition rootfs the label "rootfs"? It will be very useful because > when I > >> insert the sd card in a computer I'm going to know the folder name > where is > >> going to be mounted the sd card. > > > I think you are referring to fat/ext2 filesystem labels as PC-style > > partitions don't have labels. > > > We currently don't have an option to set the ext2 label of the > > filesystem Buildroot creates, but I'll add that now. > > Ehh, I remembered wrong - We already DO have an option for it: > > config BR2_TARGET_ROOTFS_EXT2_LABEL > string "filesystem label" > > -- > Bye, Peter Korsgaard > -------------- next part -------------- An HTML attachment was scrubbed... URL: