Differences between revisions 3 and 4
Revision 3 as of 2015-03-29 19:24:49
Size: 1261
Comment: slight improvements.
Revision 4 as of 2015-03-29 19:26:33
Size: 1269
Comment: Fix numbered lists.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
1. Select '''rescue mode''' in menu before disk encryption
2. At the black text console, type the following and hit RETURN:{{{
 1. Select '''rescue mode''' in menu before disk encryption
 2. At the black text console, type the following and hit RETURN:{{{
Line 11: Line 11:
3. Hit enter to confirm that you want to enable automatic updates.
4. To finish rescue mode and go to regular login, type this and hit RETURN:{{{
 3. Hit enter to confirm that you want to enable automatic updates.
 4. To finish rescue mode and go to regular login, type this and hit RETURN:{{{
Line 19: Line 19:
1. Select '''rescue mode''' in menu before disk encryption (or continue from above without exiting).
2. At the black text console you should have a "cursor" (a place to type) on an almost blank line after a #". Type the following and hit RETURN (it means "reduce your document area by ten gigabyte):{{{
 1. Select '''rescue mode''' in menu before disk encryption (or continue from above without exiting).
 2. At the black text console you should have a "cursor" (a place to type) on an almost blank line after a #". Type the following and hit RETURN (it means "reduce your document area by ten gigabyte):{{{
Line 23: Line 23:
3. When above is done (and emitted no scary looking messages) you should be back at an almost blank line ending with "#". Now type the following and hit RETURN (notice the + unlike above):{{{  3. When above is done (and emitted no scary looking messages) you should be back at an almost blank line ending with "#". Now type the following and hit RETURN (notice the + unlike above):{{{
Line 26: Line 26:
4. To finish rescue mode and go to regular login, type this and hit RETURN:{{{  4. To finish rescue mode and go to regular login, type this and hit RETURN:{{{

Upgrade from one stable DebianParl version to the next

Wheezy → Jessie

Fix activate automatic package updates

  1. Select rescue mode in menu before disk encryption

  2. At the black text console, type the following and hit RETURN:

    dpkg-reconfigure unattended-upgrades
  3. Hit enter to confirm that you want to enable automatic updates.
  4. To finish rescue mode and go to regular login, type this and hit RETURN:

    exit

Adjust disk space for core system

Allocate more of the disk space to core parts of the system ===

  1. Select rescue mode in menu before disk encryption (or continue from above without exiting).

  2. At the black text console you should have a "cursor" (a place to type) on an almost blank line after a #". Type the following and hit RETURN (it means "reduce your document area by ten gigabyte):

    lvreduce --size -10g -r /dev/debian/home
  3. When above is done (and emitted no scary looking messages) you should be back at an almost blank line ending with "#". Now type the following and hit RETURN (notice the + unlike above):

    lvextend --size 1g -r /dev/debian/root
  4. To finish rescue mode and go to regular login, type this and hit RETURN:

    exit