Archives July 10, 2007
Chrooted aufs makes a nice Gentoo addition (Compiling and installing while you are running...)
Written by
on
in
Tuxedo.
My laptop has been waiting for ages to get the KDE monolithic to KDE split update done. It's just so annoying needing to unmerge the system while you're upgrading. So today I decided to try using aufs to create a chrooted copy-on-write version of the system.
sudo mount -t aufs -o dirs=installroot:/=ro none fakeroot
sudo ...
!-->!-->!-->