mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 06:57:49 +00:00
added fstab configuration
This commit is contained in:
parent
37ca7d17e5
commit
5f2e80ea76
@ -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