halium-boot/README.md
2018-02-07 13:37:38 -06:00

36 lines
359 B
Markdown

# 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
```