mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
hwdb: rename .html=>.csv
The old suffix is now confusing.
This commit is contained in:
parent
3e0cf73243
commit
94113d5f19
@ -28,5 +28,5 @@ print('# This file is part of systemd.\n'
|
||||
'# https://uefi.org/uefi-pnp-export\n'
|
||||
'# https://uefi.org/uefi-acpi-export')
|
||||
|
||||
read_table("acpi_id_registry.html")
|
||||
read_table("pnp_id_registry.html")
|
||||
read_table('acpi_id_registry.csv')
|
||||
read_table('pnp_id_registry.csv')
|
||||
|
@ -21,8 +21,8 @@ if [ "${2:-}" != "-n" ]; then (
|
||||
curl --fail -L -o ma-large.txt 'http://standards-oui.ieee.org/oui/oui.txt'
|
||||
curl --fail -L -o ma-medium.txt 'http://standards-oui.ieee.org/oui28/mam.txt'
|
||||
curl --fail -L -o ma-small.txt 'http://standards-oui.ieee.org/oui36/oui36.txt'
|
||||
curl --fail -L -o pnp_id_registry.html 'https://uefi.org/uefi-pnp-export'
|
||||
curl --fail -L -o acpi_id_registry.html 'https://uefi.org/uefi-acpi-export'
|
||||
curl --fail -L -o pnp_id_registry.csv 'https://uefi.org/uefi-pnp-export'
|
||||
curl --fail -L -o acpi_id_registry.csv 'https://uefi.org/uefi-acpi-export'
|
||||
) fi
|
||||
|
||||
set -x
|
||||
|
Loading…
Reference in New Issue
Block a user