moved from centos 7 to debian-bookworm
includes modifications in install.py and router.py
This commit is contained in:
10
README.md
10
README.md
@ -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
|
||||
...
|
||||
|
Reference in New Issue
Block a user