Subversion Repositories livecd

Rev

Rev 26 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 69
Line 25... Line 25...
25
 
25
 
26
CHANGEDIR="`dirname \`readlink -f $0\``"
26
CHANGEDIR="`dirname \`readlink -f $0\``"
27
echo "Changing current directory to $CHANGEDIR"
27
echo "Changing current directory to $CHANGEDIR"
28
cd $CHANGEDIR
28
cd $CHANGEDIR
29
 
29
 
30
. liblinuxlive || exit 1
30
. initrd/liblinuxlive || exit 1
31
# . config || exit 1
31
# . config || exit 1
32
. ../livecd.conf || exit 1
32
. ../livecd.conf || exit 1
33
 
33
 
34
./install $ROOT
34
./install $ROOT
35
 
35
 
Line 61... Line 61...
61
    # delete 'or "smp" ' in  boot/help*.txt
61
    # delete 'or "smp" ' in  boot/help*.txt
62
    sed -i 's/or "smp" //' $CDDATA/boot/help*.txt
62
    sed -i 's/or "smp" //' $CDDATA/boot/help*.txt
63
fi
63
fi
64
 
64
 
65
# cp -R tools $CDDATA
65
# cp -R tools $CDDATA
66
cp -R info/* $CDDATA
66
# cp -R info/* $CDDATA
-
 
67
cp -a ../COPYING $CDDATA
-
 
68
cp -a ../LICENSE $CDDATA
67
 
69
 
68
# copy splash.xpm.gz to LiveCD
70
# copy splash.xpm.gz to LiveCD
69
mkdir -p $CDDATA/boot/grub
71
mkdir -p $CDDATA/boot/grub
70
cp -a $ROOT/boot/grub/splash.xpm.gz $CDDATA/boot/grub/
72
cp -a $ROOT/boot/grub/splash.xpm.gz $CDDATA/boot/grub/
71
 
73