lsdef -t osimageTo delete images that you don't need use the following command:
rmdef -t osimage -o <imageName>
lsdef -t osimageTo delete images that you don't need use the following command:
rmdef -t osimage -o <imageName>
dracut: FATAL: No or empty root= argument
dracut: Refusing to continue
/lib/dracut-lib.sh: line 101: /emergency/01-die.sh: No such file or directory
dracut Warning: Signal caught! (when trying to boot the machine).
vi /opt/xcat/share/xcat/install/scripts/pre.rh
echo "part /boot --size 256 --fstype $BOOTFSTYPE --ondisk $instdisk" >> /tmp/partitioning
echo "part swap --recommended --ondisk $instdisk" >> /tmp/partitioning
echo "part / --size 1 --grow --ondisk $instdisk --fstype $FSTYPE" >> /tmp/partitioning
vi ~/.bash_profile
export PROMPT_COMMAND='history -a'
vi ~/.bash_profileTo force bash not to save lines that start with a space, edit .bash_profile that is located in your home directory:
export HISTCONTROL=ignoredups
vi ~/.bash_profileTo force bash not to save both(space and duplicates), edit .bash_profile that is located in your home directory:
export HISTCONTROL=ignorespace
vi ~/.bash_profile
export HISTCONTROL=ignoreboth
vi ~/.bash_profile
export HISTSIZE=
export HISTFILESIZE=
echo 'net.ipv6.conf.all.disable_ipv6 = 1' >> /etc/sysctl.conf
echo 'net.ipv6.conf.default.disable_ipv6 = 1' >> /etc/sysctl.conf
echo 'NETWORKING_IPV6=no' >> /etc/sysconfig/network