distro: update to debian jessie rc

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/62/head
Robert Nelson 10 years ago
parent b913360a9e
commit 7c724d35c0

@ -7,9 +7,21 @@ conf_bl_http="https://rcn-ee.net/deb/tools/latest"
conf_bl_listfile="bootloader-ng" conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
conf_boot_fstype="fat" conf_boot_fstype="ext2"
bootloader_location="fatfs_boot" bootloader_location="dd_spl_uboot_boot"
spl_uboot_name="MLO"
dd_spl_uboot_count="1"
dd_spl_uboot_seek="1"
dd_spl_uboot_conf="notrunc"
dd_spl_uboot_bs="128k"
spl_name="MLO" spl_name="MLO"
uboot_name="u-boot.img"
dd_uboot_count="2"
dd_uboot_seek="1"
dd_uboot_conf="notrunc"
dd_uboot_bs="384k"
boot_name="u-boot.img" boot_name="u-boot.img"
#Bootloader: u-boot features: #Bootloader: u-boot features:

@ -43,10 +43,10 @@ wheezy-armhf-netboot)
NETINSTALL="uInitrd" NETINSTALL="uInitrd"
;; ;;
jessie-armhf-netboot) jessie-armhf-netboot)
#02-Oct-2014 #07-Jan-2015
#http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/ #http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/
NETIMAGE="20141002" NETIMAGE="20150107"
TEST_MD5SUM="52103ed5c2eea0c179e4747b822cc062" TEST_MD5SUM="e8b33f422e6e8a82a4a940325b5b49af"
HTTP_IMAGE="http://ftp.debian.org/debian/dists" HTTP_IMAGE="http://ftp.debian.org/debian/dists"
BASE_IMAGE="netboot" BASE_IMAGE="netboot"
NETINSTALL="initrd.gz" NETINSTALL="initrd.gz"

Loading…
Cancel
Save