aboutsummaryrefslogtreecommitdiffstats
path: root/create_mini_dual64.sh
blob: c20049167d1e64b3f49572747cfb61dc6ade6b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh +xv

TAGS=mes5
NAMER="mandriva-linux-corporate-DUAL"

./bcd.pl dual64.xml all copy noiso

echo "- removing some files in the installer to get some more space"
rm -vf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/install/images/boot.iso
rm -vf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/isolinux/alt1
rm -vrf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/install/images/alternatives
rm -vrf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/install/images/*2.6.33*
sync
./bcd.pl dual64.xml resign

echo "- Checking whole system space"
du -sh $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64

./bcd.pl dual64.xml iso