Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
xxd
to cut
for google_nvme_id
`google_nvme_id` script currently uses `xxd` to parse nvme device info, but we need to install additional package `xxd` for fedora, `vim-common` and `vim-filesystem` for centos (or rhel) before using it. Replace it with `cut` and we do not need to install additional packages. See coreos/fedora-coreos-config#2412 (comment)
- Loading branch information