begin ssh integration

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-13 10:25:49 +02:00
parent f5edb02fbd
commit 648809ff44
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,15 @@
- next step
- rootfs fix
- get working to login
- have sshd enabled
- everything into initramfs?
- Target: - Target:
- get working iso - get working iso
- have it configured and gathered by cdist? - have it configured and gathered by cdist?
- boot process via ...? - boot process via ...?
- systemd? - systemd?
@ -11,6 +19,8 @@
- bootstrap of os - bootstrap of os
-> root permissions! -> root permissions!
- boot device
- uefi support - uefi support
[9:15] wurzel:hacking% pacman -Ql syslinux | grep ldlin [9:15] wurzel:hacking% pacman -Ql syslinux | grep ldlin
syslinux /usr/lib/syslinux/bios/ldlinux.c32 syslinux /usr/lib/syslinux/bios/ldlinux.c32

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Generate filelist excluding stuff that takes only space # Generate filelist excluding stuff that takes only space
for pkg in bash systemd util-linux; do for pkg in bash systemd util-linux openssh; do
pacman -Qlq $pkg | grep -v \ pacman -Qlq $pkg | grep -v \
-e /usr/share/man/ -e /usr/share/man/
done done