Lines Matching +full:product +full:- +full:name
11 name="nuageinit"
23 if [ -f user_data ]; then
26 cd -
35 # config-2
37 drive="/dev/$f/[cC][oO][nN][fF][iI][gG]-2"
38 if [ -e $drive ]; then
39 citype=config-2
43 if [ -e $drive ]; then
49 if [ -n "$drive" ]; then
50 mkdir -p /media/nuageinit
52 mount -t $fs $drive /media/nuageinit
54 product=$(kenv smbios.system.product)
55 case "$product" in
57 mkdir -p /media/nuageinit/openstack/latest
58 ifaces=$(ifconfig -l ether)
59 set -- $ifaces
60 dhclient -p /tmp/ephemeraldhcp.pid $1
62 pkill -F /tmp/ephemeraldhcp.pid
63 citype=config-2
74 config-2)
77 if [ -d $dir ]; then
87 if [ -n "$drive" ]; then
91 rm -rf /media/nuageinit
95 load_rc_config $name