[Lunar-commits] CVS: moonbase/utils/memtest86+ BUILD, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Nov 11 02:23:40 UTC 2004


Update of /var/cvs/lunar/moonbase/utils/memtest86+
In directory espresso.foo-projects.org:/tmp/cvs-serv5517/memtest86+

Added Files:
	BUILD DETAILS POST_INSTALL 
Log Message:
Inital import.  I'm not 100% on the GRUB message.  If there is a grub 
user out that that thinks what I have is wrong, let me know.


--- NEW FILE: BUILD ---
(

  make            &&
  prepare_install &&
  
  install -D memtest.bin /boot/memtest86plus/memtest.bin

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=memtest86+
         VERSION=1.30
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://www.memtest.org/download/$VERSION/
      SOURCE_VFY=sha1:ea215b131899a8826d5a3e28f378f327740a32f3
        WEB_SITE=http://www.memtest.org
         ENTERED=20041110
         UPDATED=20041110
           SHORT="A bootable application to test your system's memory"

cat << EOF
Memtest86+ is a thorough, stand alone (you boot into it) memory tester
for x86 architecture computers.  This application is based on 
memtest86 and is considered more up-to-date and reliable than the 
original.
EOF

--- NEW FILE: POST_INSTALL ---
message "${MESSAGE_COLOR}In order to be able to boot into memtest86+, you"
message "need to update your bootloader configuration."
message "  For LILO add something like:"
message "     image = /boot/memtest86plus/memtest.bin"
message "     label = Memtest86Plus"
message "  For GRUB add something like:"
message "     title=Memtest86Plus"
message "     kernel=/boot/memtest86plus/memtest.bin"
message "     root${DEFAULT_COLOR}"

true



More information about the Lunar-commits mailing list