Merge pull request #12 from YunoHost/fix-virtualmachine

[fix] Make iso work again for virtualmachine
This commit is contained in:
ljf (zamentur) 2021-05-05 22:13:58 +02:00 committed by GitHub
commit 1ea31fd8e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ debconf debconf/frontend select Noninteractive
### Boot loader installation
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i grub-installer/bootdev string /dev/sda
d-i grub-installer/bootdev string default
### Finishing up the installation
d-i finish-install/reboot_in_progress note

View file

@ -97,7 +97,7 @@ debconf debconf/frontend select Noninteractive
### Boot loader installation
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
#d-i grub-installer/bootdev string /dev/sda
#d-i grub-installer/bootdev string default
### Finishing up the installation
d-i finish-install/reboot_in_progress note