You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
321 B
8 lines
321 B
![]()
15 years ago
|
if [ "${root%%:*}" = "liveiso" ]; then
|
||
|
(
|
||
|
printf 'KERNEL=="loop0", 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
|
||
|
echo '[ -e /dev/root ]' > /initqueue-finished/dmsquash.sh
|
||
|
fi
|