mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
[fix] Make iso work again for virtualmachine
This commit is contained in:
parent
8d44ff3484
commit
321b236646
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ debconf debconf/frontend select Noninteractive
|
||||||
### Boot loader installation
|
### Boot loader installation
|
||||||
d-i grub-installer/only_debian boolean true
|
d-i grub-installer/only_debian boolean true
|
||||||
d-i grub-installer/with_other_os 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
|
### Finishing up the installation
|
||||||
d-i finish-install/reboot_in_progress note
|
d-i finish-install/reboot_in_progress note
|
||||||
|
|
Loading…
Add table
Reference in a new issue