minix/releasetools/fetch_u-boot.sh
Jean-Baptiste Boric da7dc4d54c PXE boot generation script
Leveraging the new image generation framework, MINIX has now turn-key
PXE booting capability. The booting process uses SYSLINUX, licensed
under GPL2+.

Due to the lack of NFS support, a ramdisk is provided as a root device.
The generated ramdisk is quite huge for a network boot, but it can be
trimmed down at a later date.
2016-03-17 17:24:53 +01:00

9 lines
155 B
Bash
Executable File

#!/bin/sh
#
# Perform a checkout / update the MINIX u-boot git repo if needed
#
: ${REPO_URL=git://git.minix3.org/u-boot}
. releasetools/fetch.functions