On Tuesday, 2017-08-22 at 11:07:33 -0500, John G Heim wrote: > I have a thumb drive with grml on it. It has a persistant partition. What is > the best way to get it to run some commands automatically upon boot? I want > to simply have it do:
> #!/bin/bash > modprobe speakup_soft > espeakup > # EOF Start here: https://grml.org/config/grml-autoconfig.1.html You need a USB partition with a filesystem that has the the label GRMLCFG. On that filesystem, you put a script named grml.sh in a directory named scripts. HTH, Lupe Christoph -- | "I'll never forget my government treating me like this. And I really hope | | that this will never happen to anybody else because of the way they look, | | if they look like the enemy of our country." | | Fred Toyosaburo Korematsu's last words | _______________________________________________ Grml mailing list - [email protected] http://ml.grml.org/mailman/listinfo/grml join #grml on irc.freenode.org grml-devel-blog: http://blog.grml.org/
