2018-02-07 19:28:37 +00:00
|
|
|
# Halium-boot
|
2018-02-07 19:25:02 +00:00
|
|
|
|
2018-02-07 19:28:37 +00:00
|
|
|
bootimg generator for Halium ports
|
2018-02-07 19:25:02 +00:00
|
|
|
|
|
|
|
#### Build
|
|
|
|
|
|
|
|
```
|
2018-02-07 19:28:37 +00:00
|
|
|
mka halium-boot
|
2018-02-07 19:25:02 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
#### Initrd debugging:
|
|
|
|
|
|
|
|
```
|
2018-02-07 19:28:37 +00:00
|
|
|
sudo fastboot boot halium-boot.img -c break=[level]
|
2018-02-07 19:25:02 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Levels
|
|
|
|
|
|
|
|
* modules
|
|
|
|
* premount
|
|
|
|
* mount
|
|
|
|
* mountroot
|
|
|
|
* bottom
|
|
|
|
|
|
|
|
example:
|
|
|
|
|
|
|
|
```
|
2018-02-07 19:28:37 +00:00
|
|
|
sudo fastboot boot halium-boot.img -c break=premount
|
2018-02-07 19:25:02 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
And use telnet to login:
|
|
|
|
|
|
|
|
```
|
|
|
|
telnet 192.168.2.15
|
|
|
|
```
|