Makefile: PLATFORM_PKGS, rootfs install target, genfstab
This commit is contained in:
parent
c47bf4777c
commit
50b7b8e35f
3 changed files with 74 additions and 14 deletions
|
|
@ -6,6 +6,10 @@ else
|
|||
endif
|
||||
|
||||
PLATFORM_PHONYS := partition kernel
|
||||
PLATFORM_PKGS := linux-rpi
|
||||
|
||||
BOOTFS_PART := 1
|
||||
ROOTFS_PART := 2
|
||||
|
||||
RUNLEVEL_BOOT ?= modules bootmisc hostname networking seedrng swap
|
||||
RUNLEVEL_DEFAULT ?= crond
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
PLATFORM_PHONYS := partition kernel
|
||||
PLATFORM_PKGS := linux-lts grub-efi efibootmgr
|
||||
|
||||
BOOTFS_PART := 1
|
||||
ROOTFS_PART := 2
|
||||
|
||||
RUNLEVEL_BOOT ?= hwclock modules bootmisc hostname networking seedrng swap
|
||||
RUNLEVEL_DEFAULT ?= acpid crond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue