Initial changes to remove /boot/common
* find_directory() and hard-coded paths use /boot/system instead of /boot/common. * The build system creates the writable directories in /boot/system instead of /boot/common. * The build system no longer installs any packages in /boot/common.
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
#}
|
||||
|
||||
service ssh {
|
||||
launch /boot/common/bin/sshd -D
|
||||
launch /boot/system/bin/sshd -D
|
||||
stand_alone
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user