fixup: add to use the default configuration from the package

This commit is contained in:
Dongjin Kim
2021-01-19 18:32:05 +09:00
parent 88d71eba5a
commit e1642e62fc
2 changed files with 7 additions and 0 deletions

View File

@@ -9,3 +9,9 @@ mkdir -p /etc/flash-kernel
cat>/etc/flash-kernel/machine<<__EOF
@@DEFAULT_MACHINE_NAME@@
__EOF
cat>/etc/apt/apt.conf.d/99debconf<<__EOF
Dpkg::Options {
"--force-confnew";
};
__EOF

View File

@@ -6,3 +6,4 @@ truncate -s 0 /etc/machine-id
apt clean
rm -f /etc/flash-kernel/machine
rm -f /etc/apt/apt.conf.d/99debconf