mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
Merge pull request #5690 from ThomasWaldmann/avoid-grub-install-issue-1.1
avoid grub-install asking interactively for device
This commit is contained in:
commit
2428d9285d
1 changed files with 2 additions and 0 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -11,6 +11,8 @@ def packages_debianoid(user)
|
|||
return <<-EOF
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update
|
||||
# in case we get a grub update, it must not interactively ask for boot device:
|
||||
echo "set grub-pc/install_devices /dev/sda" | debconf-communicate
|
||||
# install all the (security and other) updates
|
||||
apt-get dist-upgrade -y
|
||||
# for building borgbackup and dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue