mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
update kernel-builder
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
2b263c3678
commit
0d3c682007
|
@ -26,4 +26,6 @@ ENV JOBS 4
|
||||||
|
|
||||||
COPY build_kernel /usr/local/bin/build_kernel
|
COPY build_kernel /usr/local/bin/build_kernel
|
||||||
|
|
||||||
|
RUN echo "build_kernel [version]" > /root/.bash_history
|
||||||
|
|
||||||
ENTRYPOINT [ "bash" ]
|
ENTRYPOINT [ "bash" ]
|
||||||
|
|
|
@ -137,5 +137,8 @@ install_kernel(){
|
||||||
install_kernel $@
|
install_kernel $@
|
||||||
|
|
||||||
echo "Kernel successfully installed!"
|
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."
|
echo "or the equivalent for your system."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user