overlayfs implementation

This commit is contained in:
2015-01-30 20:38:42 -05:00
parent 745cda0357
commit 904d644990
6 changed files with 17 additions and 137 deletions

View File

@@ -4,26 +4,5 @@ set -e
apacman --noconfirm --noedit -S --needed customizepkg-scripting
echo -n "Compiling kernel sources..."
set +e
## Uncomment below and remove manual ABS/makepkg when https://github.com/oshazard/apacman/issues/2 is fulfulled
#apacman --noconfirm --noedit -S --needed linux
export ABSROOT=/tmp
abs core/linux
cd /tmp/core/linux
customizepkg --modify
chown -R nobody:nobody /tmp/core/linux
sudo -u nobody makepkg --skipinteg
set -e
yes '' | apacman --skipinteg --noconfirm --noedit -U /tmp/core/linux/linux-*.pkg.tar.xz
#for i in $(ls -1 linux-*.pkg.tar.xz | sort);
#do
#apacman --skipinteg --noconfirm --noedit --noconfirm -U ${i}
#done
echo "Done."