aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-req-v1.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-06-22Improve documentation of api v3José Bollo1-0/+5
2018-06-15api-v3: First draftJosé Bollo1-8/+12
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2017-10-09Introduce afb_requestJosé Bollo1-1/+1
2017-06-12Removes reference to NULL in includesJosé Bollo1-1/+1
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo1-0/+52
hlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# short-description: Create a 'pcbios' direct disk image
# long-description: Creates a partitioned legacy BIOS disk image that the user
# can directly dd to boot media.

part /boot --source bootimg-pcbios --use-uuid --label boot --active --align 1024
part / --source rootfs --use-uuid --fstype=ext4 --label platform --align 1024

bootloader  --timeout=0  --append="rootwait rootfstype=ext4 ${QB_KERNEL_CMDLINE_APPEND}"