- Move recipe-generator/ to cook/ for cleaner structure - Fix ksflatten-relative path conversion to handle all %include paths - Fix validation exit code to only fail on actual errors - All recipes now generate and flatten successfully via make all
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
# Hand-picked packages
|
|
|
|
%packages --exclude-weakdeps
|
|
|
|
pciutils # PCI bus related utilities
|
|
libusb # Library for accessing USB devices
|
|
usbutils # Linux USB utilities
|
|
curl # transfer a URL
|
|
wget # An advanced file and recursive website downloader
|
|
nano # A small text editor
|
|
|
|
%end # End of the packages section
|