remove nonexistent packages from install list
[unleashed-kayak.git] / sample / 000000000000.sample
blob3e1250ce2457ea09f7d0f7d6338bfdfec9a5dbb3
1 # See http://omnios.omniti.com/wiki.php/KayakClientOptions
2 BuildRpool c0t0d0 c0t1d0
3 SetHostname instalz
4 SetTimezone UTC
5 UseDNS 4.2.2.1 example.com
7 # Substitute your interface name for "e1000g0" below
8 Postboot '/sbin/ipadm create-if e1000g0'
9 Postboot '/sbin/ipadm create-addr -T dhcp e1000g0/v4'
11 # For static networking, edit the following for your environment
12 #   and remove the second ipadm line above.
13 # Postboot '/sbin/ipadm create-addr -T static -a 192.168.1.2/24 e1000g0/v4'
14 # Postboot '/sbin/route -p add default 192.168.1.1'
16 # Uncomment to disable automatic reboot
17 # NO_REBOOT=1