77
84
mkisofs -J -r -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o $@ $(TMP)/
80
91
for file in $(RD_SRVS) ; do \
81
92
rm -f $(USPACEDIR)/dist/srv/`basename $$file` ; \
83
94
for file in $(RD_APPS) ; do \
84
95
rm -f $(USPACEDIR)/dist/app/`basename $$file` ; \