Adding upstream version 3.0~b1.
[live-boot-grml.git] / scripts / boot / 0020-initramfs-tools
1 #!/bin/sh
2
3 #set -e
4
5 if [ -e /scripts/functions ]
6 then
7         . /scripts/functions
8 fi
9
10 mountroot ()
11 {
12         # initramfs-tools entry point for live-boot is mountroot(); function
13         Main
14 }