Adding upstream version 4.0~a7.
[debian-live-boot.git] / scripts / boot / 0020-initramfs-tools
blobc25144383212938fa3d87328e8ef5a2d036fbd6e
1 #!/bin/sh
3 #set -e
5 if [ -e /scripts/functions ]
6 then
7 . /scripts/functions
8 fi
10 mountroot ()
12 # initramfs-tools entry point for live-boot is mountroot(); function
13 Main