diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-02 09:01:33 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-02 09:01:33 (GMT) |
commit | 56b0ac3ddfdc91139fcbe0e11dc946978ae04a42 (patch) | |
tree | 6239df4065119b5b7de9c489e16f80022ca900e2 /build_tools/clarch/larch/buildlive | |
parent | 597d7a7a5383da4ba6ec9866e0b70962b68b2417 (diff) | |
parent | 699d87c76662d820f97a6c4b0ab151fac849770b (diff) | |
download | linhes_dev-56b0ac3ddfdc91139fcbe0e11dc946978ae04a42.zip |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-dev
Diffstat (limited to 'build_tools/clarch/larch/buildlive')
-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 |