Skip to content

Commit

Permalink
Devuan 1 reboot fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Dec 6, 2023
1 parent 82391ed commit f506b88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/devuan1/floppy.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash -eu

echo after reboot
date ; uptime ; uname -r

printf 'blacklist floppy\n' > /etc/modprobe.d/floppy.conf

# Then run this instead to rebuild all of the install
Expand Down
3 changes: 0 additions & 3 deletions scripts/devuan1/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ printf "pre-up sleep 2\n" >> /etc/network/interfaces
# Ensure a nameserver is being used that won't return an IP for non-existent domain names.
printf "nameserver 4.2.2.1\nnameserver 4.2.2.2\nnameserver 208.67.220.220\n" > /etc/resolv.conf

echo before reboot
date ; uptime ; uname -r

# Reboot onto the new kernel (if applicable).
bash -c 'sleep 10 ; /sbin/reboot' &
echo "Rebooting..."
Expand Down

0 comments on commit f506b88

Please sign in to comment.