Updated the config files with latest Kernel and BusyBox.

This commit is contained in:
Ivan Davidov 2015-02-07 20:00:20 +02:00
parent a1bce6d8b7
commit b7334f1656
11 changed files with 9 additions and 8 deletions

12
.gitignore vendored
View File

@ -1,7 +1,7 @@
/www/download/minimal_linux_live-28-Jul-2014_src.zip /www/download/**
/www/download/minimal_linux_live-28-Jul-2014_x64.iso
/www/download/minimal_linux_live-28-Jul-2014_x86.iso
/www/favicon.ico /www/favicon.ico
/www/images/screen1.png /www/images/**
/www/images/screen2.png /src/source/**
/www/images/screen3.png /src/work/**
/src/*.iso

View File

@ -2,10 +2,11 @@
# #
# http://kernel.org # http://kernel.org
# #
KERNEL_SOURCE_URL=https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.1.tar.xz KERNEL_SOURCE_URL=https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.6.tar.xz
# You can find the latest BusyBox source bundles here: # You can find the latest BusyBox source bundles here:
# #
# http://busybox.net # http://busybox.net
# #
BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.22.1.tar.bz2 BUSYBOX_SOURCE_URL=http://busybox.net/downloads/busybox-1.23.1.tar.bz2

0
src/0_prepare.sh Normal file → Executable file
View File

0
src/1_get_kernel.sh Normal file → Executable file
View File

0
src/2_build_kernel.sh Normal file → Executable file
View File

0
src/3_get_busybox.sh Normal file → Executable file
View File

0
src/4_build_busybox.sh Normal file → Executable file
View File

0
src/5_generate_rootfs.sh Normal file → Executable file
View File

0
src/6_pack_rootfs.sh Normal file → Executable file
View File

0
src/7_generate_iso.sh Normal file → Executable file
View File

0
src/build_minimal_linux_live.sh Normal file → Executable file
View File