Discussion:
[Grml] running a script automatically after boot
John G Heim
2017-08-22 16:07:33 UTC
Permalink
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
--
--
John G. Heim; ***@math.wisc.edu; sip://***@sip.linphone.org
_______________________________________________
Grml mailing list - ***@ml.grml.org
http://ml.grml.org/mailman/listinfo/grml
join #grml on irc.freenode.org
g
Lupe Christoph
2017-08-22 16:46:49 UTC
Permalink
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
#!/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 - ***@ml.grml.org
http://ml.grml.org/mailman/listinfo/grml
join #grml on irc.freenode.org
grm
Loading...