seb diff initfs/etc/busybox.conf @ rev 26

Add kernel config example and a precompiled bzImage
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 13 16:42:29 2017 +0100 (2017-03-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/initfs/etc/busybox.conf	Mon Mar 13 16:42:29 2017 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +# /etc/busybox.conf: SliTaz GNU/linux Busybox configuration.
     1.5 +#
     1.6 +
     1.7 +[SUID]
     1.8 +# Allow command to be run by anyone.
     1.9 +su = ssx root.root
    1.10 +passwd = ssx root.root
    1.11 +loadkmap = ssx root.root
    1.12 +mount = ssx root.root
    1.13 +reboot = ssx root.root
    1.14 +halt = ssx root.root
    1.15 +poweroff = ssx root.root