From 546ccab3f25b3d6f80dd4a392b25bed34a5c2dc0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Mar 2017 14:35:36 +0200 Subject: Add g++ package --- bootstrap | 2 ++ init | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 7c82c18..323870c 100755 --- a/bootstrap +++ b/bootstrap @@ -154,6 +154,8 @@ if [ "$stage" -eq "1" ]; then pkgs+=",less" + pkgs+=",g++,pkg-config" + sudo debootstrap \ --foreign \ --arch=amd64 \ diff --git a/init b/init index e189bbc..64016a1 100755 --- a/init +++ b/init @@ -29,10 +29,10 @@ function error () # export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/klibc/bin/ -# One would expect rootflags=size=1g to work but it doesn't (perhaps init +# One would expect rootflags=size=Xg to work but it doesn't (perhaps init # is expected to interpret it)? # -mount -o remount,size=1G / +mount -o remount,size=1536M / mkdir -p /sys /proc mount -t sysfs -o nodev,noexec,nosuid sysfs /sys -- cgit v1.1