unbreak maverick and lucid, debian ended up being default

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent 7e61fb0f5e
commit 3a1117c2f4

@ -29,6 +29,9 @@ unset BETA
unset USB_ROOTFS
unset PRINTK
MIRROR="http://rcn-ee.net/deb/"
DIST=squeeze
BOOT_LABEL=boot
PARTITION_PREFIX=""
@ -48,9 +51,6 @@ fi
function set_defaults {
MIRROR="http://rcn-ee.net/deb/"
DIST=squeeze
if [ "$BETA" ];then
KERNEL_REL=2.6.37
KERNEL_PATCH=1

@ -0,0 +1,5 @@
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]
respawn
exec /sbin/getty 115200 ttyO2
Loading…
Cancel
Save