2c803889d6
Move getty configuration from the .post-install script to deviceinfo.
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
|
|
# We'll update the hwdb so that the meta key gets fixed
|
|
echo "UPDATING HWDB..."
|
|
udevadm hwdb --update
|