initial alien image support
"Alien" rather means "CentOS-based" than "xenophilic" here; in case you still wonder: http://www.altlinux.org/Hasher/CentOS
This commit is contained in:
parent
ed7bf0db9f
commit
0c41e39ec0
6
conf.d/alien.mk
Normal file
6
conf.d/alien.mk
Normal file
@ -0,0 +1,6 @@
|
||||
ve/.centos-base: ve/.bare
|
||||
@$(call set,IMAGE_INIT_LIST,hasher-pkg-init)
|
||||
|
||||
ve/centos: ve/.centos-base
|
||||
@$(call add,BASE_PACKAGES,openssh-server)
|
||||
|
6
features.in/build-ve/image-scripts.d/07fstab
Executable file
6
features.in/build-ve/image-scripts.d/07fstab
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -s /etc/fstab ] || cat >> /etc/fstab <<-EOF
|
||||
proc /proc proc nosuid,noexec,gid=proc 0 0
|
||||
devpts /dev/pts devpts gid=5,mode=620 0 0
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user