File: live.script

package info (click to toggle)
open-infrastructure-system-boot 20161101-lts2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 644 kB
  • ctags: 78
  • sloc: sh: 3,202; makefile: 145
file content (11 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

#set -e

. /bin/live-boot

DRACUT_FIXME ()
{
	# dracut entry point for live-boot is FIXME(); function
	Live
}