diff options
Diffstat (limited to 'com32/hdt/hdt-cli.c')
-rw-r--r-- | com32/hdt/hdt-cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c index 5b1da6f5..3f714858 100644 --- a/com32/hdt/hdt-cli.c +++ b/com32/hdt/hdt-cli.c @@ -45,7 +45,7 @@ void set_mode(struct s_cli_mode *cli_mode, cli_mode_t mode, struct s_hardware *h break; case PXE_MODE: - if (hardware->sv->filesystem == SYSLINUX_FS_PXELINUX) { + if (hardware->sv->filesystem != SYSLINUX_FS_PXELINUX) { more_printf("You are not currently using PXELINUX\n"); break; } |