Removed tmpfs size limit from initramfs

This commit is contained in:
Matt Housh 2018-11-03 15:58:50 -05:00
parent fa09299a48
commit 1109a302d9

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