diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-25 02:43:06 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:28:09 +0200 |
commit | 95af037624e4d78873ab142dd2fe543d2f38b15f (patch) | |
tree | d63c383dac53f95a6ebfb95e72353ec93dceb83a /include | |
parent | 413460db6d68a3160a0ed45d7761c7eee1a759f5 (diff) |
wibble
Diffstat (limited to 'include')
-rwxr-xr-x | include/partition.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/partition.sh b/include/partition.sh index a7d2a72..5879401 100755 --- a/include/partition.sh +++ b/include/partition.sh @@ -81,8 +81,8 @@ encrypt=$RET # Install GRUB on the first device in case of an array -db_set grub-installer/bootdev "${device%% *}" -db_fset grub-installer/bootdev seen true +db_set grub-installer/bootdev "${device%% *}" +db_fset grub-installer/bootdev seen true db_set grub-installer/only_debian false # dirty fix for #666974 part_boot= |