Skip to content

Commit ba37b13

Browse files
authored
Updated to include new feature of 2 partitions
Added a feature to the boot script that lets the user change the default to use only 2 partitions instead of creating the third.
1 parent f60e9fb commit ba37b13

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ There are three custom parts of this build:
1010
- Rockchip MALI userspace drivers are installed manually - meaning there's no debian package for this installation. The reason here is that often other packages (such as MESA) overwrite the libraries included by the mali driver. So if at some point this happens, simply run /usr/lib/arm-linux-gnueabihf/install_mali.sh and it will re-create all the symlinks for the mali driver to begin working again.
1111
- MrFixIt's custom bootup service which provides two features:
1212
1) enables this build to boot from sd, emmc, and (if you have SPI flashed) usb
13-
2) generates a 3rd partition that fills up the rest of the available space on the disk and is mounted to /home
13+
2) *by default* generates a 3rd partition that fills up the rest of the available space on the disk and is mounted to /home
14+
15+
* CHANGING THE DEFAULT AND USING ONLY 2 PARTITIONS *
16+
You have the option to change the default and tell the script to only use two partitions, expanding the main system partition to the full capacity of the disk.
17+
WARNING: changing this option will delete anything you have previously saved to the /home folder so back up your data before making this change!
18+
To change this default simply type this:
19+
sudo touch /usr/bin/2parts.touch
20+
and then reboot. This creates a new empty file that tells the script to use the alternative setting. Do not remove this empty file.
21+
1422

1523
Default usernames and passwords:
1624
- User: root Pass: root

0 commit comments

Comments
 (0)