comparison gk.sh @ 179:e5f67219ad24

add bootloader updating
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 23 Jul 2020 09:00:24 +0200
parents c35d56590441
children eda84ea0cd35
comparison
equal deleted inserted replaced
178:51710c7c26c2 179:e5f67219ad24
40 genkernel $* \ 40 genkernel $* \
41 --install \ 41 --install \
42 --no-color \ 42 --no-color \
43 --kernel-cc=$COMPILER \ 43 --kernel-cc=$COMPILER \
44 --utils-cc=$COMPILER \ 44 --utils-cc=$COMPILER \
45 --bootloader=grub2 \
45 $GK_OPTS \ 46 $GK_OPTS \
46 all 47 all
47 48
48 # TODO check --bootloader 49 # TODO check --bootloader
49 # update the bootloader 50 # update the bootloader