Skip to content

Commit

Permalink
Merge pull request #208 from ghostbsd/remove-automoun-code
Browse files Browse the repository at this point in the history
Removed automount related code.
  • Loading branch information
ericbsd authored Jan 21, 2025
2 parents 27ef7ed + aaed9bf commit 4c2aad0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ ghostbsd_config()
# echo "gop set 0" >> ${release}/boot/loader.rc.local
mkdir -p ${release}/usr/local/share/ghostbsd
echo "${desktop}" > ${release}/usr/local/share/ghostbsd/desktop
# bypass automount for live iso
mv ${release}/usr/local/etc/devd/automount_devd.conf ${release}/usr/local/etc/devd/automount_devd.conf.skip
mv ${release}/usr/local/etc/devd/automount_devd_localdisks.conf ${release}/usr/local/etc/devd/automount_devd_localdisks.conf.skip
# Mkdir for linux compat to ensure /etc/fstab can mount when booting LiveCD
chroot ${release} mkdir -p /compat/linux/dev/shm
# Add /boot/entropy file
Expand Down

0 comments on commit 4c2aad0

Please sign in to comment.