Skip to content
Snippets Groups Projects
Forked from redox-os / redoxfs
170 commits behind the upstream repository.
  • Robin Randhawa's avatar
    37aab3e5
    redoxfs: Add '--get-uuid' support · 37aab3e5
    Robin Randhawa authored
    With this, `redoxfs --get-uuid <disk>` prints out the UUID of the
    provided redoxfs disk image.
    
    This is needed especially for aarch64 kernels where the UUID of the boot
    disk needs to be passed to the kernel by the bootloader. With this
    extension to the mount command, the kernel build glue can query the
    prepared redoxfs image for it's UUID.
    37aab3e5
    History
    redoxfs: Add '--get-uuid' support
    Robin Randhawa authored
    With this, `redoxfs --get-uuid <disk>` prints out the UUID of the
    provided redoxfs disk image.
    
    This is needed especially for aarch64 kernels where the UUID of the boot
    disk needs to be passed to the kernel by the bootloader. With this
    extension to the mount command, the kernel build glue can query the
    prepared redoxfs image for it's UUID.
mount.rs 8.08 KiB