Bug 36930 - Всё ещё требует aufs, из-за этого обламывается сборка
Summary: Всё ещё требует aufs, из-за этого обламывается сборка
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: make-initrd-propagator (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Anton V. Boyarshinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 33000
  Show dependency tree
 
Reported: 2019-06-20 17:06 MSK by Антон Мидюков
Modified: 2019-06-20 22:27 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2019-06-20 17:06:22 MSK
С последней версией make-initrd-propagator 0.41-alt2 перестали собираться iso:

Adding propagator ...
initrd-cp: error: /sbin/mount.aufs: No such file or directory
make: *** [/usr/share/make-initrd/features/propagator/rules.mk:3: propagator] Error 1

Причина, как я полагаю, в том, что /sbin/mount.aufs всё ещё значится в списке PROPAGATOR_FILES:
cat /usr/share/make-initrd/features/propagator/config.mk 
PROPAGATOR_FILES = \
	/usr/share/terminfo/l/linux \
	/bin/head \
	/bin/grep \
	/bin/openvt \
	/sbin/mount.aufs \
	/sbin/mount.nfs \
	/sbin/chroot \
	/sbin/mke2fs\
	/bin/readlink \
	/sbin/fdisk \
	/bin/basename \
	/bin/cut \
	/bin/mountpoint \
	/bin/netstat \
	/bin/ps \
	/bin/rmdir \
	/bin/sort \
	/bin/tail \
	/usr/bin/find \
	/usr/bin/seq \
	/bin/wc \
	/sbin/addpart \
	/usr/bin/time \
	/sbin/e2label

PROPAGATOR_FILES_OVERWRITE = \
	/bin/sed

PROPAGATOR_FILES_NET = \
	/lib/udev/rules.d/*-net-name-slot.rules \
	/lib/udev/rules.d/*-net-description.rules \

PROPAGATOR_BIN = /usr/sbin/propagator

PROPAGATOR_DATADIR = $(FEATURESDIR)/propagator/data

Предлагаю убрать.
Comment 1 Repository Robot 2019-06-20 22:27:02 MSK
make-initrd-propagator-0.41-alt3 -> sisyphus:

Thu Jun 20 2019 Anton V. Boyarshinov <boyarsh@altlinux> 0.41-alt3
- mount.aufs removed from config.mk (Closes: 36930)