No new iso yet, but here are the changes I made in my build system. Installer and Snapshot debs have been updated in github. Add the line to pmount.allow and install the new debs, and install/purge packages as described below, and you'll have the main changes.
installed pmount fuseiso pv mbr
added '/dev/sd[a-z][0-9]*' to /etc/pmount.allow
purged nfs-common portmap librpcsecgss3
added flashfire launcher to the panel
updated snapshot and installer debs to deal with pmount.allow
DONE:
Add to installer, near "Re-enable updatedb":
- Code: Select all
# Disallow mounting of all fixed drives with pmount
sed -i 's:/dev/sd\[a-z\]:#/dev/sd\[a-z\]:' /target/etc/pmount.allow
Add to snapshotter, right after "Copy the filesystem":
- Code: Select all
# Allow all fixed drives to be mounted with pmount
sed -i 's:#/dev/sd\[a-z\]:/dev/sd\[a-z\]:' "$work_dir"/myfs/etc/pmount.allow