This commit is contained in:
2015-01-10 15:50:34 -05:00
parent a7b777ce40
commit 14d587827a
4 changed files with 38 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
#!/bin/bash
set -e
echo -n "...Packages installing to ${i}..."
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 --noconfirm linux
ABSROOT=/tmp
abs core/linux
cd /tmp/core/linux
customizepkg --modify
sudo -u nobody makepkg
set -e
echo "Done."