Subversion Repositories livecd

Rev

Rev 101 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 101 Rev 130
Line 67... Line 67...
67
cp -a ../COPYING $CDDATA
67
cp -a ../COPYING $CDDATA
68
cp -a ../LICENSE $CDDATA
68
cp -a ../LICENSE $CDDATA
69
 
69
 
70
# copy splash.xpm.gz to LiveCD
70
# copy splash.xpm.gz to LiveCD
71
mkdir -p $CDDATA/boot/grub
71
mkdir -p $CDDATA/boot/grub
72
cp -a $ROOT/boot/grub/splash.xpm.gz $CDDATA/boot/grub/
72
cp -aL $ROOT/boot/grub/splash.xpm.gz $CDDATA/boot/grub/
73
 
73
 
74
# copy kernel(s) to LiveCD
74
# copy kernel(s) to LiveCD
75
echo "using kernel from $VMLINUZ"
75
echo "using kernel from $VMLINUZ"
76
echo "and kernel modules from /lib/modules/$KERNEL"
76
echo "and kernel modules from /lib/modules/$KERNEL"
77
cp -a $VMLINUZ $CDDATA/boot/vmlinuz
77
cp -a $VMLINUZ $CDDATA/boot/vmlinuz