ff2915af5e6144a694d2805d85cda81a245599c7
[live-boot-grml.git] / backend / initramfs-tools / live.script
1 #!/bin/sh
2
3 #set -e
4
5 . /bin/live-boot
6
7 . /scripts/functions
8
9 mountroot ()
10 {
11         # initramfs-tools entry point for live-boot is mountroot(); function
12         Live
13 }