1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-03 13:12:40 +02:00

change name

This commit is contained in:
Michiel Derhaeg
2017-04-25 19:48:38 +02:00
parent 876a106396
commit 5549df6556
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@ busybox*
bzImage
linux-*
fs.tar
mdos.img
image

View File

@@ -31,7 +31,7 @@ busybox: busybox-$(BUSYBOX_VERSION) bb-config
fs.tar: bzImage busybox
$(MAKE) -C filesystem
mdos.img: fs.tar gen_image.sh
image: fs.tar gen_image.sh
sudo ./gen_image.sh
html: doc/doc.html

View File

@@ -5,7 +5,7 @@ if [[ $(id -u) -ne 0 ]]; then
exit 1
fi
image=mdos.img
image=image
rm -f $image
fallocate -l 100M $image