~burhanilinux/+junk/plymouth

« back to all changes in this revision

Viewing changes to debian/local/plymouth.panic

  • Committer: Juzer Dana
  • Date: 2024-01-14 13:03:08 UTC
  • Revision ID: juzerdana@gmail.com-20240114130308-urizjbjhjqmenga6
New Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
OPTION=FRAMEBUFFER
 
4
PREREQ="udev"
 
5
 
 
6
prereqs()
 
7
{
 
8
        echo "$PREREQ"
 
9
}
 
10
 
 
11
case $1 in
 
12
prereqs)
 
13
        prereqs
 
14
        exit 0
 
15
        ;;
 
16
esac
 
17
 
 
18
/usr/bin/plymouth quit