Skip to content

Commit

Permalink
make-private now done in ctam()
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jan 17, 2024
1 parent 4f3719b commit 3678ac1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/updatebase
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ echo "Updating base"
# first setup the environment in /target
if [ "$FAI_ACTION" = "install" -o "$FAI_ACTION" = "dirinstall" ]; then
ctam
mount --make-private $FAI_ROOT/dev
mount --make-private $FAI_ROOT/dev/pts

if [ -f /etc/init.d/udev ]; then
mkdir -p $target/run/udev
mount --bind /run/udev $target/run/udev
Expand Down

0 comments on commit 3678ac1

Please sign in to comment.