Create Custom Installer June 20, 2017 12:45AM |
Registered: 7 years ago Posts: 1 |
Re: Create Custom Installer June 23, 2017 05:25AM |
Admin Registered: 13 years ago Posts: 4,680 |
Language: PHPuci set wireless.@wifi-iface[0].ssid="my SSID" uci commit wireless
/opt/piratebox/bin/install_piratebox.sh $1 hostname "12v.offline"
make clean make shortimage
/etc/init.d/piratebox stop /etc/init.d/piratebox updatePB /etc/init.d/piratebox startWithin the next start step, the pre_openwrt_init step and later the post_init step are executed.