Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
f876f700b8
4 changed files with 13 additions and 6 deletions
  1. +11
    -5
      scripts/Download
  2. +0
    -1
      target/livecd/download.txt
  3. +1
    -0
      target/livecd/powerpc/download.txt
  4. +1
    -0
      target/livecd/x86/download.txt

+ 11
- 5
scripts/Download

@ -672,6 +672,7 @@ list_dtags() {
{
descparser package/*/*/*.desc | grep '^\[D\] '
grep -h '^[X0-9]' target/*/download.txt | sed 's,^,[D] ,'
grep -h '^[X0-9]' target/*/*/download.txt | sed 's,^,[D] ,'
} | column_clean
}
@ -763,11 +764,16 @@ required() {
target=`grep '^export ROCKCFG_TARGET=' config/$config/config | \
cut -f2 -d= | tr -d "'"`
if [ -f target/$target/download.txt ] ; then
while read cksum file url flags ; do
download_file "`source_file cksum $file url $flags`" "$url" "$cksum" "$target"
done < target/$target/download.txt
fi
arch=`grep '^export ROCKCFG_ARCH=' config/$config/config | \
cut -f2 -d= | tr -d "'"`
for targetdl in target/$target/{,$arch/}download.txt ; do
if [ -f $targetdl ] ; then
while read cksum file url flags ; do
download_file "`source_file cksum $file url $flags`" "$url" "$cksum" "$target"
done < $targetdl
fi
done
}
all() {

+ 0
- 1
target/livecd/download.txt

@ -1,2 +1 @@
2125465292 syslinux-2.11.tar.bz2 http://www.kernel.org/pub/linux/utils/boot/syslinux/
1044314075 squashfs2.0-r2.tar.gz http://dl.sourceforge.net/sourceforge/squashfs/

+ 1
- 0
target/livecd/powerpc/download.txt

@ -0,0 +1 @@
655936802 BootX_1.2.2.sit http://penguinppc.org/~benh/

+ 1
- 0
target/livecd/x86/download.txt

@ -0,0 +1 @@
2125465292 syslinux-2.11.tar.bz2 http://www.kernel.org/pub/linux/utils/boot/syslinux/

Loading…
Cancel
Save