diff --git a/portageinstall.sh b/portageinstall.sh index d2b534d..effd57a 100644 --- a/portageinstall.sh +++ b/portageinstall.sh @@ -3,4 +3,4 @@ tar xjpf $CHROOT/$SNAPSHOT -C $CHROOT/usr chroot $CHROOT /bin/bash -c "emerge --config sys-libs/timezone-data" chroot $CHROOT /bin/bash -c "emerge sudo grub --getbinpkgonly" -chroot $CHROOT /bin/bash -c "emerge -DNu --getbinpkgonly" \ No newline at end of file +chroot $CHROOT /bin/bash -c "emerge -DNu --getbinpkgonly world" \ No newline at end of file