mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
Change xen-image boot fstype to ext2.
This commit is contained in:
@@ -63,7 +63,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
#Create bootimage
|
||||
dd bs=1M if=/dev/zero of=$(IMGboot) count=$(SIZEboot)
|
||||
mkfs.ext3 -F $(IMGboot)
|
||||
mkfs.ext2 -F $(IMGboot)
|
||||
|
||||
#Create swapimage
|
||||
dd bs=1M if=/dev/zero of=$(IMGswap) count=$(SIZEswap)
|
||||
|
||||
Reference in New Issue
Block a user