aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-06-15 22:09:31 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-06-15 22:09:31 +0100
commit1722e7157285dd4c8cf6c359912310f6154e2303 (patch)
tree5ef97485e6bf3e9f19d66b152f4804b3251d6a68
parentAdded configuration loading support, fixed up the kernel config for framebuff... (diff)
downloadgentoaster-1722e7157285dd4c8cf6c359912310f6154e2303.tar.gz
gentoaster-1722e7157285dd4c8cf6c359912310f6154e2303.tar.bz2
gentoaster-1722e7157285dd4c8cf6c359912310f6154e2303.zip
Minimal configuration has to be larger, fixed a network setup error too
-rw-r--r--configs/minimal.ini2
-rwxr-xr-xcreate_image.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/minimal.ini b/configs/minimal.ini
index 48f197f..92c2924 100644
--- a/configs/minimal.ini
+++ b/configs/minimal.ini
@@ -1,7 +1,7 @@
[vmconfig]
BUILD_ID='minimal'
-IMAGE_MEGABYTES='3072'
+IMAGE_MEGABYTES='4096'
BOOT_MEGABYTES='64'
SWAP_MEGABYTES='128'
TIMEZONE='Europe/London'
diff --git a/create_image.sh b/create_image.sh
index ad271a2..27d439b 100755
--- a/create_image.sh
+++ b/create_image.sh
@@ -155,7 +155,7 @@ cp ${TOOL_RES_PATH}/fstab etc/fstab &>> ${LOG_FILE}
echo "Setting up networking"
echo 'config_eth0=( "dhcp" )' > etc/conf.d/net
-ln -s etc/init.d/net.lo etc/init.d/net.eth0
+cp etc/init.d/net.lo etc/init.d/net.eth0
linux32 chroot . rc-update add net.eth0 default
echo "Downloading/installing kernel sources"