From e2737bc72f065366c843bfebe78707e7cbb44dbd Mon Sep 17 00:00:00 2001 From: Ian McLeod Date: Jul 15 2016 19:38:39 +0000 Subject: various fixup tweaks --- diff --git a/build/examples/base-runtime/base-runtime.ks b/build/examples/base-runtime/base-runtime.ks index 682acb8..bc54757 100644 --- a/build/examples/base-runtime/base-runtime.ks +++ b/build/examples/base-runtime/base-runtime.ks @@ -23,16 +23,15 @@ firewall --disabled bootloader --timeout=1 --append="console=ttyS0,115200n8 console=tty0" extlinux -network --bootproto=dhcp --device=eth0 --onboot=on +network --bootproto=dhcp --device=link --onboot=on services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final zerombr clearpart --all -part / --size 1000 --fstype ext4 +part / --size 5000 --grow --fstype ext4 # Repositories -repo --name=fedora --url=http://download.eng.bos.redhat.com/pub/released/F-24/GOLD/Everything/x86_64/os/ repo --name=fedora-updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f24&arch=x86_64