David Kramer
David Kramer
I haven't investigated Big Sur recently. I couldn't figure out how to download the installer app when the first beta came out, and I haven't revisited it. It sounds like...
I started to look into this. It doesn't look promising. The first problem, as you discovered, is that the `InstallInfo.plist` file is no longer present in Big Sur installer app....
@andreiborisov Thanks for the link. I'll try playing around with running `macinbox` from a Big Sur recovery partition, but I'm not optimistic that it'll work, and even if it does,...
Hello @strega-nil, thank you for reporting this issue. My LANG is usually set to `en_US.UTF-8` and probably explains why I've never seen this before. It should be straightforward to override...
I haven't been able to reproduce this issue, so I'm not sure if the change I had in mind fixes it. I was able to create a Terminal profile with...
My idea was to put `ENV['LANG'] = 'en_US.UTF-8'` in `cli.rb` near the top of the `start` method.
@gitpushdashf I’m sorry this isn’t working for you. Thanks for letting me know. Could you try rerunning the command with the verbose flag and seeing if you get more detail?...
@adamwolf I don’t use a workflow that relies on /vagrant so I haven’t encountered this before. I believe it might be possible to create /vagrant as part of a macinbox...
To support the default rsync case, perhaps we should update `macinbox` to create a `synthetic.conf` in the VM image and add an entry to it like this: ``` vagrant var/root/vagrant...
Sure, that seems reasonable.