/[pxelator]/lib/PXElator/t/pxelinux.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/PXElator/t/pxelinux.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 463 - (show annotations)
Sun Jan 3 01:19:50 2010 UTC (14 years, 3 months ago) by dpavlin
File MIME type: application/x-troff
File size: 204 byte(s)
added pxelinux::config_ip_boot

which can look up in boot/ directory and create pxelinux selection
of kernels and initrd.img

1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5 use autodie;
6
7 use Test::More tests => 2;
8
9 use_ok 'pxelinux';
10
11 ok( my $config = pxelinux::config_ip_boot( '127.0.0.1', '/boot', 'fake' ), 'file' );
12 diag $config;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26