diff options
| author | Simon Rettberg | 2013-11-26 19:58:44 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-26 19:58:44 +0100 |
| commit | b31955796c2b5b8ec18a17efa4d9582c2b5787de (patch) | |
| tree | ad057e3eb3d7e9f6f67fe412cb0a4bb59f63cd0f | |
| parent | [rfs-stage32] Add remote logging to mount_export and setup_partitions (diff) | |
| download | tm-scripts-b31955796c2b5b8ec18a17efa4d9582c2b5787de.tar.gz tm-scripts-b31955796c2b5b8ec18a17efa4d9582c2b5787de.tar.xz tm-scripts-b31955796c2b5b8ec18a17efa4d9582c2b5787de.zip | |
[rfs-stage32] Add curl, remove lots of required binaries which should come with our busybox. This might break things if we rely on extended features in stage32, but generally we should try to adapt to the busybox versions
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf | 8 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse | 1 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf.ubuntu | 1 |
3 files changed, 3 insertions, 7 deletions
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf index 5d8966f1..085b6ecc 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf @@ -3,25 +3,19 @@ REQUIRED_MODULES=" " REQUIRED_BINARIES=" bash - more + curl less agetty - cat - false loadkeys setfont login sulogin - mount - umount mount.nfs4 umount.nfs4 - fdisk mkfs.xfs mkfs.ext3 mkfs.ext4 mkfs.jfs - rm blkid modprobe ps diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse index 91e28a7b..b5630284 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse @@ -5,6 +5,7 @@ REQUIRED_INSTALLED_PACKAGES=" timezone libcap2 jfsutils + curl " REQUIRED_CONTENT_PACKAGES=" timezone diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.ubuntu b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.ubuntu index 2df7df77..646c39a0 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.ubuntu +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.ubuntu @@ -5,6 +5,7 @@ REQUIRED_INSTALLED_PACKAGES=" xfsprogs ntpdate jfsutils + curl " REQUIRED_DIRECTORIES=" /lib/xtables |
