Robert Nelson
|
b921efb91b
|
bootz: use one define: conf_uboot_CONFIG_CMD_BOOTZ
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
e9ae924415
|
final: always generate the u-boot wrapped uInitrd
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
ec9a369ebf
|
distro: raring upgrade to final netboot image
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
9ed8231e20
|
13.10: saucy
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
5a2dd71263
|
flash-kernel: bring this script out
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
fca3f3695b
|
distro: raring: bump to 20101020ubuntu230
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
b30745d81c
|
regression: its zreladdr in SOC.sh
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
c4781f07e1
|
log: use fdisk to dump partition layout for debugging
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
8f777e5bf9
|
distro: drop precise-armel (no kernel/boards are useing it)
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
b3e72b0447
|
ubuntu/debian finish-install.sh: remove the old path
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
cbb330dd72
|
Reporting Bugs: web address and include [/var/log/netinstall.log]
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
aa7140a773
|
ubunt: remove extra /boot/uboot/vmlinuz-
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
ae4285fea0
|
move: parted set boot flag to finish-install.sh script
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
177fcd07eb
|
conf: load_addr -> conf_zreladdr: unify mk_mmc.sh/setup_sdcard.sh
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
eb61d9fb2b
|
bump raring to 20101020ubuntu226
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
7f9af4fbfd
|
raring: netinstall bump
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
afeae621db
|
wip: tar up modules for flash-kernel usage
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
07d714050c
|
Ubuntu Raring is broken
We need flash-kernels postinstall script modified like:
=== modified file 'debian/flash-kernel-installer.postinst'
--- debian/flash-kernel-installer.postinst 2012-12-04 17:24:49 +0000
+++ debian/flash-kernel-installer.postinst 2013-03-18 17:12:33 +0000
@@ -72,6 +72,9 @@
;;
*)
latest_version=$(in-target --pass-stdout sh -c 'linux-version list | linux-version sort | tail -n1')
+ if ! "$latest_version"; then
+ latest_version=$(uname -r)
+ fi
mount -o bind /dev /target/dev
in-target update-initramfs -c -k $latest_version
umount /target/dev || true
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
e026ead62a
|
first pass for ubuntu raring, broken, need patch for flash-kernel
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
4be553e0e4
|
move: *-preseed.cfg to lib
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
e3cf9793cb
|
move: *-finish.sh scripts to lib
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |
Robert Nelson
|
4e7c0017be
|
move distro.conf
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
12 years ago |