Merge remote-tracking branch 'live-systems/debian' into debian-next
[live-boot-grml.git] / backends / initramfs-tools / live.script
1 #!/bin/sh
2
3 #set -e
4
5 . /lib/live/boot.sh
6
7 . /scripts/functions
8
9 mountroot ()
10 {
11         # initramfs-tools entry point for live-boot is mountroot(); function
12         Live
13 }