Tweak debootstrap options

This forces signature checking of Release files and prevents symlinks
for `/{bin,sbin,lib}` to `/usr`.
This commit is contained in:
Olaf Meeuwissen 2017-08-17 11:49:13 +09:00
parent 0fa8b8505b
commit 910f6976dc
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@ apt-get install debootstrap -q -y
rootfs=/devuan/rootfs
debootstrap --variant=minbase jessie $rootfs
debootstrap \
--force-check-gpg \
--no-merged-usr \
--variant=minbase jessie $rootfs
bindir=usr/local/bin
cp -a scripts/* $rootfs/$bindir