mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-firstrun: Optionally skip OpenSSH host key regeneration
This commit is contained in:
@@ -451,6 +451,9 @@ function board_side_bsp_cli_postinst_finish() {
|
||||
if [ ! -f "/etc/default/armbian-zram-config" ] && [ -f /etc/default/armbian-zram-config.dpkg-dist ]; then
|
||||
mv /etc/default/armbian-zram-config.dpkg-dist /etc/default/armbian-zram-config
|
||||
fi
|
||||
if [ ! -f "/etc/default/armbian-firstrun" ]; then
|
||||
mv /etc/default/armbian-firstrun.dpkg-dist /etc/default/armbian-firstrun
|
||||
fi
|
||||
|
||||
if [ -L "/usr/lib/chromium-browser/master_preferences.dpkg-dist" ]; then
|
||||
mv /usr/lib/chromium-browser/master_preferences.dpkg-dist /usr/lib/chromium-browser/master_preferences
|
||||
|
||||
Reference in New Issue
Block a user