aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/Installing/pages/manual.adoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/Installing/pages/manual.adoc b/modules/Installing/pages/manual.adoc
index df4cffe..2527e26 100644
--- a/modules/Installing/pages/manual.adoc
+++ b/modules/Installing/pages/manual.adoc
@@ -307,8 +307,6 @@ DISKLABEL:: The type of partition table to use. Defaults to dos, but also allows
ROOTFS:: The filesystem to use on `/`, defaults to ext4, also allows ext2, ext3, (flat) btrfs and xfs.
USE_EFI:: Enable this to force using UEFI.
-CAUTION: Due to current issues with grub it is recommended to avoid grub and UEFI (as the latter requires it to function).
-
.Command Line Options:
[horizontal]
-m:: The disk mode to use - you want `-m sys`.
@@ -489,6 +487,7 @@ To actually run it, you simply have to specify the specific mountpoint.
In our example, this is `setup-disk /mnt`.
// TODO: xref to intro - support channels
+// TODO: maybe mention `/etc/default/grub`?
[CAUTION]
====
Bootloader setup, and grub in particular, tends to have issues.