summaryrefslogtreecommitdiff
path: root/schulung_tools/rootfs_basic/scripts/README
blob: dcfdec31e6485b1d30fb17b7eb62e51bcfb7bcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh
set -e

# download linux/busybox tarballs
./download_kernel.sh
./download_busybox.sh

# unpack tarballs
./unpack_kernel.sh
./unpack_busybox.sh

# build linux/busybox/hello
./build_kernel.sh
./build_busybox.sh
./build_hello.sh

# create root filesystem
./create_rootfs.sh

# configure/start nfs server
./setup_nfs_server.sh

# start arm emulator
./start_vm.sh