mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Initial list of changes required to build iso and flash image successfully: 1 softwares require config.guess and config.stub update with loongarch support 2 no rust build and no suricata which depends on rust 3 comment out python 3.10 lib-dynload and config-3.10-xxxMACHINExxx-linux-gnu 4 lfs/cdrom lfs/Config loongarch seems requiring capital EFI boot image name to boot properly 5 comment out a few softwares that are not needed for now iso can be installed to loongarch PC hard drive, but fail to boot. flash image can be dd to USB drive, then boot loongarch PC from USB drive, then dd from USB drive to loongarch PC hard drive Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
#etc/ssh
|
|
etc/ssh/moduli
|
|
etc/ssh/ssh_config
|
|
#etc/ssh/ssh_host_ecdsa_key
|
|
#etc/ssh/ssh_host_ecdsa_key.pub
|
|
#etc/ssh/ssh_host_ed25519_key
|
|
#etc/ssh/ssh_host_ed25519_key.pub
|
|
#etc/ssh/ssh_host_rsa_key
|
|
#etc/ssh/ssh_host_rsa_key.pub
|
|
etc/ssh/sshd_config
|
|
#etc/ssh/sshd_config.d
|
|
usr/bin/scp
|
|
usr/bin/sftp
|
|
usr/bin/ssh
|
|
usr/bin/ssh-add
|
|
usr/bin/ssh-agent
|
|
usr/bin/ssh-keygen
|
|
usr/bin/ssh-keyscan
|
|
#usr/lib/openssh
|
|
usr/lib/openssh/sftp-server
|
|
usr/lib/openssh/ssh-keysign
|
|
usr/lib/openssh/ssh-pkcs11-helper
|
|
usr/lib/openssh/ssh-sk-helper
|
|
usr/lib/openssh/sshd-session
|
|
usr/sbin/sshd
|
|
#usr/share/man/man1/scp.1
|
|
#usr/share/man/man1/sftp.1
|
|
#usr/share/man/man1/ssh-add.1
|
|
#usr/share/man/man1/ssh-agent.1
|
|
#usr/share/man/man1/ssh-keygen.1
|
|
#usr/share/man/man1/ssh-keyscan.1
|
|
#usr/share/man/man1/ssh.1
|
|
#usr/share/man/man5/moduli.5
|
|
#usr/share/man/man5/ssh_config.5
|
|
#usr/share/man/man5/sshd_config.5
|
|
#usr/share/man/man8/sftp-server.8
|
|
#usr/share/man/man8/ssh-keysign.8
|
|
#usr/share/man/man8/ssh-pkcs11-helper.8
|
|
#usr/share/man/man8/ssh-sk-helper.8
|
|
#usr/share/man/man8/sshd.8
|