devuan and elementary not supported- non-systemd chrooting broken atm
This commit is contained in:
parent
c6f5a880c5
commit
21dccef17c
@ -1,5 +1,5 @@
|
||||
NAME='Debian'
|
||||
SUPPORTED='untested'
|
||||
SUPPORTED='yes'
|
||||
CHECK_METHOD='egrep "^NAME=\"Debian\ GNU/Linux\"$" /etc/os-release'
|
||||
PKG_MGR='apt-get -y install ${pkgname}'
|
||||
PRE_RUN='apt-get update'
|
||||
|
@ -10,7 +10,7 @@ libiberty-dev
|
||||
libisoburn1
|
||||
lynx
|
||||
liblzma5
|
||||
liblsma-dev
|
||||
liblzma-dev
|
||||
make
|
||||
mtools
|
||||
patch
|
||||
|
@ -1,5 +1,5 @@
|
||||
NAME='Devuan'
|
||||
SUPPORTED='yes'
|
||||
SUPPORTED='no'
|
||||
CHECK_METHOD='egrep "^NAME=\"Devuan\ GNU/Linux\"$" /etc/os-release'
|
||||
PKG_MGR='apt-get -y install ${pkgname}'
|
||||
PRE_RUN='apt-get update'
|
||||
|
@ -1,5 +1,5 @@
|
||||
NAME='elementaryOS'
|
||||
SUPPORTED='untested'
|
||||
SUPPORTED='no'
|
||||
CHECK_METHOD='egrep "^DISTRIB_ID=\"elementary OS\"$" /etc/lsb-release'
|
||||
PKG_MGR='apt-get -y install ${pkgname}'
|
||||
PRE_RUN='apt-get -y update'
|
||||
|
Loading…
Reference in New Issue
Block a user