forked from dan/liminix
use the actual init again
This commit is contained in:
parent
e26cb2b3c2
commit
27d8e6cd98
@ -113,7 +113,7 @@ in {
|
|||||||
[ s6 s6-init-bin execline s6-linux-init s6-rc ];
|
[ s6 s6-init-bin execline s6-linux-init s6-rc ];
|
||||||
|
|
||||||
boot.commandLine = [
|
boot.commandLine = [
|
||||||
"panic=10 oops=panic init=/init loglevel=8 debug"
|
"panic=10 oops=panic init=/bin/init loglevel=8 debug"
|
||||||
"root=${config.hardware.rootDevice}"
|
"root=${config.hardware.rootDevice}"
|
||||||
"rootfstype=${config.rootfsType}"
|
"rootfstype=${config.rootfsType}"
|
||||||
"fw_devlink=off"
|
"fw_devlink=off"
|
||||||
|
@ -284,10 +284,10 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
bin = dir {
|
bin = dir {
|
||||||
#myinit = symlink "${s6-init-bin}/bin/init";
|
init = symlink "${s6-init-bin}/bin/init";
|
||||||
init = symlink (writeShellScript "myinit.sh" ''
|
#init = symlink (writeShellScript "myinit.sh" ''
|
||||||
echo 'tralala'
|
# echo 'tralala'
|
||||||
'');
|
#'');
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user