Slide 41
Slide 41 text
© DeNA Co., Ltd. 41
1 VMイメージ
● Packer のコード例(Parallels/packer-examplesより抜粋)
source "parallels-ipsw" "sequoia_15_3_plus" {
# ...略...
boot_screen_config {
boot_command = [""]
screen_name = "Empty"
matching_strings = []
}
boot_screen_config {
boot_command = [""]
screen_name = "Language"
matching_strings = ["English", "Language", "Australia", "India"]
}
# ...略...
}