autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit b8c0248bf63109779115472f39ab9cc5309c4367
parent 303a8deede024fc9cc26e21a84583ee0671410e7
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu, 12 Nov 2020 11:45:30 +0100

removed /etc/issue to avoid dpkg-deb problems

Diffstat:
MTODO | 1+
Dtemplates/generic/root/etc/issue | 4----
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/TODO b/TODO @@ -9,3 +9,4 @@ disable/remove Debian's sysvinit stuff; improve debootstrap uses (to use my own package list as variant) implement a better dialog (with a readline like) implement fakechroot(-ng?) +fix debootstrap not unpacking when a file conflicts (for example /etc/issue in base-files) diff --git a/templates/generic/root/etc/issue b/templates/generic/root/etc/issue @@ -1,4 +0,0 @@ -root:toor -user:resu - -You should *really* change those passwords.