initramfs/init: tweaked tmpfs size again

This commit is contained in:
Matt Housh 2019-06-11 15:06:30 -05:00
parent 8d7c44fa31
commit 5ad7cd539a

View File

@ -102,7 +102,7 @@ find_and_mount_media() {
echo -e " ${BOLD}${BLUE}*${NORM} Populating root filesystem..."
mkdir -p /newroot
echo -e -n " ${BOLD}${BLUE}*${NORM} Mounting new root filesystem... "
mount -t tmpfs tmpfs /newroot -o size=620m
mount -t tmpfs tmpfs /newroot -o size=640m
checkReturn
echo -e -n " ${BOLD}${BLUE}*${NORM} Copying files from rootfs.tar.xz... "
tar -xJf ${MEDIAMNT}/${PREFIX}/rootfs.tar.xz -C /newroot