Increased tmpfs size in initramfs/init
This commit is contained in:
parent
e25f00ef92
commit
267c062e76
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user