You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init_buildsystem: Fix excluding /dev, /sys, etc. from preinstallimages (#1108)
- dev/* was unintentionally glob-expanded to dev/pts, use an array to
avoid this
- Use bsdtar and GNU tar specific ways to anchor the patterns so that
/sys/* is excluded but e.g. /usr/include/sys/cdefs.h is not
0 commit comments