*** empty log message ***

This commit is contained in:
Ben Gras 2005-07-27 14:30:25 +00:00
parent b924ce0726
commit ed6459b304
2 changed files with 2 additions and 2 deletions

View file

@ -378,7 +378,7 @@ if [ $cache -eq 0 ]; then cache=; else cache="ramsize=$cache"; fi
# Make bootable.
installboot -d /dev/$root /usr/mdec/bootblock /boot/boot >/dev/null || exit
edparams /dev/$root "rootdev=$root; ramimagedev=$root; $cache; $inetparams; main() { delay 2000; boot }; save" || exit
edparams /dev/$root "rootdev=$root; ramimagedev=$root; $cache; $inetparams; main() { trap 2000 boot; menu; }; save" || exit
pfile="/usr/src/tools/fdbootparams"
echo "Remembering boot parameters in ${pfile}."
echo "rootdev=$root; ramimagedev=$root; $cache; save" >$pfile || exit

View file

@ -17,7 +17,7 @@
* make select cancel disappearing fp's
*/
#define DEBUG_SELECT 1
#define DEBUG_SELECT 0
#include "fs.h"
#include "dmap.h"