fix fix networking networking
This commit is contained in:
parent
971ac727c9
commit
126fb6f573
@ -7,8 +7,8 @@ echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
|||||||
|
|
||||||
# The script that expands root partition
|
# The script that expands root partition
|
||||||
[ -d /usr/local/bin ] || mkdir --verbose /usr/local/bin
|
[ -d /usr/local/bin ] || mkdir --verbose /usr/local/bin
|
||||||
curl 'https://git.resf.org/thefossguy/rocky-linux-generic-images/raw/branch/r9/scripts/expand-rootfs.sh' --output expand-rootfs.sh
|
curl 'https://git.resf.org/thefossguy/rocky-linux-generic-images/raw/branch/r9/scripts/expand-rootfs.sh' --output /usr/local/bin/expand-rootfs.sh
|
||||||
mv -v f expand-rootfs.sh /usr/local/bin/expand-rootfs.sh
|
[ -f /usr/local/bin/expand-rootfs.sh ] && \
|
||||||
chmod --verbose +x /usr/local/bin/expand-rootfs.sh
|
chmod --verbose +x /usr/local/bin/expand-rootfs.sh
|
||||||
|
|
||||||
# Rebuild the RPM database
|
# Rebuild the RPM database
|
||||||
|
Loading…
Reference in New Issue
Block a user