Create /home and /usr/local symlinks on the template's root fs

This requires a new qubes-core-appvm as well, see commit 8ec85677274e7fe986d6465dec4cf25565c9e7ba
in qubes-core.
pull/1/head
Joanna Rutkowska 14 years ago
parent f1cb6a7394
commit e2f5ad76af

@ -54,6 +54,14 @@ echo "--> Installing 3rd party apps"
echo "--> Copying DispVM dotfiles dir..."
cp dispvm-dotfiles.tbz mnt/etc/
echo "--> Linking /home to /rw/home..."
mv mnt/home mnt/home.orig
ln -sf /rw/home mnt/home
echo "--> Linking /usr/local to /rw/usrlocal..."
mv mnt/usr/local mnt/usr/local.orig
ln -sf /rw/usrlocal mnt/usr/local
echo "--> Unmounting $IMG"
umount mnt

@ -1 +1 @@
../../core/rpm/x86_64/qubes-core-appvm-1.3.8-1.x86_64.rpm
../../core/rpm/x86_64/qubes-core-appvm-1.3.13-1.x86_64.rpm
Loading…
Cancel
Save