milis/bin/dracut/dmsquash-liveiso-genrules.sh
2016-02-24 02:27:23 +02:00

8 lines
289 B
Bash
Executable file

#!/bin/sh
if [ "${root%%:*}" = "liveiso" ]; then
{
printf 'KERNEL=="loop-control", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/dmsquash-live-root `/sbin/losetup -f --show %s`"\n' \
${root#liveiso:}
} >> /etc/udev/rules.d/99-liveiso-mount.rules
fi