tar2vm: added xfs note

The issue at hand is the ability to accomodate boot sector
payload at the start of the filesystem's underlying block device.

XFS doesn't spare that space.

Thanks vsu@ for the reminder, by the way.
This commit is contained in:
Michael Shigorin 2013-04-19 21:00:29 +04:00
parent 40743d3036
commit 6c9ca9af08

View File

@ -35,6 +35,7 @@ DISKSIZE="${3:-${DEFSIZE:-268435456}}"
DISKSIZEM="$(($DISKSIZE / 1048576))"
# tested to work: ext[234], jfs
# NB: xfs doesn't have a spare sector for the bootloader
ROOTFSTYPE="${4:-ext4}"
# single root partition hardwired so far,