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