moved from centos 7 to debian-bookworm

includes modifications in install.py and router.py
This commit is contained in:
l_samenv
2024-03-05 08:03:00 +01:00
parent 8680e5b2a9
commit e4e37eb049
17 changed files with 110 additions and 64 deletions

View File

@ -1,14 +1,14 @@
# APU server
# Linux Box installtion tools
The APU is a Linux box to be used as a control box at LIN sample environment
`servercfg/` contains the configuration files for all boxes
`cfg/` contains the configuration files for all boxes
`to_system/` contains the files to be installed in the system
## config files
filename: servercfg/(hostname)_(hexdigits).cfg
filename: cfg/(hostname)_(hexdigits).cfg
* (hostname) the hostname to be given on startup
* (hexdigits) the last six digits of the ethernet adress of the first interface on the APU (leftmost plug)
@ -96,7 +96,7 @@ If you do not have one, you may create it from another box
log in as root/FrappyLinse to an apu box
```
apu> cd aputools
apu> cd boxtools
apu> bash mkusb.sh
```
You are asked to give the device name from a list (typically sdb)
@ -150,7 +150,7 @@ which image?
login with root/FrappyLinse
```
> cd aputools
> cd boxtools
> git pull
> python3 install.py
...