Tidying
This commit is contained in:
parent
33e6f2c2be
commit
6cf270250f
|
@ -93,17 +93,17 @@ beaglebone_flash() {
|
|||
}
|
||||
|
||||
beaglebone_repack_kernel() {
|
||||
# process installed kernel to create uImage, uInitrd, dtb
|
||||
# using flash-kernel would be a good approach, except it fails in the
|
||||
# cross build environment due to too many environment checks...
|
||||
#FK_MACHINE="TI AM335x BeagleBone" flash-kernel
|
||||
# so, let's do it manually...
|
||||
# process installed kernel to create uImage, uInitrd, dtb
|
||||
# using flash-kernel would be a good approach, except it fails in the
|
||||
# cross build environment due to too many environment checks...
|
||||
#FK_MACHINE="TI AM335x BeagleBone" flash-kernel
|
||||
# so, let's do it manually...
|
||||
|
||||
# flash-kernel's hook-functions provided to mkinitramfs have the
|
||||
# unfortunate side-effect of creating /conf/param.conf in the initrd
|
||||
# when run from our emulated chroot environment, which means our root=
|
||||
# on the kernel command line is completely ignored! repack the initrd
|
||||
# to remove this evil...
|
||||
# flash-kernel's hook-functions provided to mkinitramfs have the
|
||||
# unfortunate side-effect of creating /conf/param.conf in the initrd
|
||||
# when run from our emulated chroot environment, which means our root=
|
||||
# on the kernel command line is completely ignored! repack the initrd
|
||||
# to remove this evil...
|
||||
|
||||
echo "info: repacking beaglebone kernel and initrd"
|
||||
|
||||
|
|
Loading…
Reference in New Issue