Confirmed users
4,971
edits
Line 501: | Line 501: | ||
<li>set time manually until something like: https://garage.maemo.org/frs/?group_id=506&release_id=1205 makes it into the ref image</li> | <li>set time manually until something like: https://garage.maemo.org/frs/?group_id=506&release_id=1205 makes it into the ref image</li> | ||
<li>copy tp4, maemkit, pages directories to /media/mmc2.</li> | <li>copy tp4, maemkit, pages directories to /media/mmc2.</li> | ||
<li>create a swap file, copy to device | <li><s>create a swap file, copy to device | ||
<code>dd if=/dev/zero of=.swap bs=1024 count=131072; mkswap .swap</code> | <code>dd if=/dev/zero of=.swap bs=1024 count=131072; mkswap .swap</code></s> -- done in image 4 | ||
</li> | </li> | ||
<li>mv /dev/random /dev/chaos; ln -s /dev/urandom /dev/random | <li><s>mv /dev/random /dev/chaos; ln -s /dev/urandom /dev/random</s> -- breaks [on] reboot? | ||
</li> | </li> | ||
<li> | <li> | ||
TODO in staging: Enable extras and install openntpd then disable extras again. | |||
Uncomment the DAEMON_OPTS line in <tt>/etc/default/openntpd</tt>. | Uncomment the DAEMON_OPTS line in <tt>/etc/default/openntpd</tt>. | ||
</li> | </li> | ||
</ol> | </ol> |