Switch to codeblocks for scripts, and sudo the lmde-expert
This commit is contained in:
parent
468b471e85
commit
3118ad870b
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue