diff options
author | MichaIng <[email protected]> | 2021-09-01 12:10:26 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-01 11:10:26 +0100 |
commit | ff1e8b1aac4a6680ff36092121b20def300556f7 (patch) | |
tree | fb05f81c3055551b4d354f7b2986a8c62b33ae5e /stage1 | |
parent | 42bbe02c789acfc60c1b9588a2bd9aaec7cc47f2 (diff) |
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 <[email protected]>
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..03cde68 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 fsck.repair=yes rootwait |