mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
* hostname with serial number * add systemd.hostname kernel param * /etc/hostname is now a symlink * probably shouldn't have moved that * fix path * force symlink * update kernel load script to support passing in device name * remove kernel param * change hostname from tici to comma * bump kernel
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
scp output/linux-headers*.deb comma:/tmp/
|
|
ssh comma "sudo apt install -yq /tmp/linux-headers*.deb"
|
|
|