Tweak debootstrap options
This forces signature checking of Release files and prevents symlinks
for `/{bin,sbin,lib}` to `/usr`.
This commit is contained in:
parent
0fa8b8505b
commit
910f6976dc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue