3 lines
68 B
Bash
3 lines
68 B
Bash
|
|
#!/bin/sh -e
|
||
|
|
logger -t "rc.firstboot" "Starting first boot actions"
|