mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
bufixes
This commit is contained in:
parent
40b1a80102
commit
dcc0a9110c
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ function build-i386
|
|||
build-simple-cdd --dist wheezy --force-preseed --conf ./simple-cdd-i386.conf
|
||||
$(pwd)/add-firmware-to images/debian-7.0-i386-CD-1.iso images/yunohostv2-$DATE-i386.iso wheezy
|
||||
rm images/debian-7.0-i386-CD-1.iso
|
||||
rm images/debian-7.0-amd64-CD-1.list.gz
|
||||
rm images/debian-7.0-i386-CD-1.list.gz
|
||||
}
|
||||
|
||||
function build-amd64
|
||||
|
@ -29,6 +29,7 @@ rm images/debian-7.0-amd64-CD-1.list.gz
|
|||
mv profiles/old.default.preseed profiles/default.preseed
|
||||
}
|
||||
|
||||
rm -r $(pwd)/tmp
|
||||
if [[ "${1:-1}" = 1 ]]
|
||||
then
|
||||
build-i386
|
||||
|
|
Loading…
Add table
Reference in a new issue