I hereby claim:
- I am rogeliodh on github.
- I am rogeliodh (https://keybase.io/rogeliodh) on keybase.
- I have a public key ASCxGn_I40bAn5EySAgDO8-Gr1D8TuzRYgbEHYTaQavkfgo
To claim this, I am signing this object:
#!/bin/sh | |
if [ "$ACTION" == "add" ] | |
then | |
echo add > /tmp/mmc_add | |
/bin/mount -t vfat -o iocharset=utf8,shortname=mixed /dev/$1 /mnt/mmc | |
if [ "$?" != "0" ] | |
then | |
/bin/mount -o iocharset=utf8 /dev/$1 /mnt/mmc | |
fi |
#!/bin/sh | |
SD=/mnt/mmc/debug | |
mkdir -p "$SD" | |
main() { | |
sleep 3 | |
/bin/mount | |
/bin/dmesg | |
ls -lR /proc/ |
I hereby claim:
To claim this, I am signing this object:
Supporting 1G hugepages requires the Kernel to support 1G Hugepages. This is done by applying a boot Kernel parameter.
50-kargs-1g-hugepages.yaml
:
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig