specs: add /boot to livecd/empty to work around bug 661084
Due to bug 661084, the /boot/System* and other wildcard matches in livecd/rm are not functional. This causes us to ship a duplicate copy of kernel/initramfs, wasting space. I've added /boot to livecd/empty to work around this for now. I only added this to specs where /boot/* things were already in livecd/rm.
This commit is contained in:
parent
0001717646
commit
89d7daf0b4
12 changed files with 12 additions and 0 deletions
|
@ -89,6 +89,7 @@ livecd/unmerge:
|
|||
sys-kernel/linux-headers
|
||||
|
||||
livecd/empty:
|
||||
/boot
|
||||
/etc/cron.daily
|
||||
/etc/cron.hourly
|
||||
/etc/cron.monthly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue