f79cc8a353
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
# start script for baselayout-2 to start kdm
|
|
|
|
/usr/bin/kdm -daemon
|
|
|
|
exit 0
|