Increased tmpfs size in initramfs/init

This commit is contained in:
Matt Housh 2018-04-20 12:52:57 -05:00
parent e25f00ef92
commit 267c062e76

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 -o size=420m tmpfs /newroot
mount -t tmpfs -o size=440m tmpfs /newroot
checkReturn
echo -e -n " ${BOLD}${BLUE}*${NORM} Copying files from rootfs.tar.xz... "
tar -xJf ${MEDIAMNT}/${PREFIX}/rootfs.tar.xz -C /newroot