summaryrefslogtreecommitdiffstats
path: root/remote/rootfs
diff options
context:
space:
mode:
authorSimon Rettberg2016-01-12 16:19:08 +0100
committerSimon Rettberg2016-01-12 16:19:08 +0100
commite9daa80a1c5f25eb8c77f6e02f7b3a4569cef835 (patch)
tree09254a61ed42fd9c0da15e1829168ef11809901c /remote/rootfs
parent[rfs-stage31] Add drop_shells to activate_sysconfig (diff)
downloadtm-scripts-e9daa80a1c5f25eb8c77f6e02f7b3a4569cef835.tar.gz
tm-scripts-e9daa80a1c5f25eb8c77f6e02f7b3a4569cef835.tar.xz
tm-scripts-e9daa80a1c5f25eb8c77f6e02f7b3a4569cef835.zip
[rfs-stage3*] Move ntpdate binary to stage31 aswell...
Diffstat (limited to 'remote/rootfs')
-rw-r--r--remote/rootfs/rootfs-stage31/module.conf3
-rw-r--r--remote/rootfs/rootfs-stage31/module.conf.centos3
-rw-r--r--remote/rootfs/rootfs-stage31/module.conf.debian3
-rw-r--r--remote/rootfs/rootfs-stage31/module.conf.fedora3
-rw-r--r--remote/rootfs/rootfs-stage31/module.conf.ubuntu3
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf1
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf.centos1
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf.debian1
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf.fedora1
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf.opensuse2
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf.ubuntu1
11 files changed, 16 insertions, 6 deletions
diff --git a/remote/rootfs/rootfs-stage31/module.conf b/remote/rootfs/rootfs-stage31/module.conf
index 40a7bee6..b047e980 100644
--- a/remote/rootfs/rootfs-stage31/module.conf
+++ b/remote/rootfs/rootfs-stage31/module.conf
@@ -1,3 +1,6 @@
+REQUIRED_BINARIES="
+ ntpdate
+"
REQUIRED_MODULES="
busybox
kernel
diff --git a/remote/rootfs/rootfs-stage31/module.conf.centos b/remote/rootfs/rootfs-stage31/module.conf.centos
new file mode 100644
index 00000000..35c9927b
--- /dev/null
+++ b/remote/rootfs/rootfs-stage31/module.conf.centos
@@ -0,0 +1,3 @@
+REQUIRED_INSTALLED_PACKAGES="
+ ntpdate
+"
diff --git a/remote/rootfs/rootfs-stage31/module.conf.debian b/remote/rootfs/rootfs-stage31/module.conf.debian
new file mode 100644
index 00000000..35c9927b
--- /dev/null
+++ b/remote/rootfs/rootfs-stage31/module.conf.debian
@@ -0,0 +1,3 @@
+REQUIRED_INSTALLED_PACKAGES="
+ ntpdate
+"
diff --git a/remote/rootfs/rootfs-stage31/module.conf.fedora b/remote/rootfs/rootfs-stage31/module.conf.fedora
new file mode 100644
index 00000000..35c9927b
--- /dev/null
+++ b/remote/rootfs/rootfs-stage31/module.conf.fedora
@@ -0,0 +1,3 @@
+REQUIRED_INSTALLED_PACKAGES="
+ ntpdate
+"
diff --git a/remote/rootfs/rootfs-stage31/module.conf.ubuntu b/remote/rootfs/rootfs-stage31/module.conf.ubuntu
new file mode 100644
index 00000000..35c9927b
--- /dev/null
+++ b/remote/rootfs/rootfs-stage31/module.conf.ubuntu
@@ -0,0 +1,3 @@
+REQUIRED_INSTALLED_PACKAGES="
+ ntpdate
+"
diff --git a/remote/rootfs/rootfs-stage32/module.conf b/remote/rootfs/rootfs-stage32/module.conf
index 3a671883..4bb758a7 100644
--- a/remote/rootfs/rootfs-stage32/module.conf
+++ b/remote/rootfs/rootfs-stage32/module.conf
@@ -29,7 +29,6 @@ REQUIRED_BINARIES="
dirname
mkdosfs
iptables
- ntpdate
rdns
find
rpcbind
diff --git a/remote/rootfs/rootfs-stage32/module.conf.centos b/remote/rootfs/rootfs-stage32/module.conf.centos
index da290670..b48da75e 100644
--- a/remote/rootfs/rootfs-stage32/module.conf.centos
+++ b/remote/rootfs/rootfs-stage32/module.conf.centos
@@ -1,5 +1,4 @@
REQUIRED_INSTALLED_PACKAGES="
- ntpdate
nfs-utils
xfsprogs
squashfs-tools
diff --git a/remote/rootfs/rootfs-stage32/module.conf.debian b/remote/rootfs/rootfs-stage32/module.conf.debian
index 900cd6e1..fbf489e7 100644
--- a/remote/rootfs/rootfs-stage32/module.conf.debian
+++ b/remote/rootfs/rootfs-stage32/module.conf.debian
@@ -3,7 +3,6 @@ REQUIRED_INSTALLED_PACKAGES="
squashfs-tools
whois
xfsprogs
- ntpdate
firmware-linux-free
curl
jfsutils
diff --git a/remote/rootfs/rootfs-stage32/module.conf.fedora b/remote/rootfs/rootfs-stage32/module.conf.fedora
index da290670..b48da75e 100644
--- a/remote/rootfs/rootfs-stage32/module.conf.fedora
+++ b/remote/rootfs/rootfs-stage32/module.conf.fedora
@@ -1,5 +1,4 @@
REQUIRED_INSTALLED_PACKAGES="
- ntpdate
nfs-utils
xfsprogs
squashfs-tools
diff --git a/remote/rootfs/rootfs-stage32/module.conf.opensuse b/remote/rootfs/rootfs-stage32/module.conf.opensuse
index 4b11529b..a9601b88 100644
--- a/remote/rootfs/rootfs-stage32/module.conf.opensuse
+++ b/remote/rootfs/rootfs-stage32/module.conf.opensuse
@@ -7,7 +7,7 @@ REQUIRED_INSTALLED_PACKAGES="
jfsutils
curl
"
-REQUIRED_CONTENT_PACKAGES="
+REQUIRED_CONTENT_PACKAGES="
timezone
libcap2
"
diff --git a/remote/rootfs/rootfs-stage32/module.conf.ubuntu b/remote/rootfs/rootfs-stage32/module.conf.ubuntu
index 1ba422d3..77c68cef 100644
--- a/remote/rootfs/rootfs-stage32/module.conf.ubuntu
+++ b/remote/rootfs/rootfs-stage32/module.conf.ubuntu
@@ -3,7 +3,6 @@ REQUIRED_INSTALLED_PACKAGES="
squashfs-tools
whois
xfsprogs
- ntpdate
curl
openssl
"