diff options
author | Silvino Silva <silvino@bk.ru> | 2018-04-06 17:41:00 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-04-06 17:41:00 +0100 |
commit | 8ee63f12e337f97013cfa3cb3d3b27f15f88dfcd (patch) | |
tree | 0ce231727fdbe28bc1ed64546be93f1ee988d7b6 /core/ports/linux-gnu/post-install | |
parent | 6bf0c99f1320e117663e34221837c6fe22f75e6f (diff) | |
parent | 152177eeca633a26a1228cfded025b5a7d861c66 (diff) | |
download | doc-8ee63f12e337f97013cfa3cb3d3b27f15f88dfcd.tar.gz |
Release 0.3.3
Diffstat (limited to 'core/ports/linux-gnu/post-install')
-rw-r--r-- | core/ports/linux-gnu/post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/ports/linux-gnu/post-install b/core/ports/linux-gnu/post-install new file mode 100644 index 0000000..9a69d63 --- /dev/null +++ b/core/ports/linux-gnu/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +/usr/bin/dracut -f --kver 4.9.86-gnu + +/usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg |