1 changed file
preseed.cfg | ||
Add comment 131 # in-target sh -c 'debconf-get-selections --installer > /var/log/preseed.cfg'
Add comment 132
Add comment 133 d-i preseed/late_command string \
Add comment 134 Plus # Import my SSH key from GitHub
Add comment 134 135 ssh-import-id gh:harisekhon; \
Add comment 135 Minus sh -c 'printf "%-30s %s\n" "Build Date:" "`date`" >> /etc/build_release'
Add comment 136 Plus sh -c 'printf "%-30s %s\n" "Build Date:" "`date`" >> /etc/build_release'; \
Add comment 137 Plus sed -i 's/^ca:/#ca:/' /etc/inittab
Add comment 136 138