Skip to content

Commit

Permalink
fix: MAKDEV still needed to create vio9p
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilnb committed Jan 3, 2025
1 parent 14d805e commit b67dcb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkimg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ fi
sh $x
done

# newer NetBSD versions use tmpfs for /dev, sailor copies MAKEDEV from /dev
# backup MAKEDEV so imgbuilder rc can copy it
cp dev/MAKEDEV etc/
# unionfs with ext2 leads to i/o error
[ -z "$is_netbsd" ] && sed -i 's/-o union//g' dev/MAKEDEV

Expand Down

0 comments on commit b67dcb7

Please sign in to comment.