aboutsummaryrefslogtreecommitdiff
path: root/docs/future
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-11-12 22:16:27 +0000
committerLeah Rowe <info@minifree.org>2016-11-12 22:16:27 +0000
commitfc5c2af1a2ed58986dbbb6310bf1e2ca789f135e (patch)
tree2ea840368daf0abbf46362e2bbbbb8539e43f46d /docs/future
parent3f7a1d2a32636cd214ca0c0220f4ad0b4f5e2da9 (diff)
downloadlibrebootfr-fc5c2af1a2ed58986dbbb6310bf1e2ca789f135e.tar.gz
librebootfr-fc5c2af1a2ed58986dbbb6310bf1e2ca789f135e.zip
Say GNU+Linux instead of GNU/Linux. This is less confusing for normal people
Diffstat (limited to 'docs/future')
-rw-r--r--docs/future/dumps/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/future/dumps/grub.cfg b/docs/future/dumps/grub.cfg
index 5bd1a50b..c3a9d073 100644
--- a/docs/future/dumps/grub.cfg
+++ b/docs/future/dumps/grub.cfg
@@ -2,7 +2,7 @@ set default="0"
set timeout=1
set pager=1
-menuentry 'GNU/Linux with linux-libre 3.14.4' {
+menuentry 'GNU+Linux with linux-libre 3.14.4' {
linux (ahci0,1)/boot/vmlinuz-3.14.4-gnuowen root=/dev/sda1 processor.max_cstate=2 drm.debug=0x06 console=tty0 console=ttyS0,115200n8
initrd (ahci0,1)/boot/initrd.img-3.14.4-gnuowen
}