mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-08-28 13:25:51 +00:00
753364bbff
Signed-off-by: Gao feng <feng@hyper.sh>
13 lines
163 B
Makefile
13 lines
163 B
Makefile
all-local: initrd
|
|
|
|
if WITH_VBOX
|
|
initrd-local:
|
|
bash ./make-initrd.sh vbox
|
|
else
|
|
initrd-local:
|
|
bash ./make-initrd.sh
|
|
endif
|
|
|
|
cbfs-local:
|
|
bash ./make-initrd.sh cbfs
|