summaryrefslogtreecommitdiffstats
path: root/automatic-build
diff options
context:
space:
mode:
authorSimon Rettberg2024-12-09 15:00:47 +0100
committerSimon Rettberg2024-12-09 15:00:47 +0100
commita88b40d9ebefe0ecefbbf40e78eb87dc31e02bd6 (patch)
tree8a748e3737845fefbf465323a651645657727e1d /automatic-build
parentBump versions (diff)
downloadnetboot-debootstrap-a88b40d9ebefe0ecefbbf40e78eb87dc31e02bd6.tar.gz
netboot-debootstrap-a88b40d9ebefe0ecefbbf40e78eb87dc31e02bd6.tar.xz
netboot-debootstrap-a88b40d9ebefe0ecefbbf40e78eb87dc31e02bd6.zip
Include slx-watchdog in init
Diffstat (limited to 'automatic-build')
-rwxr-xr-xautomatic-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/automatic-build b/automatic-build
index 1e973f6..02488db 100755
--- a/automatic-build
+++ b/automatic-build
@@ -465,7 +465,7 @@ for ver in "${root}/lib/"modules/*-openslx*; do
--kernel-version "${ver##*/}" --kernel-headers /mltk/tmp/work/kernel/ksrc/ \
--qcow-handler xloop --all-microcode \
- \
- --add 'slx-clock slx-addons slx-runmode slx-uuid slx-splash slx-drm slx-ssl' \
+ --add 'slx-clock slx-addons slx-runmode slx-uuid slx-splash slx-drm slx-ssl slx-watchdog' \
--install '/usr/sbin/mii-tool /usr/sbin/ethtool' \
--omit crypt --omit-drivers nvidiafb "$compress" \
&& break