Skip to content

Commit

Permalink
Debian packaging: Replace arch-dependent grub packages with grub-common
Browse files Browse the repository at this point in the history
The previous problem of the dependency is that grub has ALOT of target architectures, and if running on an architecture that is not enumerated here APT will try to install grub-pc, which effectively removed the proper GRUB bootloader previously installed on system and interrupts the following bootup process.

This patch drops the dependency as it is not required anyway, we now depend on grub-common which shoud provide everything we need.

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Oct 15, 2017
1 parent b926427 commit 1d56809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Standards-Version: 3.8.1

Package: woeusb
Architecture: any
Depends: grub-pc | grub-efi-amd64 | grub-efi-ia32,
Depends: grub-common,
grub-pc-bin,
ntfsprogs | ntfs-3g (>= 1:2011),
p7zip-full,
Expand Down

0 comments on commit 1d56809

Please sign in to comment.