Remove deprecated elevator key from cmdline (#535)
With recent kernel versions, the "deadline" I/O scheduler has been replaced with "mq-deadline", and the "elevator" kernel command line option has been deprecated in general with Linux 5.4: https://kernelnewbies.org/Linux_5.4?highlight=%28elevator%29#Block_layer Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
parent
42bbe02c78
commit
ff1e8b1aac
1 changed files with 1 additions and 1 deletions
|
@ -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 fsck.repair=yes rootwait
|
||||
|
|
Loading…
Reference in a new issue