mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Cleanup
This commit is contained in:
parent
da4c7f4e6a
commit
e3d4eb3a3b
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
global bootm.image="/mnt/disk1/boot/bzImage"
|
||||
global linux.bootargs.dyn.root="root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootfstype=squashfs ro"
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
global bootm.image="/mnt/disk2/boot/bzImage"
|
||||
global linux.bootargs.dyn.root="root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootfstype=squashfs ro"
|
@ -8,7 +8,6 @@ function fix_rootfs() {
|
||||
|
||||
# Cleanup etc
|
||||
rm -rf ${TARGET_DIR}/etc/init.d
|
||||
rm -rf ${TARGET_DIR}/etc/modules-load.d
|
||||
rm -rf ${TARGET_DIR}/etc/network
|
||||
rm -rf ${TARGET_DIR}/etc/X11
|
||||
rm -rf ${TARGET_DIR}/etc/xdg
|
||||
|
Loading…
x
Reference in New Issue
Block a user