forked from spotify/duck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (23 loc) · 878 Bytes
/
README
File metadata and controls
35 lines (23 loc) · 878 Bytes
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
duck
----
A minimalist installer system generator.
about
-----
Duck will help you generate installer system images setup as an initrd, similar
to how debian-installer works.
There are however a few goals with duck that are different.
* No memory restrictions (debian-installer is geared towards 32M)
* Less rigorous space restrictions
- No special packaging necessary, but encouraged: http://www.emdebian.org/
- No library stripping.
All in all, you get a slightly bigger installer image, but a lot more
flexibility.
usage
-----
Duck has two steps in creating an initrd.
setup - Setup base configuration.
build - Build the base system.
pack - Pack the resulting initrd.img
For testing/tweaking there are two other commands available.
enter - Enter the chroot that is used to build the initrd.
qemu - Run the resulting initrd in a qemu-based virtual environment.