mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix live environment tix collection platform.
This commit is contained in:
parent
a2add96997
commit
15ef078e9f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -321,7 +321,7 @@ $(LIVE_INITRD): sysroot
|
|||
mkdir -p $(LIVE_INITRD).d/root -m 700
|
||||
cp -RT "$(SYSROOT)/etc/skel" $(LIVE_INITRD).d/root
|
||||
cp doc/welcome $(LIVE_INITRD).d/root
|
||||
tix-collection $(LIVE_INITRD).d create --platform=$HOST --prefix= --disable-multiarch --generation=2
|
||||
tix-collection $(LIVE_INITRD).d create --platform=$(HOST) --prefix= --disable-multiarch --generation=2
|
||||
mkinitrd --format=sortix-initrd-2 $(LIVE_INITRD).d -o $(LIVE_INITRD)
|
||||
rm -rf $(LIVE_INITRD).d
|
||||
|
||||
|
|
Loading…
Reference in a new issue