Skip to content
Snippets Groups Projects
Unverified Commit fff61513 authored by Dylan Van Assche's avatar Dylan Van Assche
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
# bootmac
Bootmac configures the MAC addresses of WLAN and Bluetooth interfaces at boot.
Bootmac can be invoked in various ways at boot, but currently only udev rules are tested.
Bootmac generates MAC addresses from the `serialno` provided by Android bootloaders
through `/proc/cmdline` or from `/etc/machine-id`.
The [Organizationally Unique Identifier (OUI)](https://en.wikipedia.org/wiki/Organizationally_unique_identifier)
is retrieved from a lookup database `macdb` by matching `deviceinfo_manufacturer`
from `/etc/deviceinfo` with the entries in the database.
## License
GPLv3
Copyright (c) Dylan Van Assche (2022)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment