diff options
| author | James Meyer <james.meyer@operamail.com> | 2008-11-23 02:42:34 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2008-11-23 02:42:34 (GMT) | 
| commit | f8bce00e29487019adc68f46b8a243ec625fbd41 (patch) | |
| tree | 45e39189f349a259ea333b175b9a0768a1da434c /build_tools/clarch/larch | |
| parent | e86e7916e555a03aab521810fa3e6d1aaabf0c9e (diff) | |
| download | linhes_dev-f8bce00e29487019adc68f46b8a243ec625fbd41.zip | |
remove linhes-live as a listed _requirement_
Diffstat (limited to 'build_tools/clarch/larch')
| -rw-r--r-- | build_tools/clarch/larch/buildlive | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/build_tools/clarch/larch/buildlive b/build_tools/clarch/larch/buildlive index 4fe1a90..8b734d2 100644 --- a/build_tools/clarch/larch/buildlive +++ b/build_tools/clarch/larch/buildlive @@ -87,8 +87,9 @@ mklive ()          echo "ERROR: No aufs or unionfs module found"          fail=1      fi - -    mustpacs="linhes-live lzop tar squashfs-tools" +    #a live package of some sort needs to be installed, but not specificly linhes-live +    #mustpacs="linhes-live lzop tar squashfs-tools" +    mustpacs="lzop tar squashfs-tools"      if [ -z "${GRUB}" ]; then          mustpacs="${mustpacs} syslinux"      fi  | 
