diff options
author | Serge Schneider <[email protected]> | 2019-06-03 11:32:22 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2019-08-14 15:32:05 +0100 |
commit | 77833ba929734536ce257b7dbdd39ee7336903bb (patch) | |
tree | efae15513d5fcfa729e7389a544a027939a3b313 /stage2/01-sys-tweaks/00-patches | |
parent | c49261d7567f2548af28aa3f3262c017b2f44f4f (diff) |
cmdline.txt: remove dwc_otg.lpm_enable=0
Diffstat (limited to 'stage2/01-sys-tweaks/00-patches')
-rw-r--r-- | stage2/01-sys-tweaks/00-patches/07-resize-init.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stage2/01-sys-tweaks/00-patches/07-resize-init.diff b/stage2/01-sys-tweaks/00-patches/07-resize-init.diff index 0701641..8c41357 100644 --- a/stage2/01-sys-tweaks/00-patches/07-resize-init.diff +++ b/stage2/01-sys-tweaks/00-patches/07-resize-init.diff @@ -1,5 +1,5 @@ ---- a/rootfs/boot/cmdline.txt -+++ b/rootfs/boot/cmdline.txt +--- stage2.orig/rootfs/boot/cmdline.txt ++++ stage2/rootfs/boot/cmdline.txt @@ -1 +1 @@ --dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait -+dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh +-console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait ++console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh |