mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
fixup: add to use the default configuration from the package
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user