File: emdebian-rootfs.config

package info (click to toggle)
emdebian-tools 1.4.3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,112 kB
  • ctags: 274
  • sloc: perl: 6,297; xml: 4,828; sh: 1,902; php: 406; ansic: 189; makefile: 15
file content (12 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -w

use Debconf::Client::ConfModule qw(:all);

version("2.0");
my $capb=capb("backup");
beginblock();
title("Emdebian Root Filesystem Setup");
input("medium", "emsource/workdir");
input("medium", "emsource/targetsuite");
endblock();
go();