diff options
author | Silvino Silva <silvino@bk.ru> | 2018-04-08 17:13:29 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-04-08 17:13:29 +0100 |
commit | 87bc35062d0cf0eab0189349b20c8d83d7242e73 (patch) | |
tree | cf3bf69e090dd08944227a65537b2afbd5336251 /core/ports/linux-gnu/post-install | |
parent | 6ee060f04bdd91b66b8dfaa21f29758ae450348f (diff) | |
download | doc-87bc35062d0cf0eab0189349b20c8d83d7242e73.tar.gz |
added nbd to kernel
Diffstat (limited to 'core/ports/linux-gnu/post-install')
-rw-r--r-- | core/ports/linux-gnu/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ports/linux-gnu/post-install b/core/ports/linux-gnu/post-install index 9a69d63..5363300 100644 --- a/core/ports/linux-gnu/post-install +++ b/core/ports/linux-gnu/post-install @@ -1,5 +1,5 @@ #!/bin/sh -/usr/bin/dracut -f --kver 4.9.86-gnu +/usr/bin/dracut -f --kver 4.9.92-gnu /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg |