Skip to content

Commit

Permalink
update kernel-builder
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed May 29, 2018
1 parent 2b263c3 commit 0d3c682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kernel-builder/Dockerfile
Expand Up @@ -26,4 +26,6 @@ ENV JOBS 4

COPY build_kernel /usr/local/bin/build_kernel

RUN echo "build_kernel [version]" > /root/.bash_history

ENTRYPOINT [ "bash" ]
5 changes: 4 additions & 1 deletion kernel-builder/build_kernel
Expand Up @@ -137,5 +137,8 @@ install_kernel(){
install_kernel $@

echo "Kernel successfully installed!"
echo "You will now want to run update-initramfs and update-grub"
echo "You will now want to run:"
echo "\tupdate-initramfs -u -k all"
echo "\tand"
echo "\tupdate-grub2"
echo "or the equivalent for your system."

0 comments on commit 0d3c682

Please sign in to comment.