Merge "Install grep before busybox on suse distros"
This commit is contained in:
commit
8eb20d2faf
@ -100,6 +100,9 @@ sudo mount -t sysfs none $TARGET_ROOT/sys
|
|||||||
|
|
||||||
# Install filesystem, base and useful tools
|
# Install filesystem, base and useful tools
|
||||||
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends filesystem
|
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends filesystem
|
||||||
|
# Install grep before base to avoid pulling in busybox-grep as it conflicts
|
||||||
|
# with rsync installation
|
||||||
|
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends grep
|
||||||
# Install xz before base to avoid pulling in busybox-xz
|
# Install xz before base to avoid pulling in busybox-xz
|
||||||
# https://bugzilla.opensuse.org/show_bug.cgi?id=1172209
|
# https://bugzilla.opensuse.org/show_bug.cgi?id=1172209
|
||||||
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends xz
|
sudo zypper ${ZYPPER_TARGET_OPTS} install --no-recommends xz
|
||||||
|
Loading…
Reference in New Issue
Block a user