Commit 6c9ca9af authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 40743d30
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment