Mark Gurevich
f045f67994
Support Oracle Linux on service nodes
2021-04-21 08:46:17 -04:00
Mark Gurevich
3651690830
Merge pull request #6919 from viniciusferrao/oraclelinux
...
Support for Oracle Linux 7 and Oracle Linux 8
2021-04-20 16:52:34 -04:00
Mark Gurevich
cdc565ff04
SLES15.2 service node pkglist needs wget
2021-04-01 14:03:15 -04:00
Mark Gurevich
c2220cd695
Eliminate specifically checking for OS version
2021-03-26 12:34:50 -04:00
Mark Gurevich
237c7fee91
Additional packages locations for diskless image generation
2021-03-19 15:56:07 -04:00
Mark Gurevich
e6a7a2d332
Add repositories for diskless image generation
2021-03-18 16:59:23 -04:00
Vinícius Ferrão
f82b6f48af
Support for Oracle Linux 7 and Oracle Linux 8
2021-03-11 17:34:17 -03:00
cxhong
2878022b95
able to run no random bytes if /usr/bin/nice is not available
2020-10-09 15:19:27 -04:00
cxhong
6013ccd5a1
Get the correct path for nice command
2020-10-08 16:45:00 -04:00
cxhong
b81ec51f67
Add perl-interpreter
to other pkglist
2020-09-28 10:35:01 -04:00
cxhong
90d1b1eca2
Add perl to the rhels8 pkglist
2020-09-25 16:40:47 -04:00
Mark Gurevich
2111baba47
Verify if kernel-modules-extra exists before adding
2020-08-17 16:12:56 -04:00
cxhong
3097702dc9
Add kernel-modules-extra to dracut module list
2020-08-13 17:42:56 -04:00
Mark Gurevich
39e4e982bf
Replace misspelled gpgpcheck with gpgcheck
2020-07-15 09:26:58 -04:00
Jarrod Johnson
e5f01f7781
Set hostname sooner for SuSE stateless images
...
This avoids ugly behaviors where hostname is set
late or not at all.
2020-06-05 11:15:12 -04:00
Mark Gurevich
1c88d50163
Improve genimage message
2020-06-01 14:29:12 -04:00
Mark Gurevich
7fab544d98
Ubuntu support for squashfs
2020-05-07 14:35:26 -04:00
cxhong
e542c012c9
Remove ldd messages from ubuntu genimage command
2020-05-06 15:24:36 -04:00
Mark Gurevich
a9e059d90f
Do not use modinfo to test module availability
2020-05-04 16:23:42 -04:00
Mark Gurevich
f7dbd08b96
Testcase and genimage fixes for squashfs
2020-05-01 12:33:11 -04:00
besawn
de293fced4
Merge pull request #6680 from gurevichmark/squashfs_overlay
...
Use overlay mount type for squashfs diskless images
2020-04-29 09:59:21 -04:00
cxhong
e22130a46b
add mkfs.xfs to older version of dracut
2020-04-23 12:35:49 -04:00
Mark Gurevich
a002157251
Use overlay mount type for squashfs diskless images
2020-04-22 16:03:29 -04:00
cxhong
770be38f0c
Support xfs filesystem for statelite images
2020-04-22 15:44:35 -04:00
cxhong
9381e8a2dc
remove ntp from rhel8 pkglist
2020-03-25 12:08:50 -04:00
besawn
45d6b6c700
Merge pull request #6641 from cxhong/pkglist
...
add more package to diskless package list for rhels8.1
2020-03-23 17:38:30 -04:00
cxhong
66d5d6cc4c
arrange the pkglist
2020-03-23 14:58:27 -04:00
cxhong
e7f4d72873
Add more package for x86_64 and service pkglist
2020-03-19 16:06:10 -04:00
cxhong
258f7cfd3c
add more package to diskless package list for rhels8.1
2020-03-18 16:36:02 -04:00
cxhong
05ea25c377
Failed to set hostname on sle15 statelite compute node
2020-03-06 13:54:36 -05:00
cxhong
5e507add00
Disable firewalld on rhels8 compute node
2020-02-26 15:24:37 -05:00
cxhong
3b44d0ad48
modify service otherpkglist
2020-02-19 17:29:34 -05:00
Markus Hilger
4bc8659be6
Remove "Failed to connect to bus" note
...
This does not happen anymore with fixed mounts of 8e9428986d
2020-01-20 01:03:04 +01:00
Markus Hilger
bc18c25cd2
Fix rcons boot output
...
Boot process was not shown via rcons with strict permissions
2020-01-20 00:54:30 +01:00
Markus Hilger
b26e6bcb7b
SLE15: Fix /etc/resolv.conf overwrite
...
In SLE15 /etc/resolv.conf is a symlink to /run/netconfig/resolv.conf.
The package sysconfig-netconfig creates the symlink to /run/netconfig/resolv.conf on the host OS.
It does not stay in the chroot environment.
Therefore, genimage overwrites /etc/resolv.conf of the host.
Let's not create a dummy file if /etc/resolv.conf is a symlink.
2020-01-20 00:48:21 +01:00
Jarrod Johnson
74daba97ee
Actually set up ifcfg correctly in SLE15
...
xcatroot is actually responsible, not prepivot.sh
2020-01-17 21:57:15 +01:00
Markus Hilger
c5f4918c0c
Fix syntax
2020-01-17 21:28:59 +01:00
Markus Hilger
8671114cc6
Combine redundant pkglists
2020-01-17 21:21:42 +01:00
Markus Hilger
a5b2060866
Fix SLE15 genimage with existing passwd
...
from 3110dc8fd7
2020-01-17 20:54:52 +01:00
Markus Hilger
d127ba06cd
SLE15: Correct proc mount
2020-01-17 18:21:46 +01:00
Markus Hilger
8e9428986d
SLE15: genimage fixes
...
- Mount /sys and /proc
- needed for newer versions of the SLE permissions RPM. See: 2d0ef5d55b
- Create /sys to have /sys/kernel/fscaps. Fixes: "Warning: running kernel does not support fscaps"
- Fix permissions of /dev devices
- Make sure /sys and /proc are unmounted everytime
2020-01-17 18:09:05 +01:00
Markus Hilger
9ebdcafa63
SLE15: genimage fix $osver_host detection
2020-01-17 18:09:05 +01:00
Mark Gurevich
4ddb82f0d6
Merge pull request #6536 from cxhong/dhcp
...
Add SLE15 Hierarchy support for ppc64le
2020-01-16 16:47:53 -05:00
cxhong
3456d4dd98
Add SLE15 Hierarchy support for ppc64le
2020-01-16 16:07:31 -05:00
Markus Hilger
e1379fe11e
Remove plymouth from SLE15 pkglist
...
It causes issues during genimage (zypper RC 107) and is not needed anyways
2020-01-16 11:15:43 +01:00
cxhong
70fda5611c
Add net-tools-deprecated package to SLE15 package list
2020-01-14 15:08:15 -05:00
cxhong
2dfd99be1d
change insserv to insserv-compat
2020-01-14 10:35:50 -05:00
cxhong
5fd937b133
Add isserv to sle15 pkglist
2020-01-14 09:49:48 -05:00
cxhong
ad1fc5c69b
Add support for provision SLE15 diskless compute
2019-12-04 11:00:20 -05:00
cxhong
6f3c1a3b65
Add support to provision SLE15 diskfull/diskless compute nodes
2019-11-22 14:32:55 -05:00