9 lines
227 B
Bash
9 lines
227 B
Bash
#!/bin/sh
|
|
|
|
global linux.bootargs.dyn.root="root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootfstype=squashfs ro"
|
|
|
|
mkdir -p /mnt/system
|
|
mount /dev/*disk*.hassos-kernel1 /mnt/system
|
|
|
|
global bootm.image="/mnt/system/bzImage"
|