Skip to content

Commit

Permalink
Merge pull request #12 from clkao/btrfs-single
Browse files Browse the repository at this point in the history
Use single storage of metadata to save disk space
  • Loading branch information
nlf committed Jan 26, 2016
2 parents c61d125 + 439864c commit f4a769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/init.d/S03automount
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ start() {
mkswap /dev/vda3
swapon /dev/vda3

mkfs.btrfs /dev/vda1
mkfs.btrfs -m single /dev/vda1
mkfs.ext4 /dev/vda2
fi
fi
Expand Down

0 comments on commit f4a769b

Please sign in to comment.