Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
cdist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ungleich-public
cdist
Commits
648809ff
Commit
648809ff
authored
May 13, 2015
by
Nico Schottelius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
begin ssh integration
Signed-off-by:
Nico Schottelius
<
nico@wurzel.schottelius.org
>
parent
f5edb02f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
hacking/README
hacking/README
+10
-0
hacking/filelist_from_package.sh
hacking/filelist_from_package.sh
+1
-1
No files found.
hacking/README
View file @
648809ff
- 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 @@
...
@@ -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
...
...
hacking/filelist_from_package.sh
View file @
648809ff
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment