diff options
author | Sven Gothel <[email protected]> | 2021-07-18 06:50:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-18 06:50:41 +0200 |
commit | e8396b132544cdbf67ba55a6423661e079ac68dd (patch) | |
tree | a98bbd82e51248eb86c872f2401de5de186234bd /stage1 | |
parent | 236c67ce80ffcb2816e01fdb78d6bff726480ad0 (diff) |
Raspi cmdline: Be quiet
Diffstat (limited to 'stage1')
-rw-r--r-- | stage1/00-boot-files/files/cmdline.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/00-boot-files/files/cmdline.txt b/stage1/00-boot-files/files/cmdline.txt index b815bd8..a557fbd 100644 --- a/stage1/00-boot-files/files/cmdline.txt +++ b/stage1/00-boot-files/files/cmdline.txt @@ -1 +1 @@ -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 |