diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-11-21 14:36:20 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-11-25 12:18:34 +0100 |
commit | 113472d5c0115d53d2fb99288759502d196a8e93 (patch) | |
tree | 7e3d77cedb5afb1f505d3df51848f79dda37db0a /Makefile.am | |
parent | 232e6eb30830eb74aac63e22e766f0f0848fb878 (diff) |
Add built-in ogrelive grub2 boot mode template and use it to generate the grub2
boot file for each computer for the new live system.
Use grub2 http to download vmlinuz, initrd.img.
Use live support to download filesystem.squashfs through http.
check for vmlinuz in cache, as usual, otherwise fallback to network boot.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 159f85c..cf0c7b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ sbin_PROGRAMS = ogserver AM_CFLAGS = ${LIBDBI_CFLAGS} ${LIBJANSSON_CFLAGS} ${LIBEVENT_CFLAGS} -g -Wall ogserver_SOURCES= src/ogAdmServer.c \ + src/boot.c \ src/cfg.c \ src/core.c \ src/dbi.c \ |