- Debian packages
- /mdk/bin/menuStart &rArr#Rightarrow;debs &rArr#Rightarrow;build
- Upload the packages, if all seems to be right: &rArr#Rightarrow;directuplinst
- Server installation ISO
- /mdk/bin/menuStart &rArr#Rightarrow;serverISO &rArr#Rightarrow;iso . Exit after building.
- Upload: cd /mdk/server; ./up iso.file
- VirtualBox appliance
- Create a new VM (Linux/Debian, 384 MB Ram, growing VDI 16GB HDD
- Change the Network card to Network bridge
- Start the VM and "insert" the ISO into the virtual CD drive
- Select "English".
- Use "m23s" as server name, "test" as password and local network settings.
- Choose the automatic partitioning and formating.
- Call /mdk/bin/prepareOSForCompression after reboot.
- Shutdown the VM
- Export it and compress the exported files.
- Write a SD card with Raspbian.
- Configure /etc/network/interfaces to static IP for eth0.
- Boot the Raspberry Pi.
- Log into it via SSH (user: pi, password: raspberry)
- Run "sudo rapi-config".
- Call in the menu "Expand Filesystem", set "Memory split" to 16 MB, call "Update".
- Reboot.
- Enable root access (set password to test): "sudo passwd"
- Log out and log into it via SSH (user: root, password: test)
- Remove the user pi: userdel -r -f pi
- Add "192.168.1.77 m23debs" to /etc/hosts
- Create "/etc/apt/sources.list.d/m23debs.list" with the contents "deb http://m23debs ./"
- Update the package index: apt-get update
- Install the m23 server: apt-get install m23
- Choose yes on all options and use "test" for all passwords.
- After the failure edit /etc/default/tftpd-hpa: Adjust TFTP_OPTIONS="-4 -secure"
- Continue the installation with: apt-get install -f
- Run /mdk/m23helper/Raspbian-RemoveUnneededPackages.sh
- /mdk/bin/prepareOSForCompression.
root
2015-09-06