remove unrecoginsed earlyprintk param from kernel commandline

module-based-network
Daniel Barlow 2023-03-10 00:50:28 +00:00
parent d83bcc643e
commit 43f1fb230b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ in {
};
};
boot.commandLine = [
"earlyprintk=serial,ttyS0 console=ttyS0,115200 panic=10 oops=panic init=/bin/init loglevel=8 rootfstype=squashfs"
"console=ttyS0,115200 panic=10 oops=panic init=/bin/init loglevel=8 rootfstype=squashfs"
"fw_devlink=off"
];
users.root = {