#!/bin/sh
#
# JTL /etc/sysconfig
#
# Basic machine configuration, to be edited per-machine

# Hostname (no dots)
hostname=jtl

# IP configuration for ethernet adaptors
ip_eth0=dhcp
#ip_eth0=10.0.0.1
#netmask_eth0=255.0.0.0

# Keyboard mapping
keyboard=uk
