update kernel-builder

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-05-29 11:55:03 -04:00
parent 2b263c3678
commit 0d3c682007
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 6 additions and 1 deletions

View File

@ -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" ]

View File

@ -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."