diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-05 11:48:25 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-05 11:48:47 -0400 |
commit | e201362dcb90bc23918d638bd0309ce7acc7fcbb (patch) | |
tree | d411065288b5644c5a625034bcf6b7091116ffcf /sys-boot | |
parent | www-client/opera-developer: Old. (diff) | |
download | gentoo-e201362dcb90bc23918d638bd0309ce7acc7fcbb.tar.gz gentoo-e201362dcb90bc23918d638bd0309ce7acc7fcbb.tar.bz2 gentoo-e201362dcb90bc23918d638bd0309ce7acc7fcbb.zip |
sys-boot/grub: typo
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/files/grub.cfg.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/files/grub.cfg.example b/sys-boot/grub/files/grub.cfg.example index 4c6e46435826..1a19929ff46c 100644 --- a/sys-boot/grub/files/grub.cfg.example +++ b/sys-boot/grub/files/grub.cfg.example @@ -35,7 +35,7 @@ menuentry "Gentoo Linux 4.7.2" { #insmod btrfs insmod ext2 #insmod xfs - #inmod zfs + #insmod zfs # Search all block devices for a matching UUID (for /boot) search --set=root --fs-uuid 33d4013a-ec25-4462-a540-8078aeb8ed17 |