aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-01-22 21:11:42 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-01-22 21:11:42 -0500
commitb41a0aa77a6022266e6b92a0301654f34881e468 (patch)
treee4f2e8327b2f29eeaa349562498c7d41e6185f89
parentf1ef2e03bd8d27e9735843eab0e513726b9848fc (diff)
downloaduser-handbook-b41a0aa77a6022266e6b92a0301654f34881e468.tar.bz2
user-handbook-b41a0aa77a6022266e6b92a0301654f34881e468.tar.xz
Update section on grub
Grub should properly set itself up now, but may require custom tweaks in `/etc/default/grub`. - Remove the warning regarding grub - Add TODO: explain `/etc/default/grub`
-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.