[arch-commits] Commit in memtest86+/trunk (memtest86+.install)

Eric Bélanger eric at archlinux.org
Tue Jan 3 20:31:43 UTC 2012


    Date: Tuesday, January 3, 2012 @ 15:31:43
  Author: eric
Revision: 145891

Fix typos and improve .install file message (close FS#27810)

Modified:
  memtest86+/trunk/memtest86+.install

--------------------+
 memtest86+.install |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: memtest86+.install
===================================================================
--- memtest86+.install	2012-01-03 19:57:08 UTC (rev 145890)
+++ memtest86+.install	2012-01-03 20:31:43 UTC (rev 145891)
@@ -1,18 +1,18 @@
 post_install() {
 cat << EOF
-For using memtest86+ please modifiy your bootloaders.
+For using memtest86+, please modify your bootloaders.
 
 If /boot is on root partitions:
-==> GRUB add this to /boot/grub/menu.lst
+==> GRUB: add this to /boot/grub/menu.lst
 title  Memtest86+  [/boot/memtest86+/memtest.bin]
 kernel (hd?,?)/boot/memtest86+/memtest.bin
 
-==> Lilo add this to lilo.conf
+==> Lilo: add this to lilo.conf
 image  = /boot/memtest86+/memtest.bin
 label  = "Memtest86+"
 
-If /boot is on seperate partition then just use /memtest86+/memtest.bin
-without /boot prefix.
+If /boot is on a separate partition, then just use /memtest86+/memtest.bin
+without the /boot prefix.
 EOF
 }
 




More information about the arch-commits mailing list