diff options
| author | Jonathan Bauer | 2013-03-14 14:42:13 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-14 14:42:13 +0100 |
| commit | 67cca756160cead6211dbcebe4288d2c67f7b7df (patch) | |
| tree | c53c642f72c7ce302c723eda6b10d9c5c36f7b14 | |
| parent | base: location to pam modules from config file, since we now have ARCH_TRIPLET (diff) | |
| download | tm-scripts-67cca756160cead6211dbcebe4288d2c67f7b7df.tar.gz tm-scripts-67cca756160cead6211dbcebe4288d2c67f7b7df.tar.xz tm-scripts-67cca756160cead6211dbcebe4288d2c67f7b7df.zip | |
new stage3.2
| -rw-r--r-- | .gitignore | 6 | ||||
| l--------- | remote/stage3.2/base | 1 | ||||
| l--------- | remote/stage3.2/busybox | 1 | ||||
| l--------- | remote/stage3.2/consolekit | 1 | ||||
| l--------- | remote/stage3.2/dbus | 1 | ||||
| l--------- | remote/stage3.2/kdm | 1 | ||||
| l--------- | remote/stage3.2/plymouth | 1 | ||||
| l--------- | remote/stage3.2/policykit | 1 | ||||
| l--------- | remote/stage3.2/rsyslogd | 1 | ||||
| l--------- | remote/stage3.2/sshd | 1 | ||||
| l--------- | remote/stage3.2/systemd | 1 | ||||
| l--------- | remote/stage3.2/xorg | 1 |
12 files changed, 12 insertions, 5 deletions
@@ -1,15 +1,11 @@ *~ *.swp -server/stage3.1/ server/kernel server/initramfs server/initramfs2 server/openslx -data/stage3.1/lib/modules -data/stage3.1/lib/firmware -stage3.2/ src -build +build/ .built .fetched_source list* diff --git a/remote/stage3.2/base b/remote/stage3.2/base new file mode 120000 index 00000000..d4a00c69 --- /dev/null +++ b/remote/stage3.2/base @@ -0,0 +1 @@ +../tools/base
\ No newline at end of file diff --git a/remote/stage3.2/busybox b/remote/stage3.2/busybox new file mode 120000 index 00000000..745a1eab --- /dev/null +++ b/remote/stage3.2/busybox @@ -0,0 +1 @@ +../tools/busybox
\ No newline at end of file diff --git a/remote/stage3.2/consolekit b/remote/stage3.2/consolekit new file mode 120000 index 00000000..c7e26d7d --- /dev/null +++ b/remote/stage3.2/consolekit @@ -0,0 +1 @@ +../tools/consolekit
\ No newline at end of file diff --git a/remote/stage3.2/dbus b/remote/stage3.2/dbus new file mode 120000 index 00000000..940d377c --- /dev/null +++ b/remote/stage3.2/dbus @@ -0,0 +1 @@ +../tools/dbus
\ No newline at end of file diff --git a/remote/stage3.2/kdm b/remote/stage3.2/kdm new file mode 120000 index 00000000..65dce0e5 --- /dev/null +++ b/remote/stage3.2/kdm @@ -0,0 +1 @@ +../tools/kdm
\ No newline at end of file diff --git a/remote/stage3.2/plymouth b/remote/stage3.2/plymouth new file mode 120000 index 00000000..85eaa0e3 --- /dev/null +++ b/remote/stage3.2/plymouth @@ -0,0 +1 @@ +../tools/plymouth
\ No newline at end of file diff --git a/remote/stage3.2/policykit b/remote/stage3.2/policykit new file mode 120000 index 00000000..af321cce --- /dev/null +++ b/remote/stage3.2/policykit @@ -0,0 +1 @@ +../tools/policykit
\ No newline at end of file diff --git a/remote/stage3.2/rsyslogd b/remote/stage3.2/rsyslogd new file mode 120000 index 00000000..b76b8804 --- /dev/null +++ b/remote/stage3.2/rsyslogd @@ -0,0 +1 @@ +../tools/rsyslogd
\ No newline at end of file diff --git a/remote/stage3.2/sshd b/remote/stage3.2/sshd new file mode 120000 index 00000000..b6a28fd7 --- /dev/null +++ b/remote/stage3.2/sshd @@ -0,0 +1 @@ +../tools/sshd
\ No newline at end of file diff --git a/remote/stage3.2/systemd b/remote/stage3.2/systemd new file mode 120000 index 00000000..e19a176e --- /dev/null +++ b/remote/stage3.2/systemd @@ -0,0 +1 @@ +../tools/systemd
\ No newline at end of file diff --git a/remote/stage3.2/xorg b/remote/stage3.2/xorg new file mode 120000 index 00000000..d7b6db22 --- /dev/null +++ b/remote/stage3.2/xorg @@ -0,0 +1 @@ +../tools/xorg
\ No newline at end of file |
