bluerider / liveroot

Initcpio hooks for overlayfs ontop of root
BSD 3-Clause "New" or "Revised" License
79 stars 13 forks source link

Overlay without lower/upper mounts? #11

Closed ryansturmer closed 9 years ago

ryansturmer commented 9 years ago

Question - when using your hook in its "raw" mode - I see the overlay once the system is booted, but I don't see the underlying mounts. Shouldn't /lroot and /troot/upper and /troot/work be visible to me?

This hook seems to work really well for me, thanks for authoring it!

bluerider commented 9 years ago

/lroot and /troot appear in the initramfs. You chroot into /new_root; hence you don't see /lroot and /troot.

ryansturmer commented 9 years ago

Of course! derp.