最終更新:2023-06-02 (金) 09:27:47 (346d)  

seed.iso/meta-data
Top / seed.iso / meta-data

local-hostname: vm_hostname
# eth0 is the default network interface enabled in the image. You can configure static network settings with an entry like the following.
network-interfaces: |
  auto eth0
  iface eth0 inet static
  address 192.168.1.10
  network 192.168.1.0
  netmask 255.255.255.0
  broadcast 192.168.1.255
  gateway 192.168.1.254
  • vm_hostname を任意の VM ホスト名に置き換え、必要に応じてネットワーク設定を行います。