change box image directory to boxes/apuimages

This commit is contained in:
2024-03-05 09:59:32 +01:00
parent 4ef297b74b
commit 33e45d5eb9
5 changed files with 7 additions and 8 deletions

4
reg
View File

@ -1,10 +1,10 @@
echo -n "new hostname: "
read hostname
sudo hostname $hostname
echo "address of leftmost socket eth0 (for control box):"
echo "address of leftmost socket (eth0 for control box, recommended also for newer bare apus):"
ifconfig | grep eth0
echo " "
echo "address of rightmost socket (for bare apu):"
echo "address of rightmost socket (for legacy bare apu):"
ifconfig | grep eth3
echo " "
echo "register $hostname to packet fence and connect LAN to corresponding socket"