-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsalutem.html
More file actions
35 lines (28 loc) · 1.75 KB
/
Copy pathsalutem.html
File metadata and controls
35 lines (28 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<h1 id="2022-04-update">Maemo Leste update 2022-04</h1>
We have published a major update to our mobile operating system, check it out
<a href="https://maemo-leste.github.io/maemo-leste-sixteenth-update-november-and-december-2021-january-april-2022.html">here</a>.
<h1 id="expand-the-root-partition-to-fill-sd-card">Expand partition to fill SD card</h1>
<p>A helpful script is included to expand the root partition to fill the microSD card.
After booting and logging in to root, execute: /etc/expandcard.sh</p>
<p>This will expand the root partition to fill the microSD card using resize2fs.</p>
<h1 id="-ssh-login-">(SSH) Login</h1>
<p>User credentials are: '''user:user'''</p>
<p>Root credentials are: '''root:toor'''</p>
<p>You should prefer logging in as user and then escalating to root with sudo as necessary.</p>
<p>In images newer than 17 January 2021, root SSH is disabled by default.</p>
<h1 id="useful-bits">Useful Bits</h1>
<ul>
<li>Default lockcode is "12345"</li>
<li>Lockcode can only be changed if your hardware has CAL. QEMU does not have CAL. Droid 4 also not.</li>
</ul>
<h1 id="activating-some-swap">Activating some swap</h1>
<p>You can install '''zram-tools''' from the repo, and
edit '''/etc/default/zramswap''' as necessary. It's
probably convenient to set allocation to 1024.
hildon-base (and it's hildon-env-setup initscript) are aware if zramswap in
installed and will activate zram. If you have an image older than 17 January
2021, you should remove the existing zram initscript and install zram-tools to
utilize this functionality.</p>
<h2 id="remove-it-with-">Remove it with:</h2>
<pre> rc-update del zram<br>
rm /etc/init.d/zram</pre>