diff options
Diffstat (limited to 'es_ES.ISO8859-1/articles/pxe/loader.rc')
-rw-r--r-- | es_ES.ISO8859-1/articles/pxe/loader.rc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/es_ES.ISO8859-1/articles/pxe/loader.rc b/es_ES.ISO8859-1/articles/pxe/loader.rc new file mode 100644 index 0000000000..95130eb4df --- /dev/null +++ b/es_ES.ISO8859-1/articles/pxe/loader.rc @@ -0,0 +1,11 @@ +\ $Wintelcom: src/freebsd/pxe/doc/loader.rc,v 1.1 2000/07/15 07:20:37 bright Exp $ +\ $FreeBSD$ +echo Loading Kernel... +load /kernel +echo Loading mfsroot... +load -t mfs_root /mfsroot +echo booting... +echo \007\007 +echo initializing h0h0magic... +set vfs.root.mountfrom="ufs:/dev/md0c" +boot |