Build environment for making Devuan installer ISOs for i386 and amd64.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Include file for building a netinstall
-
- # These define where on the ${ISOTREE} the kernel and initrd are placed
- INITRD = /boot/isolinux/initrd.gz
- KERNEL = /boot/isolinux/linux
-
- IS_INSTALLER = not_complete
-
- # Choice of boot options
- include boot-bios-isolinux.mk
- include boot-efi-grub.mk
- include win32-loader.mk
-
- # Choice of package collection
- POOL += NETINSTALL
-
- # Choice of firmware collection
- FIRMWARE += ${ISOTREE}/firmware
-
- # Combine udeb sets into the choice collection, stripped of commented lines
- UDEBSELECT = kernel base
|