Commit fbc8c71
authored
made the vagrant bootstrap script non-interactive. This fixes a problem during Vagrant set up of Ubuntu where it gets stuck on installing grub-2, because there is no human input. Without this fix, one needs to ctrl-c out of the vagrant ubuntu install, do 'vagrant ssh' into the vm, do some dpkg stuff selecting the right options for grub-2, before it succeeds. This is discouraging for new comers to vagrant and linux. (#694)
Signed-off-by: Joshua Tsang <joshua.mh.tsang@gmail.com>1 parent ddf3cbd commit fbc8c71
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments