Go to file
2018-02-13 18:41:51 -06:00
Android.mk Use TARGET_ARCH instead of TARGET_KERNEL_ARCH to determine the initrd architecture 2018-02-11 13:54:46 -06:00
check-kernel-config check-kernel-config: Ubuntu Touch -> Halium 2018-02-13 18:41:51 -06:00
get-initrd.sh
LICENSE
README.md

Halium-boot

bootimg generator for Halium ports

Build

mka halium-boot

Initrd debugging:

sudo fastboot boot halium-boot.img -c break=[level]

Levels

  • modules
  • premount
  • mount
  • mountroot
  • bottom

example:

sudo fastboot boot halium-boot.img -c break=premount

And use telnet to login:

telnet 192.168.2.15