We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there,
Thanks for your time and effort on toybox!
I am using a blkid -L CUSTOMLABEL in my custom initramfs scripts, I have an ISO with the following blkid:
blkid -L CUSTOMLABEL
blkid
/dev/loop0: BLOCK_SIZE="2048" UUID="2024-06-21-19-34-09-00" LABEL="CUSTOMLABEL" TYPE ="iso9660" PTUUID="8accdc61-d931-4b5a-bc3a-ba34d52a8caf" PTTYPE="gpt"
Running util-linux's blkid -L CUSTOMLABEL shows /dev/loop0 while running toybox's blkid shows:
/dev/loop0
SEC_TYPE="msdos"GLAUCUS
The output SEC_TYPE="msdos" does not belong here.
SEC_TYPE="msdos"
Running blkid -U "2024-06-21-19-34-09-00" works fine for both util-linux and toybox, so the issue is just with blkid -L.
blkid -U "2024-06-21-19-34-09-00"
blkid -L
Is this intended behavior?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there,
Thanks for your time and effort on toybox!
I am using a
blkid -L CUSTOMLABEL
in my custom initramfs scripts, I have an ISO with the followingblkid
:Running util-linux's
blkid -L CUSTOMLABEL
shows/dev/loop0
while running toybox'sblkid
shows:The output
SEC_TYPE="msdos"
does not belong here.Running
blkid -U "2024-06-21-19-34-09-00"
works fine for both util-linux and toybox, so the issue is just withblkid -L
.Is this intended behavior?
Thanks in advance!
The text was updated successfully, but these errors were encountered: