summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprotostar6
1 files changed, 6 insertions, 0 deletions
diff --git a/protostar b/protostar
index 1aea130..06d280f 100755
--- a/protostar
+++ b/protostar
@@ -59,6 +59,12 @@ debootstrap \
zfs snapshot ${BOOTSTRAPFS}@init
fi
+# http://osdyson.org/issues/120
+# Dyson always boots with only one CPU
+if ! [ -e "${ROOT}/etc/mach" ]; then
+ echo -e 'pcplusmp\napix\nxpv_psm\n' "${ROOT}/etc/mach"
+fi
+
mkdir "$ROOT/usr/install"
cp -a install DysonInstaller $ROOT/usr/install/
cat installer-screenrc > $ROOT/etc/screenrc