[Bug 1960457] Re: Please remove lupin from the archive
Martin Laclaustra
1960457 at bugs.launchpad.net
Mon Dec 26 12:44:44 UTC 2022
After the demise of lupin-casper, the port of its functions into casper
itself is incomplete...
In casper/scripts/casper-bottom/05mountpoints the following is needed at
the end (before log_end_msg)...
if grep -q '^[^ ]* /isodevice ' /proc/mounts; then
mkdir -p /root/isodevice
mount -n -o move /isodevice /root/isodevice
fi
(This was present in the now extinct package lupin-casper in
lupin-0.57build1/casper/scripts/casper-bottom/05mountpoints_lupin)
The problem without these lines of code is that the partition remains
mounted but the mount point is lost, it can not be unmounted, it locks
the partition (avoiding changes in the disk when toram option is used),
and also it prevents from accessing to files in that partition as the
previous comment stated.
I hope that these four lines of code can be added to fix the problem.
@sil2100
--
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1960457
Title:
Please remove lupin from the archive
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1960457/+subscriptions
More information about the ubuntu-archive
mailing list