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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,4 +4,4 @@ busybox*
|
||||
bzImage
|
||||
linux-*
|
||||
fs.tar
|
||||
mdos.img
|
||||
image
|
||||
|
2
Makefile
2
Makefile
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user