Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #57426
| From | Gerardo Malazdrewicz <gerardo@malazdrewicz.com.ar> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#845302: |
| Date | 2017-04-03 02:00 +0200 |
| Message-ID | <trXzz-7sc-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
[Multipart message — attachments visible in raw view] - view raw
Got bit by this in and old laptop.
Have LVM on it, with /usr in its own partitition, and /usr/lib in its own
partition.
Fixed by adding
dep_add_modules_mount /usr/lib
to hook_functions, and
if read_fstab_entry /usr/lib; then
log_begin_msg "Mounting /usr/lib file system"
mountfs /usr/lib
log_end_msg
fi
to init.
But I'm afraid any update will throw that away.
Any idea on how to fix in a more permanent fashion?
Thanks,
Gerardo
Back to linux.debian.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Bug#845302: Gerardo Malazdrewicz <gerardo@malazdrewicz.com.ar> - 2017-04-03 02:00 +0200 Bug#845302: Ben Hutchings <ben@decadent.org.uk> - 2017-04-03 13:40 +0200
csiph-web