MycroftOS: Remove the noswap restriction from cmdline.txt

- RPI3 uses all memory because of the GUI video needs 256
- This together with Precise and only 1GB available is tricky
This commit is contained in:
j1nx 2020-07-24 10:04:21 +02:00
parent 32b9e4cd98
commit 49da648bcf
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes console=ttyAMA0,115200 consoleblank=0 loglevel=0 vt.global_cursor_default=0 logo.nologo systemd.show_status=0 rootwait noswap quiet splash
dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes console=ttyAMA0,115200 consoleblank=0 loglevel=0 vt.global_cursor_default=0 logo.nologo systemd.show_status=0 rootwait quiet splash