mirror of
https://github.com/kou029w/uzura.git
synced 2025-01-18 16:08:00 +00:00
quoting here document
This commit is contained in:
parent
5b70fe5f86
commit
eb0e5c6ad6
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ user-data ファイルの late-commands プロパティに下記のようなコ
|
||||||
# user-data
|
# user-data
|
||||||
late-commands:
|
late-commands:
|
||||||
- |
|
- |
|
||||||
cat <<EOF | install /dev/stdin /target/etc/rc.local
|
cat <<'EOF' | install /dev/stdin /target/etc/rc.local
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
: … ここに初回起動時に実行するコマンドを記述
|
: … ここに初回起動時に実行するコマンドを記述
|
||||||
|
|
Loading…
Add table
Reference in a new issue