mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-03 12:41:24 +00:00
Create zlib compressed btrfs rootfs by default
This commit is contained in:
parent
e62e3e4b36
commit
b14da27a41
1 changed files with 2 additions and 1 deletions
|
@ -391,7 +391,8 @@ prepare_partitions()
|
|||
[[ $CONTAINER_COMPAT == yes ]] && mknod -m0660 $LOOPp${rootpart} b 259 ${rootpart} > /dev/null
|
||||
mkfs.${mkfs[$ROOTFS_TYPE]} ${mkopts[$ROOTFS_TYPE]} ${LOOP}p${rootpart}
|
||||
[[ $ROOTFS_TYPE == ext4 ]] && tune2fs -o journal_data_writeback ${LOOP}p${rootpart} > /dev/null
|
||||
mount ${LOOP}p${rootpart} $CACHEDIR/mount/
|
||||
[[ $ROOTFS_TYPE == btrfs ]] && fscreateopt="-o compress=zlib"
|
||||
mount ${fscreateopt} ${LOOP}p${rootpart} $CACHEDIR/mount/
|
||||
local rootfs="UUID=$(blkid -s UUID -o value ${LOOP}p${rootpart})"
|
||||
echo "$rootfs / ${mkfs[$ROOTFS_TYPE]} defaults,noatime,nodiratime${mountopts[$ROOTFS_TYPE]} 0 1" >> $CACHEDIR/sdcard/etc/fstab
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue