blob: 62dd748bfc3756c1c6883d3f013287af8ff3251e (
plain)
1
2
3
4
5
6
|
#!/bin/sh
preseed_fetch plymouthbug-kludge.sh /tmp/plymouthbug-kludge.sh
# drop this in the background so that it can wait for files to edit
sh /tmp/plymouthbug-kludge.sh </dev/null >/dev/null 2>/dev/null &
|