Bug 36930

Summary: Всё ещё требует aufs, из-за этого обламывается сборка
Product: Sisyphus Reporter: Антон Мидюков <antohami>
Component: make-initrd-propagatorAssignee: Anton V. Boyarshinov <boyarsh>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: critical    
Priority: P3 CC: boyarsh, mike
Version: unstable   
Hardware: all   
OS: Linux   
Bug Depends on:    
Bug Blocks: 33000    

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)