4 May
2004
4 May
'04
17:19
Where can I find a definition for the "init" element under "install"? I'm trying to include a username, password, & workgroup for a SMB share. I tried the following with no success: ... <init> <domain></domain> <gateway></gateway> <info_file> <![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # install: smb://192.168.0.23/suse8 workdomain: WORKGROUP username: skohrs password: passw0rd Usedhcp: 1 Textmode: 1 # end_linuxrc_conf # Do not remove the above comment #]]> </init> ... Can I place these values in-line, like with FTP? smb://WORKGROUP\skohrs:passw0rd@192.168.0.23/suse8