Switch to codeblocks for scripts, and sudo the lmde-expert

This commit is contained in:
Eric Renfro 2024-06-23 23:24:17 -04:00
parent 468b471e85
commit 3118ad870b
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -33,7 +33,9 @@ You will need:
Run lmde-expert.sh with appropriate parameters. An example of this for NVME-based SSD, and Encryption with Hibernation:
`./lmde-expert.sh /dev/nvme0n1p3 /dev/nvme0n1p2 /dev/nvme0n1p1 -e -s`
```
sudo ./lmde-expert.sh /dev/nvme0n1p3 /dev/nvme0n1p2 /dev/nvme0n1p1 -e -s
```
This will start the provisioning setup, with the full expectations that the system is ready to go as-is, as it will format. You will get one prompt before it actually starts.
@ -45,6 +47,8 @@ After the installation gets to the step where you run the "expert" portion, you
After you've installed and booted for the first time, to get BtrFS Snapshots setup, you can run the postinstall script:
`sudo ./lmde-postinstall.sh`
```
sudo ./lmde-postinstall.sh
```
This will simply install and setup btrfs with snapshots and create your first snapshot automatically.