diff options
| author | Jonathan Bauer | 2013-04-24 17:19:10 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-04-24 17:19:10 +0200 |
| commit | d5ac8ce02df9b121cef42d61394359887d27228b (patch) | |
| tree | 14d7912ac5b271e29d90da9089919f6a5a08b919 | |
| parent | merge? (diff) | |
| download | tm-scripts-d5ac8ce02df9b121cef42d61394359887d27228b.tar.gz tm-scripts-d5ac8ce02df9b121cef42d61394359887d27228b.tar.xz tm-scripts-d5ac8ce02df9b121cef42d61394359887d27228b.zip | |
add kernel dep to rootfs-stage32 for suse
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper index a8a8c1b3..c4c79d73 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper @@ -1,4 +1,5 @@ pinfo "If aufs install fails, run zypper addrepo http://jftp.inai.de/openSUSE_12.3/ j.eng-i586" +REQUIRED_MODULES=" kernel" REQUIRED_DEPENDENCIES="nfs-client aufs squashfs" REQUIRED_PACKAGES="timezone" REQUIRED_BINARIES=" bash |
