Small improvements

This commit is contained in:
Alex Kotov 2023-09-07 21:35:30 +04:00
parent f0255f7375
commit b32c3a7a93
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 3 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/boot/bzImage /boot/bzImage*
/build/ /build/
/image.iso /image.iso
/musl-gcc.specs /musl-gcc.specs

View File

@ -20,7 +20,7 @@ SYSROOT_TARGETS = \
$(SYSROOT)/usr/lib/libc.a $(SYSROOT)/usr/lib/libc.a
all: fhs $(SYSROOT_TARGETS) all: fhs $(SYSROOT_TARGETS)
$(CHOWN) -R kotovalexarian:kotovalexarian $(SYSROOT) $(CHOWN) -R user:user $(SYSROOT)
clean: clean:
$(RM) -rf $(BUILDDIR) $(SYSROOT) musl-gcc.specs $(RM) -rf $(BUILDDIR) $(SYSROOT) musl-gcc.specs

View File

@ -1,9 +1,5 @@
set timeout=10 set timeout=5
menuentry "Linux" { menuentry "Linux" {
linux /boot/bzImage root=/dev/sr0 rootfstype=iso9660 linux /boot/bzImage root=/dev/sr0 rootfstype=iso9660
} }
menuentry "Tailix" {
multiboot2 /boot/tailix.multiboot2
}