mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Add a generic image target to build aux.ext4, which can be used both when creating target-specific SD-card images, and when creating regular disk images. While we're here, make sure that we don't need a RAUC bundle in order to generate aux.ext4 (which mkrauc-status.sh did). This saves us time on _every_ incremental build.
10 lines
1.0 KiB
Plaintext
10 lines
1.0 KiB
Plaintext
# GRUB Environment Block
|
|
# WARNING: Do not edit this file by tools other than grub-editenv!!!
|
|
ORDER=primary secondary net
|
|
primary_OK=1
|
|
secondary_OK=1
|
|
net_OK=1
|
|
primary_TRY=0
|
|
secondary_TRY=0
|
|
net_TRY=0
|
|
######################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################### |