forked from DGNum/liminix
remove unrecoginsed earlyprintk param from kernel commandline
This commit is contained in:
parent
d83bcc643e
commit
43f1fb230b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.commandLine = [
|
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"
|
"fw_devlink=off"
|
||||||
];
|
];
|
||||||
users.root = {
|
users.root = {
|
||||||
|
|
Loading…
Reference in a new issue