iglunix/old/tiny-linux-bootloader/build.patch

16 lines
351 B
Diff
Raw Normal View History

--- build.sh
+++ build.sh
@@ -16,9 +16,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
INPUT="bsect.asm"
-OUTPUT="disk"
-KERN="./barebones"
-RD="./big.init"
+OUTPUT="/tiny-linux-bootloader/disk"
2021-02-10 19:00:20 +00:00
+KERN="/iglunix/isoout/vmlinuz"
+RD="/iglunix/isoout/initramfs.img"
#size of kern + ramdisk
K_SZ=`stat -c %s $KERN`