mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 22:47:49 +00:00
added fstab configuration
This commit is contained in:
parent
37ca7d17e5
commit
5f2e80ea76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user