added fstab configuration

This commit is contained in:
Spyros Ligouras 2013-07-17 18:02:18 +03:00
parent 37ca7d17e5
commit 5f2e80ea76

View File

@ -11,7 +11,7 @@ useradd -m -G users,wheel -s /bin/bash haki
# sudo configuration
pacman --noconfirm --sync --needed --quiet sudo
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
#echo "Defaults env_keep+=SSH_AUTH_SOCK" >> /etc/sudoers
#echo "Defaults env_keep+=SSH_AUTH_SOCK" >> /etc/sudoers
# dependencies
pacman --noconfirm --sync --needed --quiet git nodejs openvpn yaourt
@ -26,3 +26,7 @@ cd /home/haki/$REPO && sudo -u haki npm install
cp /home/haki/$REPO/scripts/haki.service /etc/systemd/system/haki.service
systemctl enable haki
systemctl start haki
# config fstab && mount
echo "/dev/mmcblk0p3 /mnt ext3 defaults 0 0" >> /etc/fstab
mount /mnt