Isaac Dunham:
> On Sat, Jan 17, 2015 at 11:13:46PM +0100, k...@aspodata.se wrote:
> > Someone mentioned [1].
> >
> > So I tried busybox's init. It works great, my exp. config is at [2].
> >
> > ///
> >
> > Also it would be possible to have a startup script (/etc/rcS) like:
> >
> > #!/bin/bash
>
On Sat, Jan 17, 2015 at 11:13:46PM +0100, k...@aspodata.se wrote:
> Someone mentioned [1].
>
> So I tried busybox's init. It works great, my exp. config is at [2].
>
> ///
>
> Also it would be possible to have a startup script (/etc/rcS) like:
>
> #!/bin/bash
>
> echo -n "Which init do you wan
Someone mentioned [1].
So I tried busybox's init. It works great, my exp. config is at [2].
///
Also it would be possible to have a startup script (/etc/rcS) like:
#!/bin/bash
echo -n "Which init do you want to use? "
read -t 5 a # bash's read has a timeout option
if [ $? -gt 0 ]
then
echo t