diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-08-28 21:23:23 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-08-28 21:23:23 (GMT) |
commit | f83117d46d8fc1f6192783371a68607a192c3276 (patch) | |
tree | 21bf30aeb943fe6cb23eb9c62a0ba899de2af0d7 /build_tools/l7/larch0/data/requiredpacks | |
parent | 69a0137390be9816d5ec5dc9e81d48817a817758 (diff) | |
download | linhes_dev-f83117d46d8fc1f6192783371a68607a192c3276.zip |
Larch 7
Diffstat (limited to 'build_tools/l7/larch0/data/requiredpacks')
-rw-r--r-- | build_tools/l7/larch0/data/requiredpacks | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/build_tools/l7/larch0/data/requiredpacks b/build_tools/l7/larch0/data/requiredpacks new file mode 100644 index 0000000..0ca0a37 --- /dev/null +++ b/build_tools/l7/larch0/data/requiredpacks @@ -0,0 +1,32 @@ +## The packages (and groups) in this file will always be +## included in the larch installation. +## Packages (including those in groups marked with '*') entered +## here can still be vetoed in the profile's vetopacks file + +## Without the base group it won't be much of a system! +*base + +## Either aufs or unionfs must be included (but unionfs probably +## won't work as it hasn't been tested for so long). +aufs2 +aufs2-util + +## larch-live provides essential components of the larch system +larch-live + +## To make a system with the syslinux/isolinux bootloader +syslinux +mtools + +## To build an iso, cdrkit or cdrtools must be included +cdrkit +## To eject a cd +eject + +## For disk partitioning, formatting and labelling +dosfstools +parted + +## For the documentation and the possibility of making more larch media +larch + |