diff options
-rw-r--r-- | release/SETUP | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/SETUP b/release/SETUP index 319a948b..92f3c241 100644 --- a/release/SETUP +++ b/release/SETUP @@ -38,7 +38,7 @@ if test "$BOOT_DEV" && /bin/sh ./MAKEDEV "$BOOT_DEV"; then read yn case "$yn" in "" | "[yY]*") - /bin/sh /INSTALL-GRUB-MBR /dev/r$BOOT_DEV;; + /bin/sh /INSTALL-GRUB-MBR /dev/$BOOT_DEV;; esac fi |