Skip to content

Instantly share code, notes, and snippets.

@tsahara
Last active January 4, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsahara/8643180 to your computer and use it in GitHub Desktop.
Save tsahara/8643180 to your computer and use it in GitHub Desktop.

明示的にサポートしている capability は

  • change_host_name
  • configure_networks
  • halt
  • mount_nfs_folder

linux に(のみ)あるのは

  • insert_public_key : 動いた方がいいんだろうな。
  • shell_expand_guest_path : 使われ方を見た感じ、無くて良さそう。
  • mount_virtualbox_shared_folder : そもそも動かない
  • nfs_client_installed : OpenBSD では NFS client は必ず入っているから不要
  • read_ip_address : 動いてない
  • rsync_pre : OpenBSD でも同じ

Patch の妥当性は?

  • パッチをあてないと nfs マウントできない
  • insert_public_key は壊れる?
  • rsync_pre も同じく

やること:

  1. nfs_client_installed のサポート : return true で良い。
  2. 実装のコピー: insert_public_key rsync_pre
  3. shell_expand_guest_path.rb は... いるのか?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment