mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Merge pull request #12 from YunoHost/fix-virtualmachine
[fix] Make iso work again for virtualmachine
This commit is contained in:
commit
1ea31fd8e8
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue