Jump to content

[Armbian build PR] - Feature request: add ROOT_FS_LABEL and BOOT_FS_LABEL


RSS Bot

Recommended Posts

Description

Current Armbian images has partitions without labels. If I want to mount them inside script, I have to find somehow the UUIDs. But with labels it will be easier to use something like

mount -v LABEL="armbian_root" /mnt/armbian

How has this been tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • [x] created image with ./compile.sh, recorded to SD-card with dd.

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

View the full article

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines