uvdl / debian-var

0 stars 1 forks source link

installer automation and sensitivity #2

Open bvacaliuc opened 5 years ago

bvacaliuc commented 5 years ago

I have already made some improvement to the SD card builder using 'apt-fast'. See the feature/apt-fast branch.

I read this thread and thought the comments and discussion was apropos for this effort.

In any case, it still seems that wierd things happen unless one does an 'mrproper' clean of the environment before building.

bvacaliuc commented 5 years ago

Is actually far worse than that. Somehow the order in which the 'apt-get' install is performed affects which modules get added. In particular, doing all the dependencies in a batch leads to missing dependencies such as not having 'mkfs.vfat' so that 'debian-install.sh' as described here fails.

bvacaliuc commented 5 years ago

So to start, I'm going back to what I think is the last time a viable SD image was built and I just updated the kernel and bootloader as well as made sshd secure (not accepting interactive authentication). The unsecure accounts are still there, but without a PSK will be rejected.

I need this to build+install+boot from eMMC successfully before I can move on to add more modules.