$title('rbcp configuration file') name rbcp_configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Title: rbcpcnf.A86 ; ; file_server(file_server_name) ; The file_server macro allows configuration of the default file server. ; The file server name can be up to 16 characters. ; ; user(user_name) ; The user macro allows configuration of the default user for remote ; boot. The user_name parameter is an ascii string. ; ; password(passwd) ; The password macro allows configuration of the default user password. ; The passwd paramater is an ascii string. ; ; image_name(file_name) ; The image_name macro allows the user to configure the default boot ; image name. The file_name macro is an ascii string. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $include (rbcp.mac) %file_server(FILESRV) %user(SUPER) %password(passme) %image_name(/rboot/s120rsd.img) end