X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=init.sh;h=4a105fc389a1e4a9033ca46b919f16947af2e42f;hb=2187ddb66ba19a65c993c7df5f1eb4c8bf274c4c;hp=e7968b7cb51e5aec3d28d32a7e62cf0095f5254b;hpb=634fbf8241da9182e63e36805de3fa659fc5ffd9;p=fedora-riscv.git diff --git a/init.sh b/init.sh index e7968b7..4a105fc 100755 --- a/init.sh +++ b/init.sh @@ -15,6 +15,12 @@ mkdir -p /run/lock # Initialize dynamic linker cache. ldconfig /usr/lib64 /usr/lib /lib64 /lib +# There is no hardware clock, just ensure the date is not miles out. +date `date -r /usr/bin +%m%d%H%M%Y` + +hostname stage3 +echo stage3.fedoraproject.org > /etc/hostname + echo echo "Welcome to the Fedora/RISC-V stage3 disk image" echo "https://fedoraproject.org/wiki/Architectures/RISC-V"