summaryrefslogtreecommitdiffstats
path: root/daemon/grub.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/grub.c')
-rw-r--r--daemon/grub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/grub.c b/daemon/grub.c
index 8fcd911d..0a49c45d 100644
--- a/daemon/grub.c
+++ b/daemon/grub.c
@@ -34,7 +34,6 @@ do_grub_install (char *root, char *device)
NEED_ROOT (-1);
ABS_PATH (root, return -1);
- RESOLVE_DEVICE (device, return -1);
if (asprintf_nowarn (&buf, "--root-directory=%R", root) == -1) {
reply_with_perror ("asprintf");