diff options
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 + |