Skip to content

Commit

Permalink
Bring the loopback device up
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed Feb 19, 2020
1 parent 77e1e09 commit acccb15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/StartLiveCD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ modinfo fuse >& /dev/null && modprobe fuse
######################################
msg "Launching the loopback interface"
ifconfig lo 127.0.0.1
ifconfig lo up >& /dev/null

######################################
# trigger udev events
Expand Down

0 comments on commit acccb15

Please sign in to comment.