Ralfs
Austrumi

Bug fix
In version 1.3.1 pxe boot don't work.
Modify linuxrc:
	pxe)
		# ...
		mount -t tmpfs tmpfs /mnt/blin/incoming
		# add line to wait for eth0:
		sleep 3
Modify /etc/rc.d/rc.S
add lines:
	elif [ "$x" = "dopxe]; then
	BOOT_TYPE="pxe"
VIA Velocity Gigabit Ethernet NIC not included in Ver. 1.3.1
There is kernel-sources with config file:
austrumi-kernel-sources

To load (not install) from HardDisk
Edit /boot/grub/grub.conf
title austrumi 1.3.1
	root (hd1,5)
	kernel /boot/img/al131/bzImage dolivehd rw init=/linuxrc root=/dev/ram0 load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=0 4
	initrd /boot/img/al131/initrd.gz
Change initrd.gz
	elif [ "$x" = "dolivehd" ]; then        BOOT_TYPE="livehd"

	# ...

	livehd)
		# ...
	
Change austrumi.tgz file /etc/rc.S
	elif [ "$x" = "dolivehd" ]; then
		BOOT_TYPE="livehd"
            
	# ...
	
	livehd)
		# ...