mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-20 00:04:29 -05:00
Fix buildroot image name as we switched back to ext2 some time ago
This commit is contained in:
2
build.sh
2
build.sh
@@ -295,7 +295,7 @@ function buildFilesystem() {
|
||||
[[ ! -d dist ]] && mkdir dist
|
||||
case "${arch}" in
|
||||
x*)
|
||||
compiledfile="fssource$arch/output/images/rootfs.ext4.xz"
|
||||
compiledfile="fssource$arch/output/images/rootfs.ext2.xz"
|
||||
;;
|
||||
arm*)
|
||||
compiledfile="fssource$arch/output/images/rootfs.cpio.gz"
|
||||
|
||||
Reference in New Issue
Block a user