Try again on .disk/cd_type
This commit is contained in:
parent
42583ba7b4
commit
1586e5757b
|
@ -68,12 +68,12 @@ do
|
||||||
|
|
||||||
if [ $COMPLETE = 1 ]; then
|
if [ $COMPLETE = 1 ]; then
|
||||||
if [ $DISKTYPE = DVD ]; then
|
if [ $DISKTYPE = DVD ]; then
|
||||||
echo "dvd" > .disk/cd_type
|
echo "dvd" > $BDIR/CD$DISK/.disk/cd_type
|
||||||
else
|
else
|
||||||
echo "full_cd" > .disk/cd_type
|
echo "full_cd" > $BDIR/CD$DISK/.disk/cd_type
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "not_complete" > .disk/cd_type
|
echo "not_complete" > $BDIR/CD$DISK/.disk/cd_type
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Sort out the udeb include and exclude files
|
# Sort out the udeb include and exclude files
|
||||||
|
|
Loading…
Reference in New Issue