File: lessdisks-install.8

package info (click to toggle)
lessdisks 0.5.3cvs.20040906-16
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,480 kB
  • ctags: 271
  • sloc: sh: 3,058; makefile: 92
file content (64 lines) | stat: -rw-r--r-- 1,745 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.TH lessdisks-install 8 20041022 0.5.3 lessdisks.net
.SH NAME 
lessdisks-install \- installer for lessdisks chroots 
.SH SYNOPSIS
.B lessdisks-install
.RB [ \-a|--arch 
.IR <arch> ]
.RB [ \-c|--configfile
.IR <filename> ]
.RB [ \-l|--logfile
.IR <filename> ]
.RB [ \-d|--dialog
.IR <dialog> ]
.RB [ --skip|--skip-menus ]
.RB [ -h|--help ]
.SH DESCRIPTION
installs a 
.BR chroot (8)
to be used as a lessdisks root filesystem. 
.PP
the 
.BR debootstrap (8)
program is used to install a Debian base system. once a base system is installed, the lessdisks-terminal package is installed into the chroot, followed by any programs selected as part of configuring the lessdisks-terminal package.
.SH OPTIONS
.TP
.B -a, --arch <arch>
specify the hardware architecture to install:
options are: auto, i386, alpha, powerpc, etc.
setting to auto will attempt to autodetect the architecture
of the server and use that value.
.TP
.B -c, --configfile <filename>
specify an alternate configuration file, defaults to
.I /etc/lessdisks-install.conf
.TP
.B -l, --logfile <filename>
specify an alternate log file, defaults to
.I /var/log/lessdisks-install.log
.TP
.B -d, --dialog <dialog>
specify dialog type. valid options are 
.BR dialog (1), 
.BR Xdialog (1), 
cmdline and 
.BR whiptail (1).
.TP
.B --skip, --skip-menus
skip the installer's dialogs and menu prompts.
.TP
.B -h, --help
display help information
.SH FILES
.I /etc/lessdisks-install.conf
.I /var/log/lessdisks-install.log
.SH BUGS
.B lessdisks-install
is not currently capable of installing a chroot for a different architecture than the server.
.SH AUTHOR
Vagrant Cascadian <vagrant@freegeek.org>
.SH SEE ALSO
.BR debootstrap (8),  
.BR chroot (8),
.BR lessdisks-chroot (8),
.BR lessdisks-aptget (8)