bdb90155bb
FreeBSD guest tools to enabled compatability with SmartOS and Triton. WWW: https://github.com/joyent/freebsd-kvm-image-builder/tree/master/triton-freebsd-guesttools
11 lines
370 B
Text
11 lines
370 B
Text
--- lib/smartdc/run-user-script.orig 2017-05-22 19:41:07 UTC
|
|
+++ lib/smartdc/run-user-script
|
|
@@ -10,7 +10,7 @@
|
|
# This script is executed on each system boot
|
|
|
|
# load common functions and vars
|
|
-. /lib/smartdc/common.lib
|
|
+. %%PREFIX%%/lib/smartdc/common.lib
|
|
|
|
lib_triton_info "Retrieving metadata user-script..."
|
|
$MDATA_GET user-script >/var/tmp/mdata-user-script.new
|