Improved boot time
This commit is contained in:
parent
3e1049d0ed
commit
919b1abc76
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ sudo systemctl enable tmp.mount
|
|||
```shell
|
||||
sudo cp /boot/cmdline.txt /boot/cmdline.txt.backup
|
||||
sudo sed -i 's/fsck.repair=yes/fsck.repair=skip/' /boot/cmdline.txt
|
||||
sudo sed -i '$ s/$/ noswap ro systemd.volatile=state/' /boot/cmdline.txt
|
||||
sudo sed -i '$ s/$/ fastboot noswap ro systemd.volatile=state/' /boot/cmdline.txt
|
||||
```
|
||||
|
||||
#### Edit `/etc/fstab`
|
||||
|
|
Loading…
Add table
Reference in a new issue