User Tools

Site Tools


debian_minimal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

debian_minimal [2013/03/26 23:41]
krakonos created
debian_minimal [2013/03/27 00:33] (current)
krakonos
Line 39: Line 39:
 </code> Alternatively, you can just comment every line in /etc/locale.gen and hope it won't break anything, or tell the system to use C locale.. Haven't tried that. </code> Alternatively, you can just comment every line in /etc/locale.gen and hope it won't break anything, or tell the system to use C locale.. Haven't tried that.
   * Now you should have place for anything else... apt-get install samba (and the space is gone like that.. puff!)   * Now you should have place for anything else... apt-get install samba (and the space is gone like that.. puff!)
 +  * To get ro root, you need to mount these things as tmpfs (or use some overlay or what you like), so put this in ''/etc/fstab'':
 +<code>
 +tmpfs /tmp tmpfs rw,nosuid,noexec,relatime 0 0
 +tmpfs /var/log tmpfs rw,nosuid,noexec,relatime 0 0
 +tmpfs /var/run tmpfs rw,nosuid,noexec,relatime 0 0
 +tmpfs /var/lib/dhcp tmpfs rw,nosuid,noexec,relatime 0 0
 +</code> You will need to remount root after boot and before samba (TODO: Simple init script)
debian_minimal.txt · Last modified: 2013/03/27 00:33 by krakonos