add update-initramfs -u
This commit is contained in:
parent
774e0a848f
commit
d311f9e7da
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ pre_reboot_script () {
|
|||
echo "options zfs zfs_arc_min=268435456" > /etc/modprobe.d/zfs.conf
|
||||
echo "options zfs zfs_arc_max=1610612736" >> /etc/modprobe.d/zfs.conf
|
||||
|
||||
echo "Doing update-initramfs -u"
|
||||
update-initramfs -u
|
||||
|
||||
echo "Configuring network to use bridge"
|
||||
echo "Exec ifconfig"
|
||||
ifconfig
|
||||
|
|
Loading…
Reference in a new issue