This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Schema: | |
1. pxe boot | |
2. partition: GRUB + GPT, vfat - boot partition, ext4 | |
Guide: | |
Round#1: mini text mode | |
1. pxe boot from a tftp/dhcpc server. TBD. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=OpenSSH private key agent | |
Wants=environment.target | |
Before=environment.target | |
IgnoreOnIsolate=true | |
[Service] | |
Type=forking | |
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket | |
#PIDFile=%t/ssh-agent.pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/sh | |
pacman -S --force | |
pacman -S --force base | |
rm -rf /boot//boot/bzImage-* | |
grub-mkconfig -o /boot/grub/grub.cfg | |
useradd -m -G xxx -s /bin/zsh xxx | |
reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# chang ssh and enable pub key | |
# nano -w /etc/ssh/sshd_config | |
# cp .ssh/authorized_keys2 /home/xxx/.ssh/authorized_keys | |
# change to ca's mirror | |
#/etc/pacman.conf | |
#[community] | |
#SigLevel = Never | |
#Include = /etc/pacman.d/mirrorlist |
OlderNewer