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 (13 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

#set -e

. /bin/live-boot

. /scripts/functions

mountroot ()
{
	# initramfs-tools entry point for live-boot is mountroot(); function
	Live
}