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:
- get working iso
- have it configured and gathered by cdist?
- boot process via ...?
- systemd?
@ -11,6 +19,8 @@
- bootstrap of os
-> root permissions!
- boot device
- uefi support
[9:15] wurzel:hacking% pacman -Ql syslinux | grep ldlin
syslinux /usr/lib/syslinux/bios/ldlinux.c32

View File

@ -1,7 +1,7 @@
#!/bin/sh
# 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 \
-e /usr/share/man/
done