summaryrefslogtreecommitdiffstats
path: root/files/90mgalive/mgaliveiso-genrules.sh
blob: 946047d8472e384be553b2cbe48c358130290a0b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
if [ "${root%%:*}" = "liveiso" ]; then
    {
        printf 'KERNEL=="loop0", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/mgalive-root `/sbin/losetup -f --show %s`"\n' \
            ${root#liveiso:}
    } >> /etc/udev/rules.d/99-mgaliveiso-mount.rules
fi