First working version for Netbootbox-Install
This commit is contained in:
parent
790f0327ca
commit
7bf673e2c6
59 changed files with 659 additions and 171 deletions
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Disable kexec-tools
|
||||
|
||||
if [ -e /sbin/kexec ]
|
||||
then
|
||||
echo "kexec-tools kexec-tools/load_kexec boolean false" > /root/preseed
|
||||
|
||||
debconf-set-selections /root/preseed
|
||||
|
||||
rm -f /root/preseed
|
||||
|
||||
dpkg-reconfigure kexec-tools
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue