
Setup buildroot filesystem overlay and move our custom scripts/configs into it. Setup a post-build script and have it delete files generated by buildroot that aren't in RescueOS v1.1. This gets us closer to a buildroot configuration that will automatically generate RescueOS images. For now, we're using RescueOS v1.1 as a reference.
9 líneas
217 B
Bash
Archivo Ejecutable
9 líneas
217 B
Bash
Archivo Ejecutable
#!/bin/sh
|
|
sh /rescueOS/mass-storage-disable.sh
|
|
modprobe g_nokia
|
|
ifconfig usb0 down
|
|
ifconfig usb0 192.168.2.15 up
|
|
ifconfig usb0 netmask 255.255.255.0
|
|
#route add default gw 192.168.178.14
|
|
route add 192.168.2.14 usb0
|