summaryrefslogtreecommitdiff
path: root/scripts/boot/0020-initramfs-tools
blob: 175488eff948ae5c1ddbe172ab8d176331cda8fd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

#set -e

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