#!/usr/bin/perl

use lib qw(/usr/lib/libDrakX);
use interactive;
use drakfirsttime::firstboot;

my $in = 'interactive'->vnew;
drakfirsttime::firstboot->new();
