8 lines
142 B
Bash
Executable file
8 lines
142 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cat <<EOF >${TARGET_DIR}/etc/issue
|
|
Welcome to CHIP Buildroot-2024.08
|
|
|
|
CHIP Buildroot contains various open source software.
|
|
|
|
EOF
|