diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-01 11:13:32 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-22 23:17:28 +0200 |
commit | 784fdaed2562d19c6c630910d41650e889dc51b7 (patch) | |
tree | 7433a859c7b6a0c8f2171272044bbe1c3208da56 /chapter10/grub.xml | |
parent | 4467b18d3f43db4116864efa4171062c5d000602 (diff) |
Remove all versiond entities
Diffstat (limited to 'chapter10/grub.xml')
-rw-r--r-- | chapter10/grub.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index c32783e9a..b35d75540 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -156,8 +156,8 @@ set timeout=5 insmod ext2 set root=(hd0,2) -menuentry "GNU/Linux, Linux &linux-version;-lfs-&versiond;" { - linux /boot/vmlinuz-&linux-version;-lfs-&versiond; root=/dev/sda2 ro +menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" { + linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro }</literal> EOF</userinput></screen> |