76 |
-b "$bootimg" \ |
-b "$bootimg" \ |
77 |
-c "$bootcat" \ |
-c "$bootcat" \ |
78 |
-no-emul-boot -boot-load-size 4 -boot-info-table \ |
-no-emul-boot -boot-load-size 4 -boot-info-table \ |
79 |
-x lost+found -x product -x updates -x 'buildinstall.tree.*' -x CVS \ |
-x lost+found -x 'buildinstall.tree.*' -x CVS \ |
80 |
|
-x $(pwd)/$distarch/images/boot.iso -x $(pwd)/$distarch/images/diskboot.img \ |
81 |
|
-x $(pwd)/$distarch/images/xen -x $(pwd)/$distarch/images/pxeboot \ |
82 |
|
-x $(pwd)/$distarch/product -x $(pwd)/$distarch/updates \ |
83 |
-o ../iso/$distrel/$distarch/$disttag-$distvers-$distarch.iso \ |
-o ../iso/$distrel/$distarch/$disttag-$distvers-$distarch.iso \ |
84 |
$(pwd)/$distarch/ |
$(pwd)/$distarch/ |
85 |
|
|